Last updated: August 19, 2026 at 1:47 AM UTC
All 741 Vulnerability 286 Breach 129 Threat 319 Defense 7

Trezor says shipping partner breach exposed data of nearly 14,000 buyers

Hardware wallet maker Trezor said a breach at its shipping provider ShipMonk exposed personal data of nearly 14,000 customers who ordered devices between May and early August. About 11,700 had full details exposed, including name, email, phone number, and shipping address, while roughly 1,900 had partial data taken. Trezor stressed that its own systems were not compromised and its devices remain secure, but warned customers to expect phishing. Exposed home addresses tied to cryptocurrency ownership carry an added risk, as physical attacks on crypto holders have risen this year. The company said it is introducing an anonymous delivery option in response.

Check
Affected Trezor customers should be alert to phishing and impersonation using their real order details, never enter a wallet recovery phrase in response to any message, and be mindful of address exposure.
Affected
Nearly 14,000 Trezor customers whose names, emails, phone numbers, and shipping addresses were exposed through the ShipMonk breach; the data enables convincing phishing and, tying addresses to crypto ownership, physical risk.
Fix
Treat unexpected wallet-related messages as suspicious, keep recovery phrases entirely offline, and for organizations, hold shipping and fulfillment vendors to the same data-protection and breach-notification standards as internal systems.

City-Forum campaign steals data from misconfigured Salesforce and ServiceNow portals

Researchers at Reco detailed a long-running data-theft campaign they call City-Forum that has been quietly stealing records from Salesforce and ServiceNow customer portals since at least March 2025. Rather than exploiting a platform vulnerability, the attacker uses custom tooling to pull data that organizations mistakenly exposed to anonymous guest users through overly permissive sharing rules and portal settings. It targets Salesforce Experience Cloud sites and a poorly documented ServiceNow portal search endpoint, hitting telecoms, banks, software vendors, security firms, and public-sector portals worldwide. All activity traces to a single server, and one victim alone saw over half a million data enumeration requests.

Check
Audit guest-user permissions and sharing rules on Salesforce Experience Cloud and ServiceNow portals, disable guest access to public APIs and unused self-registration, and confirm sensitive data is not reachable anonymously.
Affected
Organizations exposing Salesforce or ServiceNow portals with overly permissive guest access; attackers can enumerate and steal accounts, contacts, cases, and other records without any credentials or platform exploit.
Fix
Apply least privilege to guest profiles, remove broad API permissions, monitor the portal search and Aura endpoints for automated enumeration, and treat anonymously reachable data as effectively public until proven otherwise.

Akira ransomware reboots Windows into Safe Mode to switch off security tools

Huntress detailed an Akira ransomware intrusion that reached in through an exposed SonicWall VPN and then forced Windows into Safe Mode to disable defenses. Because Safe Mode starts only a minimal set of services, the endpoint detection tools and Microsoft Defender did not load, leaving the attacker free to run their encryptor. The twist is that Safe Mode also starves the system of virtual memory, and thirteen seconds after the reboot the encryptor ran out of memory and crashed, so files were not encrypted, though the attacker still stole data. The technique remains a useful evasion play worth detecting even when the payload fails.

Check
Alert on boot-configuration changes and Safe Mode boots, watch for security services stopping and tools added to the Safe Mode service list, and require multi-factor authentication on every VPN account.
Affected
Windows environments reachable through exposed or weakly protected VPNs; an attacker who gains access can reboot endpoints into Safe Mode to bypass endpoint detection and Defender before attempting encryption or theft.
Fix
Require multi-factor authentication on VPNs and alert on failed login bursts, monitor for msconfig and bcdedit changes and Safe Mode boot events, and run security tooling in Safe Mode where supported.

Socket finds 737 free VPN Chrome extensions routing user traffic through proxies

