Urgent.News

600+ sources. One page. See who else covered it.

Editions

Tech

Clear the Lineup: XSS via innerHTML in cyberbro — Found and Fixed by GSC

What I Fixed A Cross-Site Scripting (XSS) vulnerability in cyberbro (122 ⭐), an open-source OSINT platform. The search highlight feature used .innerHTML with unsanitized user input, allowing reflected XSS in search results. Found by: GSC (Git Security Checker) — self-learning SAST scanner. The Bug File: src/views/SearchView.js The search highlight function took user search terms and injected them…

We haven't written up this one. Dev.to has the full story — the link below goes straight to it.

Read the original at dev.to →

More in Tech

llama.cpp

Article URL: https://llama.app Comments URL: https://news.ycombinator.com/item?id=49267928 Points: 260 # Comments: 114

Your .active Class Is Lying to Screen Readers

If I had to guess the single most common code smell in front-end projects, it wouldn't be a missing semicolon or a messy folder structure — it would be this: .hidden { display : none ; } .disabled {…

More from Wednesday 12 August →