Rooting Home Assistant through MeshCore: XSS attacks with a LoRa node name

https://mxsasha.eu/posts/meshcore-xss-home-assistant/

#Security #HomeAutomation #XSS

Rooting Home Assistant through MeshCore: XSS attacks with a LoRa node name

A crafted MeshCore node name could compromise any Home Assistant instance running meshcore-card as soon as someone viewed a dashboard with that card. MeshCore …

⚠️ HIGH severity: CVE-2026-40108 impacts GLPI (11.0.0 – 11.0.6). Privileged technicians can inject XSS via ITIL cost fields. Upgrade to 11.0.7 to fix. No active exploits, but patching is critical. https://radar.offseq.com/threat/cve-2026-40108-cwe-79-improper-neutralization-of-i-b1d24331 #OffSeq #CVE202640108 #XSS #GLPI

New write-up published: Prototype Pollution in Practice

Using three PortSwigger labs, I walk through a repeatable methodology.

Less about lab solutions, more about the process.

https://medium.com/@marduk.i.am/prototype-pollution-in-practice-437958d27751

#CyberSecurity #BugBounty #XSS #PrototypePollution

Prototype Pollution in Practice

Solving DOM XSS Labs Methodically

Medium
🛡️ CVE-2026-10510: HIGH severity XSS in TECNO Mobile AI Assistant Lifestyle (v1.3.0.002). Remote JS execution via GeniexWebView; no patch yet. Monitor vendor updates & avoid untrusted links. https://radar.offseq.com/threat/cve-2026-10510-cwe-79-improper-neutralization-of-i-501798a2 #OffSeq #Android #XSS #Vuln

pretalx XSS flaw lets attackers hijack conference organizer accounts, steal sessions, auto-accept talks, and demote admins. Patched in v2026.1.0.

Read: https://hackread.com/zero-click-pretalx-xss-hackers-hijack-conference-accounts/

#CyberSecurity #Vulnerability #XSS #pretalx #ZeroClick

Zero-Click pretalx XSS Flaw Lets Hackers Hijack Conference Organizer Accounts

pretalx XSS flaw lets attackers hijack conference organizer accounts, steal sessions, auto-accept talks, and demote admins. Patched in v2026.1.0.

Hackread - Cybersecurity News, Data Breaches, AI and More

This CVE Has Only 5 Reports on HackerOne — But a 94% Chance of Being Exploited Right Now
This vulnerability is an XSS (Cross-Site Scripting) issue with a high likelihood (94%) of immediate exploitation. The flaw stems from the application's insufficient input validation, specifically for user comments containing JavaScript code. Upon successful injection, these scripts execute in the context of the target domain due to lacking Content Security Policy headers, demonstrating a logical error in the application's handling of user inputs. The impact includes session hijacking, unauthorized access, or information disclosure. This CVE has only 5 reports on HackerOne, but it poses a significant threat due to its high exploitability. The researcher received $100 for their report; the program responded by implementing Content Security Policy headers to prevent future XSS attacks. To remediate similar issues, developers should validate user inputs at all levels and enforce proper CSP headers. Key lesson: Validate user input and implement Content Security Policies to protect against XSS attacks. #BugBounty #WebSecurity #XSS #InputValidation #ContentSecurityPolicy

https://medium.com/@mohmmedalariki2014/this-cve-has-only-5-reports-on-hackerone-but-a-94-chance-of-being-exploited-right-now-dfb738048471?source=rss------bug_bounty-5

This CVE Has Only 5 Reports on HackerOne — But a 94% Chance of Being Exploited Right Now

A Deep Dive into CVE-2023–38646’s Ghost and Why Your “Fixed” Instance Might Still Be Vulnerable

Medium

API Security 101: Understanding the Foundation and Why Attacks are Rising
This article discusses the growing importance of API security and the rising number of attacks against APIs. The author explains that APIs have become critical components in modern applications, handling a wide range of tasks including authentication, data transfer, and business logic. However, their increasing usage has exposed numerous vulnerabilities. One specific example provided is an XSS (Cross-Site Scripting) attack on an API endpoint via client-side manipulation of cookies or JavaScript. The researcher was able to exploit insufficient input validation by injecting malicious scripts within the user's session cookie, which executed upon subsequent API requests due to the lack of Content Security Policy headers. The impact includes unauthorized access, data theft, and account hijacking. The author recommends implementing proper access controls, token-based authentication, rate limiting, and input validation to secure APIs. Key lesson: Secure APIs are crucial for maintaining application security in the modern digital landscape. #API #Cybersecurity #WebSecurity #XSS #Authentication #InputValidation

https://medium.com/@dakshdhamija2006/api-security-101-understanding-the-foundation-and-why-attacks-are-rising-9ee82d764627?source=rss------bug_bounty-5

API Security 101: Understanding the Foundation and Why Attacks are Rising

APIs are the hidden plumbing of the internet, but they are also a hacker’s favorite target. If you are new to cybersecurity or just want to…

Medium
Roundcube-Webmail-Instanzen mit Schadcode attackierbar

In aktuellen Version haben die Entwickler von Roundcube Webmail mehrere Sicherheitslücken geschlossen.

heise online
⚠️ XSS vuln (MEDIUM, CVSS 4.8) in sambitraj STUDENT-MANAGEMENT-SYSTEM 1.0 — CVE-2026-10112. 'Name' param on Dashboard Page unsanitized, allowing script injection. No patch yet — use input validation/output encoding. https://radar.offseq.com/threat/cve-2026-10112-cross-site-scripting-in-sambitraj-s-ee88cf56 #OffSeq #XSS #AppSec #Vulnerability

🚨 Slim Framework released a patch fixing a reflected XSS vulnerability in the HTML error renderer.

Affected versions:

>=v4.4.0, <=v4.15.1

If you are passing unsanitized user input into HttpException, upgrade to Slim v4.15.2 immediately!

https://www.slimframework.com/2026/05/22/slim-security-advisory.html

https://github.com/slimphp/Slim/security/advisories/GHSA-53h4-8rc4-f539

#SlimPHP #SlimFramework #PHP #XSS #Vulnerability

Security Advisory: Reflected XSS vulnerability in Slim >= 4.4.0, <= 4.15.1 (CVE-2026-48157)

Missing HTML encoding in the HTML error renderer allows reflected XSS attacks affects Slim 4.4.0 to 4.15.1 inclusive. Please update to Slim 4.15.2 to resolve this issue.

Slim Framework