Researchers at Socket identified a campaign of 737 free virtual private network and proxy extensions published across browser marketplaces that route users' web traffic through outside proxy servers. Many impersonate well-known brands to appear trustworthy, so a user installing what looks like a legitimate free VPN can instead have their browsing redirected through infrastructure they do not control. Because a browser extension can see and alter the pages a user visits, routing traffic this way exposes browsing activity and can enable interception. Free VPN and proxy extensions are a recurring source of this problem, trading the promise of privacy for the opposite.

Check
Review the browser extensions installed across your users for free VPN or proxy tools, remove untrusted ones, and prefer reputable, audited services over free extensions that route traffic through unknown servers.
Affected
Users who installed free VPN or proxy browser extensions, including brand-impersonating ones; their web traffic can be routed through servers the operator controls, exposing browsing activity and enabling interception.
Fix
Restrict which browser extensions users can install through policy, allowlist trusted publishers, audit installed extensions periodically, and educate users that free VPN extensions often monetize by handling their traffic.

US and South Korea warn of Gunra ransomware exploiting Fortinet VPN flaws

A joint advisory from the FBI, CISA, the NSA, the Secret Service, and South Korean police warns that the Gunra ransomware group is exploiting known Fortinet VPN vulnerabilities to bypass multi-factor authentication and break into networks, targeting government agencies and critical infrastructure. Gunra, believed to be built on leaked Conti source code, runs a double-extortion model: it steals data before encrypting, using a custom tool to pull files from Microsoft OneDrive and SharePoint and moving large archives to a file-sharing service with utilities like RClone and 7-Zip. The final payload appends a distinct extension and drops a ransom note. The group has grown into a ransomware-as-a-service operation recruiting access brokers.

Check
Patch Fortinet VPN appliances to close the known flaws Gunra exploits, confirm multi-factor authentication cannot be bypassed on remote access, and review VPN logs for suspicious authentication.
Affected
Government and critical-infrastructure organizations running unpatched Fortinet VPNs; Gunra exploits the known flaws to bypass multi-factor authentication, steal data from cloud storage, and deploy ransomware across the network.
Fix
Patch and harden remote access, enforce phishing-resistant multi-factor authentication, monitor for mass data transfers to file-sharing services and tools like RClone, keep offline backups, and follow the advisory's indicators.

Red Hat cluster management flaw lets a namespace editor become cluster admin

Red Hat disclosed a critical flaw in its Advanced Cluster Management for Kubernetes that lets a user with only namespace-level edit rights escalate to full cluster administrator. Tracked as CVE-2026-10090 and scored 9.9, the bug is in the application subscription controller: a low-privileged user can create a channel pointing to a Helm repository they control, then a subscription referencing it, and the controller deploys the chart using its own elevated permissions without checking the requester's authorization. It is a confused-deputy problem that crosses the namespace-to-cluster boundary. Because namespace edit access is often granted broadly to developers, many multi-tenant clusters could be exposed, and no fix was available at disclosure.

Check
Identify Advanced Cluster Management hub namespaces where non-administrators hold edit rights, restrict those permissions, and monitor for unexpected channel and subscription objects pointing to external Helm repositories.
Affected
Organizations running Red Hat Advanced Cluster Management for Kubernetes (CVE-2026-10090); a user with namespace edit rights on the hub can reach full cluster-admin and access secrets, with no fix yet.
Fix
Tighten who holds namespace edit access on ACM hubs, watch for suspicious channel and subscription resources, and apply Red Hat's fix as soon as it ships, since no mitigation fully substitutes.

Cisco warns of ClamAV flaws with public exploit code and no workaround

Cisco warned that public proof-of-concept code exists for two vulnerabilities in ClamAV, the widely used open-source antivirus engine, that a remote unauthenticated attacker can use to crash the scanning process and disrupt protection. Tracked as CVE-2026-20337 and CVE-2026-20338, the flaws are rated high severity on Windows because ClamAV runs there in a privileged security context, and medium on macOS and Linux where it runs with lower privileges. There are no workarounds, and Cisco is rolling out fixes in August across its Secure Endpoint Connector products, which embed ClamAV. Because ClamAV is bundled into many mail and file-scanning products, exposure extends well beyond Cisco.

