CISA added two actively exploited web vulnerabilities to its KEV catalog, while fresh research pointed to weak Android VPN apps, crypto-wallet recovery risks,…
CISA Adds Exploited Bugs as VPN App Risks Widen (7.10)
Overview
- CISA added CVE-2026-48939 and CVE-2026-56291 to its KEV catalog after finding evidence of active exploitation.
- A test of 281 free Android VPN apps found privacy and security failures in apps with more than 2.4 billion installs.
- Coinspect reported active exploitation of the Ill Bloom wallet flaw, tied to weak recovery-phrase generation and more than $5 million in losses.
- The unpatched XRING flaw in XQUIC can let unauthenticated remote clients crash HTTP/3 servers with ordinary QPACK traffic.
- OpenClaw patched three high-severity AI-assistant flaws, including GHSA-hjr6-g723-hmfm with a CVSS score of 8.8.
Details
CISA Adds Two Actively Exploited Web Bugs to KEV
CISA said it added two vulnerabilities to its Known Exploited Vulnerabilities catalog on July 10 after finding evidence of active exploitation. The listed flaws are CVE-2026-48939, an iCagenda unrestricted file-upload issue, and CVE-2026-56291, a Balbooa vulnerability identified in the agency alert.
The practical point is simple: KEV listing changes patch priority. For U.S. federal civilian agencies, KEV entries trigger mandatory remediation timelines. For private organizations, the catalog is still one of the clearest public signals that exploitation has moved beyond theory.
NIST remains the reference point for CVE records and severity metadata, while Microsoft and Google maintain their own vendor security advisories for product-specific response. In this case, CISA is the controlling source because it made the active-exploitation determination.
Key takeaway: CVE-2026-48939 and CVE-2026-56291 should move ahead of ordinary backlog items because CISA linked both to active exploitation.
Android VPN Study Finds Leaks Across 281 Free Apps
The Hacker News reported that researchers tested 281 popular free Android VPN apps on Google Play and found that many failed basic privacy and security expectations. The apps flagged with at least one problem had more than 2.4 billion installs, according to the report.
The issues were not described as advanced cryptographic breaks. They were basic failures: traffic leaks, unencrypted data handling, tracking behavior, and 29 apps that allowed user traffic to leak outside the protected tunnel.
For users, the finding cuts against the main promise of a VPN. A virtual private network should route traffic through an encrypted tunnel and reduce exposure on hostile networks. If traffic escapes that tunnel, users may get the brand impression of privacy without the protection they expected.
Key takeaway: The Android VPN findings point to a trust problem, not just app defects: install counts do not prove that a privacy tool protects traffic.
Ill Bloom Wallet Flaw Tied to Weak Recovery Phrases
The Hacker News reported that Coinspect disclosed a cryptocurrency wallet flaw called Ill Bloom and said attackers were already exploiting it. The weakness sits in recovery-phrase generation, the process that creates the words controlling access to a wallet.
When wallet software uses weak randomness, an attacker may be able to infer or reproduce the recovery phrase. Coinspect confirmed one coordinated sweep on May 27, and the article's headline tied the exploitation to more than $5 million drained from wallets.
This is not a conventional password-reset problem. In cryptocurrency wallets, the recovery phrase is often the asset's ultimate control point. Once an attacker obtains it, funds can be moved without asking a bank, exchange, or issuer to reverse the transaction.
Key takeaway: Ill Bloom shows that wallet security can fail at creation time; affected users may need new wallets, not just updated software.
XRING Lets Remote Clients Crash XQUIC HTTP/3 Servers
The Hacker News reported that FoxIO researcher Sébastien Féry disclosed an unpatched flaw in XQUIC, Alibaba's QUIC and HTTP/3 library. The issue, nicknamed XRING, can let a remote client crash a server using a short burst of ordinary QPACK traffic.
The report said the attack needs no login and no malformed packets. That matters because network filters tuned for invalid traffic may miss requests that look protocol-compliant until they hit the vulnerable code path.
The immediate impact is availability rather than data theft. A remote crash flaw can still be serious for internet-facing HTTP/3 services, especially when restarts are slow, traffic is high, or repeated crashes produce service instability.
Key takeaway: XRING is an availability risk for exposed XQUIC HTTP/3 services, and operators need compensating controls until a patch is available.
OpenClaw Patches High-Severity AI Assistant Flaws
The Hacker News reported that three now-patched flaws in the OpenClaw personal AI assistant could enable credential theft, privilege escalation, and arbitrary code execution on the host. One listed issue, GHSA-hjr6-g723-hmfm, carried a CVSS score of 8.8.
The report framed the attack chain as moving from WhatsApp to the host. That path matters because personal AI assistants increasingly connect messages, files, credentials, and local automation in one workflow.
For security teams, the OpenClaw case is a warning about assistant permissions. AI tools that read messages and trigger local actions sit near sensitive boundaries. A patch closes known bugs, but permission design decides how much damage a future bug can do.
Key takeaway: The OpenClaw fixes close known high-severity flaws, but the lasting control is tighter isolation between messages, credentials, and host actions.
Morning Breaking Updates
- feeds.feedburner.com: URGENT - Progress Tells ShareFile Customers to Shut Down Storage Zone Controllers Over Security Threat - Progress Software has told ShareFile customers to shut down the Windows servers running their Storage Zone Controllers, confirming to The Hacker News that it is responding to a "cr
- feeds.feedburner.com: Injective Labs GitHub Compromise Pushes Wallet-Key-Stealing npm Packages - Unknown threat actors compromised the Injective Labs SDK project's GitHub repository and leveraged it to publish a malicious package on the npm registry to steal cryptocurrency wal
- microsoft.com: Securing our future: July 2026 progress report on Microsoft’s Secure Future Initiative - Security is never finished. That conviction is where the Secure Future Initiative (SFI) started two years ago and continues to guide us today. AI is reshaping cybersecurity. Cybera
- feeds.feedburner.com: Six New U-Boot Flaws Could Let Malicious Images Crash Devices or Run Code at Boot - Researchers at firmware security firm Binarly have found six new flaws in U-Boot, the small program that starts up hardware as varied as home routers, smart cameras, and the manage
At a glance
| Fact | Publisher | Source |
|---|---|---|
| CISA added CVE-2026-48939 and CVE-2026-56291 to KEV for active exploitation. | CISA | cisa.gov |
| Researchers tested 281 free Android VPN apps; affected apps had 2.4B+ installs. | The Hacker News | thehackernews.com |
| Coinspect said Ill Bloom abuse drained more than $5M from cryptocurrency wallets. | The Hacker News | thehackernews.com |
| XRING affects XQUIC, Alibaba's QUIC and HTTP/3 library, and had no patch reported. | The Hacker News | thehackernews.com |
| OpenClaw flaws were patched and included GHSA-hjr6-g723-hmfm with CVSS 8.8. | The Hacker News | thehackernews.com |
FAQ
Sources
- Laser Attack Resets Tangem Wallet Passwords on Cards That Can't Be Patched - feeds.feedburner.com
- Researcher Details WhatsApp-to-Host Attack Chain Using Three OpenClaw Flaws - feeds.feedburner.com
- New MODBEACON RAT Uses gRPC Streaming for Encrypted C2 Traffic - feeds.feedburner.com
- CISA Adds Two Known Exploited Vulnerabilities to Catalog - cisa.gov
- Unpatched XRING Flaw in XQUIC Lets Remote Clients Crash HTTP/3 Servers - feeds.feedburner.com
- From 17,000 to 1.1 Million Assets: How Lumen Technologies Rebuilt Exposure Management at Scale - feeds.feedburner.com
- Exposed Hacker Server Reveals WP-SHELLSTORM Backdooring Thousands of WordPress Sites - feeds.feedburner.com
- Study of 281 Free Android VPN Apps Finds Traffic Leaks, Unencrypted Data, and Tracking - feeds.feedburner.com
- Hackers Use Fake Microsoft Entra Passkey Enrollment to Gain Microsoft 365 Access - feeds.feedburner.com
- Attackers Exploit 'Ill Bloom' Vulnerability to Drain Over $5 Million From Cryptocurrency Wallets - feeds.feedburner.com
- Ransomware Negotiator Gets 70 Months in Prison for Aiding BlackCat Attacks - feeds.feedburner.com
- National Vulnerability Database - NIST
- Microsoft Security Response Center - Microsoft
- Google Online Security Blog - Google
- URGENT - Progress Tells ShareFile Customers to Shut Down Storage Zone Controllers Over Security Threat - feeds.feedburner.com
- Injective Labs GitHub Compromise Pushes Wallet-Key-Stealing npm Packages - feeds.feedburner.com
- Securing our future: July 2026 progress report on Microsoft’s Secure Future Initiative - microsoft.com
- Six New U-Boot Flaws Could Let Malicious Images Crash Devices or Run Code at Boot - feeds.feedburner.com
Last updated: 2026-07-11T01:48:32.675Z
댓글
댓글 쓰기