🚨 New Vulnerability Analysis: CVE-2026-47670 🚨

In my latest technical deep dive, I break down a critical authenticated Remote Code Execution (RCE) vulnerability in DbGate (v7.1.8). Discover why relying on pseudo-sandboxing like require = null fails inherently inside Node.js environments when confronted with native, unblockable dynamic import() constructs.

👉 https://denizhalil.com/2026/06/15/cve-2026-47670-dbgate-rce-bypass/

#Cybersecurity #Infosec #NodeJS #VulnerabilityResearch #ApplicationSecurity #RCE

🆕 Team82 research published today by Amir Zaltzman and Vera Mens looks at critical vulnerabilities in cooling controllers and uninterruptible power system network cards prevalent in data center environments. The respective vendors, Trane and Vertiv, have published updates addressing the security issues. ⚠️

🎤 Amir, meanwhile, presented the research today at the SANS ICS Security Summit & Training 2026 in Orlando.

Check out the great work from Amir and Vera:
🔖 https://claroty.com/team82/research/turning-up-the-heat-hacking-trane-hvac-controllers
🔖 https://claroty.com/team82/research/attacking-ups-network-cards-to-take-down-data-centers

#Team82 #DataCenters #DataCenterSecurity #VulnerabilityResearch #CriticalInfrastructure

A $1,000 AI agent found 21 zero-days in FFmpeg, some 23 years old

FFmpeg sits inside web browsers, phones, smart TVs and the apps that play nearly every video on the internet. An autonomous AI agent scanned it for about the pr

Martin Cid Magazine

Microsoft Softens Stance After Public Feud with 0-Day Researcher

Microsoft has backpedaled in its public feud with a 0-day researcher, easing tensions with the security community after facing criticism for its aggressive stance. The tech giant now explicitly assures that vulnerability hunters are not in its legal crosshairs.

https://osintsights.com/microsoft-softens-stance-after-public-feud-with-0-day-researcher?utm_source=mastodon&utm_medium=social

#ZeroDay #VulnerabilityResearch #Microsoft #Redmond #EmergingThreats

Microsoft Softens Stance After Public Feud with 0-Day Researcher

Microsoft retreats after public feud with 0-day researcher, softening stance to reassure vulnerability hunters are not legal targets, read more now.

OSINTSights

FreeBSD 15.1-RC1 is out — and one detail stands out: the release notes mention AI-discovered security issues being patched.

AI-assisted fuzzing and vulnerability discovery is quietly becoming part of the release pipeline. Worth watching how this shifts the baseline for what gets caught before shipping.

#FreeBSD #infosec #VulnerabilityResearch
https://www.phoronix.com/news/FreeBSD-15.1-RC1

FreeBSD 15.1-RC1 Released: Fixes With Now Seeing More AI-Discovered Security Issues

In addition to the recent influx of Linux security vulnerabilities affecting Linux, FreeBSD has also begun receiving security reports via AI/LLM-driven discovery tools

Security Researchers Uncover 47 Zero-Days at Pwn2Own Berlin

In a thrilling three-day competition, security researchers at Pwn2Own Berlin uncovered a staggering 47 zero-day vulnerabilities, raking in nearly $1.3 million in prize money, with the Devcore Research Team taking home a whopping $505,000. The top prizes included a $200,000 award for a VMware ESXi exploit and a $100,000 prize for a…

https://osintsights.com/security-researchers-uncover-47-zero-days-at-pwn2own-berlin?utm_source=mastodon&utm_medium=social

#ZeroDay #Pwn2ownBerlin #VulnerabilityResearch #ExploitDevelopment #Trendai

Security Researchers Uncover 47 Zero-Days at Pwn2Own Berlin

Discover 47 zero-days uncovered at Pwn2Own Berlin, learn about the winners and prizes. Read now and stay updated on cybersecurity vulnerabilities.

OSINTSights
Mythos, l'outil IA de découverte de vulnérabilités, montre des résultats prometteurs — et aussi ses limites. Fascinant de voir où l'IA excelle (trouver des failles) et où elle tâtonne encore (tout le reste). Le vrai défi : comprendre ce que ces outils voient… et ce qu'ils ratent. La curiosité reste notre meilleur scanner. 🔍 #infosec #AI #VulnerabilityResearch
https://www.securityweek.com/mythos-proves-potent-in-vulnerability-discovery-less-convincing-elsewhere/
Mythos Proves Potent in Vulnerability Discovery, Less Convincing Elsewhere

Mythos outperformed rival models in vulnerability discovery, particularly in live-plus-source testing, but showed limitations in judgment, exploit validation, and practical efficiency.

SecurityWeek

Security Flaws Exposed in Popular Database Projects' MCP Servers

Critical security flaws have been uncovered in MCP servers used by popular analytics databases, leaving them vulnerable to risks like SQL injection and full database takeover due to faulty validation and authentication processes. These defects, discovered by Akamai security analyst Tomer Peled, highlight a…

https://osintsights.com/security-flaws-exposed-in-popular-database-projects-mcp-servers?utm_source=mastodon&utm_medium=social

#VulnerabilityResearch #McpServers #DatabaseSecurity #AiApplications #ModelContextProtocol

Security Flaws Exposed in Popular Database Projects' MCP Servers

Discover security flaws in popular database projects' MCP servers and learn how to protect your data from SQL injection and database takeover attacks now.

OSINTSights

Day 5 — CSRF Token Bypass using GET Request
This article discusses a Cross-Site Request Forgery (CSRF) vulnerability where an attacker can bypass CSRF tokens by manipulating GET requests. The root cause is inconsistent validation of CSRF tokens across HTTP methods, particularly on GET requests. In this case, the application incorrectly validated CSRF tokens for GET requests but did so correctly for POST requests. By modifying a legitimate request to use the GET method and moving parameters into the URL, the researcher discovered that the server did not validate the CSRF token. The attack involves creating an HTML PoC (proof-of-concept) with JavaScript to automatically submit the modified request, exploiting the victim without their interaction. This vulnerability emphasizes the importance of consistent validation for CSRF tokens across all HTTP methods. Key lesson: Validate CSRF tokens consistently regardless of HTTP method to maintain security. #BugBounty #WebSecurity #CSRF #VulnerabilityResearch

https://smartpicks4u.medium.com/day-5-csrf-token-bypass-using-get-request-791cba29812d?source=rss

Day 5 — CSRF Token Bypass using GET Request

Hello everybody, I hope you guys are doing well.

Medium