Check
Update ClamAV and any products that embed it, including Cisco Secure Endpoint Connector, and prioritize Windows systems where the scanning process runs in a privileged context.
Affected
Systems running unpatched ClamAV or products that bundle it (CVE-2026-20337, CVE-2026-20338); a remote attacker can crash scanning to disable protection, with the highest risk on Windows and public exploit code available.
Fix
Apply the ClamAV updates as they ship, since there is no workaround, inventory the mail and file-scanning products that embed the engine, and monitor for scanning processes crashing unexpectedly.

Poisoned banner feed turns BdThemes WordPress plugins into rogue-admin factories

Researchers at Wordfence found that attackers compromised the upstream infrastructure of BdThemes, a popular WordPress plugin vendor, and poisoned a remote JSON feed that its plugins fetch to show promotional banners in the admin dashboard. Because the malicious code lives in that feed rather than in the plugin source, no plugin update was needed and nothing changed on disk. The injected script runs in every logged-in administrator's browser, creates hidden rogue admin accounts through the site's own interface, and installs a fake plugin containing a web shell for persistence. Seven plugins including Element Pack and Prime Slider were affected, and the flaw sat unnoticed for about five months.

Check
If you run BdThemes plugins such as Element Pack or Prime Slider, check for unexpected administrator accounts and unfamiliar plugins, and look for a web shell file named emer-run dot php.
Affected
WordPress sites running affected BdThemes plugins; a poisoned vendor feed ran code in administrators' browsers to create hidden admin accounts and install a web shell, without any plugin update or on-disk change.
Fix
Update the plugins once cleaned versions ship, remove rogue admins and web shells, rotate administrator credentials, and treat remote content that plugins load into the dashboard as an attack surface to monitor.

Fake Solidity Pro editor extensions steal crypto wallets and developer keys

Researchers at Yeeth Security flagged malicious Visual Studio Code extensions named Solidity Pro that pose as tools for blockchain developers while stealing wallets and credentials. Early versions quietly fetched an encrypted payload from cloud infrastructure after a delay of up to three days and ran it outside the editor to evade quick checks. Later versions became full information stealers, collecting browser profiles, cryptocurrency wallets and seed phrases, source-control tokens, cloud credentials, API keys, and SSH private keys, then sending them out through a Telegram bot. The extensions were pulled from the Open VSX marketplace, but the project's code repository remained available.

Check
Check developer machines for the Solidity Pro extension and remove it, and rotate wallets, source-control tokens, cloud credentials, API keys, and SSH keys if it was installed.
Affected
Blockchain and other developers who installed a Solidity Pro extension; running with the developer's access, it steals cryptocurrency wallets, seed phrases, and source-control, cloud, and infrastructure credentials, exfiltrating them over Telegram.
Fix
Install editor extensions only from trusted publishers, review what an extension can access, keep wallets off development machines, and monitor developer endpoints for payloads fetched and run outside the editor.

Valve warns Steam hardware buyers of data breach at its shipping partner

Valve is notifying European Steam hardware customers that their personal data was likely exposed in a cyberattack on CEVA Logistics, the partner that ships Steam devices in the region. Attackers had access to CEVA systems between July 29 and August 1, reaching the delivery details CEVA keeps for up to ninety days: name, street address, postal code, city, country, phone number, the email tied to the Steam account, and the hardware ordered and its price. No Steam passwords, Steam Guard codes, or payment data were exposed, since CEVA never held them. Valve warned customers to expect phishing and delivery-impersonation scams and to treat such messages as fake.

Check
If you ordered Steam hardware in Europe recently, expect phishing by email, text, or phone impersonating Valve or a courier, and treat requests for fees, signatures, or confirmations as fraudulent.
Affected
European Steam hardware customers whose name, address, phone number, email, and order details were exposed through the CEVA breach; no passwords or payment data were affected, but the data enables convincing scams.
Fix
No need to change your Steam password, but stay alert to delivery-themed phishing, verify courier requests through official channels, and hold logistics vendors to the same breach standards as internal systems.