CVE-2026-54158: CRITICAL XSS in SiYuan (<3.7.0) allows persistent JS injection; on Electron clients, can escalate to RCE. Upgrade to 3.7.0+ ASAP. No active exploits reported. https://radar.offseq.com/threat/cve-2026-54158-cwe-79-improper-neutralization-of-i-cee0850f8d1e1264 #OffSeq #XSS #CVE202654158 #SiYuan
CVE-2026-50551: SiYuan (<3.7.0) suffers CRITICAL stored XSS in Attribute View, enabling RCE via Electron client. Upgrade to v3.7.0+ to mitigate. No workaround available. Details: https://radar.offseq.com/threat/cve-2026-50551-cwe-79-improper-neutralization-of-i-e91ef5b4d83fcdb8 #OffSeq #XSS #SiYuan #Cybersecurity
CVE-2026-55570: CRITICAL XSS in SiYuan (<3.7.0) enables arbitrary HTML injection. On the desktop client, attackers can escalate to OS command execution due to nodeIntegration. Upgrade to 3.7.0+ now! https://radar.offseq.com/threat/cve-2026-55570-cwe-79-improper-neutralization-of-i-34ddb800ffc94efb #OffSeq #XSS #Vuln #SiYuan

🔍 Iframes aren't the problem.

Blind trust between frames is.

Learn how attackers abuse postMessage, weak sandboxing, and embedded content flows.

👉 https://7asecurity.com/blog/2026/06/iframe-xss-security/

#AppSec #WebSecurity #XSS

Iframe XSS: postMessage, CSP, Sandboxing, & Clickjacking

Learn how iframe XSS happens through embedded content, srcdoc, postMessage, unsafe DOM sinks, and weak trust boundaries. Recuse security risks now.

7ASecurity Blog

🔍 Iframes aren't the problem.

Blind trust between frames is.

Learn how attackers abuse postMessage, weak sandboxing, and embedded content flows.

👉 https://7asecurity.com/blog/2026/06/iframe-xss-security/

#AppSec #WebSecurity #XSS

Iframe XSS: postMessage, CSP, Sandboxing, & Clickjacking

Learn how iframe XSS happens through embedded content, srcdoc, postMessage, unsafe DOM sinks, and weak trust boundaries. Recuse security risks now.

7ASecurity Blog

iX-Workshop: OWASP Top 10 – Sicherheitsrisiken für Webanwendungen verstehen

Lernen Sie die wichtigsten Sicherheitslücken in Webanwendungen kennen und erfahren Sie, wie Sie sich erfolgreich schützen können.

https://www.heise.de/news/iX-Workshop-OWASP-Top-10-Sicherheitsrisiken-fuer-Webanwendungen-verstehen-11331962.html?wt_mc=sm.red.ho.mastodon.mastodon.md_beitraege.md_beitraege&utm_source=mastodon

#XSS #CSRF #IT #iXWorkshops #OWASP #news

iX-Workshop: OWASP Top 10 – Sicherheitsrisiken für Webanwendungen verstehen

Lernen Sie die wichtigsten Sicherheitslücken in Webanwendungen kennen und erfahren Sie, wie Sie sich erfolgreich schützen können.

heise online
immich-app suffers CRITICAL reflected XSS (CVE-2026-53662) in /auth/login (commits 4ffa26c9 – 4eb1003). Exploitation = persistent account takeover via API key minting. Update to commit 4eb1003 or later. https://radar.offseq.com/threat/cve-2026-53662-cwe-79-improper-neutralization-of-i-088d09407e2bf58b #OffSeq #CVE202653662 #XSS #infosec

Тестирование поиска и фильтров: чек-лист + как автоматизировать каждый пункт на Playwright

Поиск кажется простым: поле ввода, запрос, список результатов. Но именно поэтому его тестируют поверхностно — «ввёл слово, что-то нашлось, ок». А реальные баги живут в граничных запросах, в тайминге (debounce, гонки), в пустых и ошибочных состояниях и в фильтрах. Ниже — двухслойный разбор: сначала что проверять , потом как это автоматизировать , с реальными сниппетами на TypeScript. Идея переносится на любой UI-фреймворк, но Playwright особенно удобен из-за встроенного перехвата сети.

https://habr.com/ru/articles/1050904/

#Playwright #автоматизация_тестирования #e2e #тестирование_поиска #QA #фильтры #debounce #XSS #чеклист #endtoend

Тестирование поиска и фильтров: чек-лист + как автоматизировать каждый пункт на Playwright

Поиск и фильтры есть почти в каждом продукте, и баги в них одни и те же из проекта в проект: запрос на каждую букву, гонка запросов, белый экран вместо «ничего не найдено», фильтры, которые слетают на...

Хабр
CVE-2026-44727: CRITICAL XSS in jupyter_server <2.20. Malicious notebooks can lead to cookie theft & remote code execution due to missing CSP sandboxing. Upgrade to 2.20+ to secure your server. Details: https://radar.offseq.com/threat/cve-2026-44727-cwe-79-improper-neutralization-of-i-2f84cbe7cd47cddc #OffSeq #XSS #Jupyter #Security

New article: Reading CSPs Like an Attacker

Content Security Policy isn't something you classify as "secure" or "insecure." Every policy creates a different set of restrictions, and understanding those restrictions is an important part of XSS testing.

https://medium.com/@marduk.i.am/reading-csps-like-an-attacker-dbe162f2594e

#CyberSecurity #AppSec #XSS #BugBounty #WebSecurity

Reading CSPs Like an Attacker

Understanding Content Security Policy for XSS Testing

Medium