⚡ Weekly Recap: Nation-State Hacks, Spyware Alerts, Deepfake Malware, Supply Chain Backdoors
Vulnerabilities mentionedAll →
| CVE | Vulnerability | CVSS | EPSS | Flags | Affected | Exposure | Published |
|---|---|---|---|---|---|---|---|
| CVE-2025-1976 | Admin-to-Root Privilege Escalation in Broadcom Brocade Fabric OS 9.1 CVE-2025-1976 is a code/command injection flaw (CWE-94, CWE-78) in Broadcom Brocade Fabric OS, the operating system running on Brocade fibre-channel SAN switches. Starting with Fabric OS 9.1.0, root access was removed from administrators, but on versions 9.1.0 through 9.1.1d6 a local user with admin privileges can inject and execute arbitrary code to run with full root privileges. The CVSS 4.0 vector (AV:A/PR:L) indicates the attacker needs adjacent access with admin-level credentials and no user interaction, and successful exploitation grants complete root control of the switch, potentially compromising SAN fabric operations and enabling persistence in the storage network. Any organization running Brocade switches on the affected Fabric OS 9.1.0–9.1.1d6 range is exposed. CISA added the flaw to the Known Exploited Vulnerabilities catalog on 2025-04-28, confirming active exploitation; no public PoC is known and EPSS puts 30-day exploitation probability at 0.7%. Do: Upgrade Brocade Fabric OS to a release later than 9.1.1d6 following Brocade's security advisory; because the affected range ends at 9.1.1d6, any switch on 9.1.0–9.1.1d6 should be treated as vulnerable. Until patched, restrict admin CLI/SSH/API access to trusted administrators, audit admin accounts and CLI logs for signs of misuse, and hunt for unexpected code execution on switches. U.S. federal agencies must apply vendor mitigations or discontinue use per BOD 22-01 timelines, given the KEV listing. | 8.6 | <1% | KEV |
| moderatelikely on the order of thousands to tens of thousands of SAN switches running FOS 9.1.0–9.1.1d6; exact counts unknown | |
| CVE-2025-2082 | Tesla Model 3 VCSEC Integer Overflow Remote Code Execution Vulnerability. Tesla Model 3 VCSEC Integer Overflow Remote Code Execution Vulnerability. This vulnerability allows network-adjacent attackers to execute arbitrary code on affected Tesla Model 3 vehicles. Authentication is not required to exploit this vulnerability. The specific flaw exists within the VCSEC module. By manipulating the certificate response sent from the Tire Pressure Monitoring System (TPMS), an attacker can trigger an integer overflow before writing to memory. An attacker can leverage this vulnerability to execute code in the context of the VCSEC module and send arbitrary messages to the vehicle CAN bus. Was ZDI-CAN-23800. NVD description · AI analysis pending | 7.5 | <1% |
| — | ||
| CVE-2025-21756 | In the Linux kernel, the following vulnerability has been resolved: In the Linux kernel, the following vulnerability has been resolved: vsock: Keep the binding until socket destruction Preserve sockets bindings; this includes both resulting from an explicit bind() and those implicitly bound through autobind during connect(). Prevents socket unbinding during a transport reassignment, which fixes a use-after-free: 1. vsock_create() (refcnt=1) calls vsock_insert_unbound() (refcnt=2) 2. transport->release() calls vsock_remove_bound() without checking if sk was bound and moved to bound list (refcnt=1) 3. vsock_bind() assumes sk is in unbound list and before __vsock_insert_bound(vsock_bound_sockets()) calls __vsock_remove_bound() which does: list_del_init(&vsk->bound_table); // nop sock_put(&vsk->sk); // refcnt=0 BUG: KASAN: slab-use-after-free in __vsock_bind+0x62e/0x730 Read of size 4 at addr ffff88816b46a74c by task a.out/2057 dump_stack_lvl+0x68/0x90 print_report+0x174/0x4f6 kasan_report+0xb9/0x190 __vsock_bind+0x62e/0x730 vsock_bind+0x97/0xe0 __sys_bind+0x154/0x1f0 __x64_sys_bind+0x6e/0xb0 do_syscall_64+0x93/0x1b0 entry_SYSCALL_64_after_hwframe+0x76/0x7e Allocated by task 2057: kasan_save_stack+0x1e/0x40 kasan_save_track+0x10/0x30 __kasan_slab_alloc+0x85/0x90 kmem_cache_alloc_noprof+0x131/0x450 sk_prot_alloc+0x5b/0x220 sk_alloc+0x2c/0x870 __vsock_create.constprop.0+0x2e/0xb60 vsock_create+0xe4/0x420 __sock_create+0x241/0x650 __sys_socket+0xf2/0x1a0 __x64_sys_socket+0x6e/0xb0 do_syscall_64+0x93/0x1b0 entry_SYSCALL_64_after_hwframe+0x76/0x7e Freed by task 2057: kasan_save_stack+0x1e/0x40 kasan_save_track+0x10/0x30 kasan_save_free_info+0x37/0x60 __kasan_slab_free+0x4b/0x70 kmem_cache_free+0x1a1/0x590 __sk_destruct+0x388/0x5a0 __vsock_bind+0x5e1/0x730 vsock_bind+0x97/0xe0 __sys_bind+0x154/0x1f0 __x64_sys_bind+0x6e/0xb0 do_syscall_64+0x93/0x1b0 entry_SYSCALL_64_after_hwframe+0x76/0x7e refcount_t: addition on 0; use-after-free. WARNING: CPU: 7 PID: 2057 at lib/refcount.c:25 refcount_warn_saturate+0xce/0x150 RIP: 0010:refcount_warn_saturate+0xce/0x150 __vsock_bind+0x66d/0x730 vsock_bind+0x97/0xe0 __sys_bind+0x154/0x1f0 __x64_sys_bind+0x6e/0xb0 do_syscall_64+0x93/0x1b0 entry_SYSCALL_64_after_hwframe+0x76/0x7e refcount_t: underflow; use-after-free. WARNING: CPU: 7 PID: 2057 at lib/refcount.c:28 refcount_warn_saturate+0xee/0x150 RIP: 0010:refcount_warn_saturate+0xee/0x150 vsock_remove_bound+0x187/0x1e0 __vsock_release+0x383/0x4a0 vsock_release+0x90/0x120 __sock_release+0xa3/0x250 sock_close+0x14/0x20 __fput+0x359/0xa80 task_work_run+0x107/0x1d0 do_exit+0x847/0x2560 do_group_exit+0xb8/0x250 __x64_sys_exit_group+0x3a/0x50 x64_sys_call+0xfec/0x14f0 do_syscall_64+0x93/0x1b0 entry_SYSCALL_64_after_hwframe+0x76/0x7e NVD description · AI analysis pending | 7.8 | <1% |
| — | ||
| CVE-2025-23016 | FastCGI fcgi2 (aka fcgi) 2.x through 2.4.4 has an integer overflow (and resultant heap-based buffer overflow) via crafted nameLen or valueLen values in data to FastCGI fcgi2 (aka fcgi) 2.x through 2.4.4 has an integer overflow (and resultant heap-based buffer overflow) via crafted nameLen or valueLen values in data to the IPC socket. This occurs in ReadParams in fcgiapp.c. NVD description · AI analysis pending | 9.3 | <1% | — | — | ||
| CVE-2025-23242 +1 in the same advisory: …23243 | NVIDIA Riva contains a vulnerability where a user could cause an improper access control issue. NVIDIA Riva contains a vulnerability where a user could cause an improper access control issue. A successful exploit of this vulnerability might lead to escalation of privileges, data tampering, denial of service, or information disclosure. NVD description · AI analysis pending | 9.8 group max | 2% |
| — | ||
| CVE-2025-23254 | NVIDIA TensorRT-LLM for any platform contains a vulnerability in python executor where an attacker may cause a data validation issue by local access to the TRTL NVIDIA TensorRT-LLM for any platform contains a vulnerability in python executor where an attacker may cause a data validation issue by local access to the TRTLLM server. A successful exploit of this vulnerability may lead to code execution, information disclosure and data tampering. NVD description · AI analysis pending | 8.8 | <1% | — | — | ||
| CVE-2025-24522 | KUNBUS Revolution Pi OS Bookworm 01/2025 is vulnerable because authentication is not configured by default for the Node-RED server. KUNBUS Revolution Pi OS Bookworm 01/2025 is vulnerable because authentication is not configured by default for the Node-RED server. This can give an unauthenticated remote attacker full access to the Node-RED server where they can run arbitrary commands on the underlying operating system. NVD description · AI analysis pending | 9.3 | <1% | — | — | ||
| CVE-2025-2783 | Sandbox Escape via Mojo Handle Flaw in Google Chrome on Windows (CVE-2025-2783) CVE-2025-2783 is a high-severity sandbox escape in Google Chrome on Windows, caused by an incorrect handle being provided in unspecified circumstances in Mojo, Chrome's inter-process communication layer. It is triggered remotely through a malicious file and requires user interaction; an attacker who has code running inside Chrome's sandboxed renderer can abuse the handle flaw to break out of the Windows sandbox and gain broader access to the host (CVSS scope change with high impact to confidentiality, integrity, and availability). All Google Chrome versions on Windows prior to 134.0.6998.177 are affected, per the vendor fix referenced by CISA. The flaw was added to CISA's Known Exploited Vulnerabilities catalog on 2025-03-27, and related reporting links it to active exploitation in the ForumTroll APT's phishing campaign against Russian scholars using fake eLibrary emails; ransomware use is unknown. No public proof-of-concept is known, and EPSS assigns a 9.2% probability of exploitation within 30 days (95th percentile). Do: Update Google Chrome on Windows to 134.0.6998.177 or later immediately and verify deployed browser versions across endpoints; the flaw is in the CISA KEV catalog, so federal agencies must apply vendor mitigations per BOD 22-01 timelines. Because exploitation is tied to malicious files delivered via phishing (e.g., the ForumTroll fake-eLibrary campaign), prioritize patching for users who open untrusted attachments and links, and hunt for associated phishing emails. | 8.3 | 9% | KEV |
| massbillions of users (Chrome is the world's dominant browser; the Windows-only subset is still likely well over 1 billion) | |
| CVE-2025-29471 | Cross Site Scripting vulnerability in Nagios Log Server v.2024R1.3.1 allows a remote attacker to execute arbitrary code via a payload into the Email field. Cross Site Scripting vulnerability in Nagios Log Server v.2024R1.3.1 allows a remote attacker to execute arbitrary code via a payload into the Email field. NVD description · AI analysis pending | 8.3 | 7% | PoC ×2 |
| — | |
| CVE-2025-29953 | Deserialization of Untrusted Data vulnerability in Apache ActiveMQ NMS OpenWire Client. Deserialization of Untrusted Data vulnerability in Apache ActiveMQ NMS OpenWire Client. This issue affects Apache ActiveMQ NMS OpenWire Client before 2.1.1 when performing connections to untrusted servers. Such servers could abuse the unbounded deserialization in the client to provide malicious responses that may eventually cause arbitrary code execution on the client. Version 2.1.0 introduced a allow/denylist feature to restrict deserialization, but this feature could be bypassed. The .NET team has deprecated the built-in .NET binary serialization feature starting with .NET 9 and suggests migrating away from binary serialization. The project is considering to follow suit and drop this part of the NMS API altogether. Users are recommended to upgrade to version 2.1.1, which fixes the issue. We also recommend to migrate away from relying on .NET binary serialization as a hardening method for the future. NVD description · AI analysis pending | 9.8 | 2% |
| — | ||
| CVE-2025-30194 | When DNSdist is configured to provide DoH via the nghttp2 provider, an attacker can cause a denial of service by crafting a DoH exchange that triggers an illega When DNSdist is configured to provide DoH via the nghttp2 provider, an attacker can cause a denial of service by crafting a DoH exchange that triggers an illegal memory access (double-free) and crash of DNSdist, causing a denial of service. The remedy is: upgrade to the patched 1.9.9 version. A workaround is to temporarily switch to the h2o provider until DNSdist has been upgraded to a fixed version. We would like to thank Charles Howes for bringing this issue to our attention. NVD description · AI analysis pending | 7.5 | 2% | — | — | ||
| CVE-2025-31650 | Memory Leak DoS in Apache Tomcat via Invalid HTTP Priority Headers CVE-2025-31650 is an improper input validation flaw (CWE-459) in Apache Tomcat where certain invalid HTTP priority headers are mishandled, leaving the failed request incompletely cleaned up and leaking memory. An unauthenticated remote attacker can trigger it by sending a large number of requests with such malformed priority headers, and the accumulated leak eventually causes an OutOfMemoryException. The impact is denial of service — the affected Tomcat instance can crash or become unavailable, with no direct confidentiality or confidentiality-side impact beyond availability. Any deployment running the affected versions is exposed, especially internet-facing Tomcat servers and legacy users still on EOL 8.5.x releases. No public proof-of-concept or confirmed in-the-wild exploitation is known yet, but EPSS assigns a roughly 60% probability of exploitation within 30 days (99th percentile). Do: Upgrade to Tomcat 9.0.104, 10.1.40, or 11.0.6, which fix the issue; sites on EOL 8.5.x (8.5.90–8.5.100) should move to a fixed supported version such as 9.0.104. As an interim mitigation, strip or validate HTTP priority headers at a reverse proxy or CDN layer and monitor JVM heap for abnormal growth or restarts. Prioritize internet-facing Tomcat instances given the high EPSS exploitation probability. | 7.5 | 60% |
| masson the order of hundreds of thousands of internet-exposed Tomcat instances (millions of total deployments, including embedded use) | ||
| CVE-2025-32011 | Authentication Bypass via Path Traversal in KUNBUS PiCtory KUNBUS PiCtory versions 2.5.0 through 2.11.1, the web-based configuration tool bundled with KUNBUS Revolution Pi (RevPi) industrial controllers, contain an authentication bypass flaw (CWE-305) caused by a path traversal weakness. A remote, unauthenticated attacker can send crafted HTTP requests containing path-traversal sequences to the PiCtory web interface and bypass authentication without any user interaction. The attacker thereby gains access to the device's configuration application without valid credentials, and the critical CVSS 4.0 score of 9.3 reflects high potential impact to the confidentiality, integrity, and availability of the affected device. Affected users are operators of Revolution Pi installations running the affected PiCtory versions, especially where the web interface is reachable from the internet or from a broader corporate network. No public proof-of-concept or confirmed in-the-wild exploitation is known and the issue is not in CISA's KEV catalog, but EPSS assigns an elevated 27.3% probability of exploitation within 30 days (98th percentile). Do: Upgrade PiCtory to a release later than 2.11.1, checking the KUNBUS/CISA ICS advisory for the exact fixed version before deploying. Restrict the PiCtory web interface so it is not reachable from the internet or untrusted networks, and review device logs and stored configuration for signs of unauthenticated access or tampering. | 9.3 | 27% |
| large~100,000+ RevPi devices in the field (PiCtory ships by default on KUNBUS Revolution Pi controllers) | ||
| CVE-2025-32354 | In Zimbra Collaboration (ZCS) 9.0 through 10.1, a Cross-Site Request Forgery (CSRF) vulnerability exists in the GraphQL endpoint (/service/extension/graphql) of In Zimbra Collaboration (ZCS) 9.0 through 10.1, a Cross-Site Request Forgery (CSRF) vulnerability exists in the GraphQL endpoint (/service/extension/graphql) of Zimbra webmail due to a lack of CSRF token validation. This allows attackers to perform unauthorized GraphQL operations, such as modifying contacts, changing account settings, and accessing sensitive user data when an authenticated user visits a malicious website. NVD description · AI analysis pending | 8.8 | <1% |
| — | ||
| CVE-2025-32434 | PyTorch is a Python package that provides tensor computation with strong GPU acceleration and deep neural networks built on a tape-based autograd system. PyTorch is a Python package that provides tensor computation with strong GPU acceleration and deep neural networks built on a tape-based autograd system. In version 2.5.1 and prior, a Remote Command Execution (RCE) vulnerability exists in PyTorch when loading a model using torch.load with weights_only=True. This issue has been patched in version 2.6.0. NVD description · AI analysis pending | 9.3 | 2% |
| — | ||
| CVE-2025-32817 | A Improper Link Resolution vulnerability (CWE-59) in the SonicWall Connect Tunnel Windows (32 and 64 bit) client, this results in unauthorized file overwrite, p A Improper Link Resolution vulnerability (CWE-59) in the SonicWall Connect Tunnel Windows (32 and 64 bit) client, this results in unauthorized file overwrite, potentially leading to denial of service or file corruption. NVD description · AI analysis pending | 6.1 | <1% | — | — | ||
| CVE-2025-3500 | Integer Overflow or Wraparound vulnerability in Avast Antivirus (25.1.981.6) on Windows allows Privilege Escalation.This issue affects Antivirus: Integer Overflow or Wraparound vulnerability in Avast Antivirus (25.1.981.6) on Windows allows Privilege Escalation.This issue affects Antivirus: from 25.1.981.6 before 25.3. NVD description · AI analysis pending | 9.8 | <1% |
| — | ||
| CVE-2025-35975 | MicroDicom DICOM Viewer is vulnerable to an out-of-bounds write which may allow an attacker to execute arbitrary code. MicroDicom DICOM Viewer is vulnerable to an out-of-bounds write which may allow an attacker to execute arbitrary code. The user must open a malicious DCM file for exploitation. NVD description · AI analysis pending | 8.6 | <1% | — | — | ||
| CVE-2025-35996 | KUNBUS PiCtory version 2.11.1 and earlier are vulnerable when an authenticated remote attacker crafts a special filename that can be stored by API endpoints. KUNBUS PiCtory version 2.11.1 and earlier are vulnerable when an authenticated remote attacker crafts a special filename that can be stored by API endpoints. That filename is later transmitted to the client in order to show a list of configuration files. Due to a missing escape or sanitization, the filename could be executed as HTML script tag resulting in a cross-site-scripting attack. NVD description · AI analysis pending | 8.5 | 17% | — | — | ||
| CVE-2025-36521 | MicroDicom DICOM Viewer is vulnerable to an out-of-bounds read which may allow an attacker to cause memory corruption within the application. MicroDicom DICOM Viewer is vulnerable to an out-of-bounds read which may allow an attacker to cause memory corruption within the application. The user must open a malicious DCM file for exploitation. NVD description · AI analysis pending | 8.6 | <1% | — | — | ||
| CVE-2025-36558 | KUNBUS PiCtory version 2.11.1 and earlier are vulnerable to a cross-site-scripting attack via the sso_token used for authentication. KUNBUS PiCtory version 2.11.1 and earlier are vulnerable to a cross-site-scripting attack via the sso_token used for authentication. If an attacker provides the user with a PiCtory URL containing an HTML script as an sso_token, that script will reply to the user and be executed. NVD description · AI analysis pending | 5.1 | 19% | — | — | ||
| CVE-2025-3927 | Digigram's PYKO-OUT audio-over-IP (AoIP) web-server does not require a password by default, allowing any attacker with the target IP address to connect and comp Digigram's PYKO-OUT audio-over-IP (AoIP) web-server does not require a password by default, allowing any attacker with the target IP address to connect and compromise the device, potentially pivoting to connected network or hardware devices. NVD description · AI analysis pending | 9.8 | <1% |
| — | ||
| CVE-2025-3928 | Actively Exploited Authenticated Webshell Flaw in Commvault Web Server CVE-2025-3928 is an unspecified vulnerability in the Commvault Web Server, the web administration component of Commvault's data protection platform, which can be exploited over the network by a remote attacker who holds valid (low-privilege) authenticated access. According to the Commvault advisory, attackers use the flaw to create and execute webshells on the web server, and the CVSS 4.0 score of 8.7 (High) reflects high impact to the confidentiality, integrity, and availability of the vulnerable web server component. It affects Commvault Web Server on both Windows and Linux across the supported release streams, with fixes delivered in 11.36.46, 11.32.89, 11.28.141, and 11.20.217. CISA added the flaw to the Known Exploited Vulnerabilities catalog on 2025-04-28, and Commvault has confirmed that hackers exploited it in the wild as a zero-day, with related reporting noting heightened Silk Typhoon (Chinese nation-state) attack activity. No public proof-of-concept is known, but the confirmed real-world zero-day exploitation makes patching urgent. Do: Upgrade the Commvault Web Server to 11.36.46, 11.32.89, 11.28.141, or 11.20.217, matching your current release stream, on both Windows and Linux platforms. Because the flaw was exploited as a zero-day, hunt for attacker-created webshells and unexpected accounts, scripts, or scheduled tasks on Commvault web server hosts, review authentication logs for suspicious logins, and restrict the Commvault web interface to trusted networks. Federal agencies must apply vendor mitigations per CISA instructions or follow BOD 22-01 guidance for cloud services, or discontinue use if mitigations are unavailable. | 8.7 | 2% | KEV |
| large≈ tens of thousands of enterprise deployments worldwide (one Web Server per Commvault environment); internet-exposed instances likely in the thousands | |
| CVE-2025-4095 | Registry Access Management (RAM) is a security feature allowing administrators to restrict access for their developers to only allowed registries. Registry Access Management (RAM) is a security feature allowing administrators to restrict access for their developers to only allowed registries. When a MacOS configuration profile is used to enforce organization sign-in, the RAM policies are not being applied, which would allow Docker Desktop users to pull down unapproved, and potentially malicious images from any registry. NVD description · AI analysis pending | 4.3 | <1% | — | — | ||
| CVE-2025-4148 | A vulnerability was found in Netgear EX6200 1.0.3.94 and classified as critical. A vulnerability was found in Netgear EX6200 1.0.3.94 and classified as critical. Affected by this issue is the function sub_503FC. The manipulation of the argument host leads to buffer overflow. The attack may be launched remotely. The vendor was contacted early about this disclosure but did not respond in any way. NVD description · AI analysis pending | 8.7 | 2% | PoC |
| — | |
| CVE-2025-43864 | Cache-Poisoning DoS in React Router 7.2.0-7.5.1 via Request-Forced SPA Mode React Router versions 7.2.0 up to (but not including) 7.5.2 contain a flaw (CWE-755) that lets an attacker force an application out of server-side rendering (SSR) into single-page-app (SPA) mode by adding a specific header to an HTTP request. The forced mode switch triggers a rendering error that completely corrupts the returned page, and no privileges or user interaction are required, so any unauthenticated remote request can trigger it. If the application sits behind a cache (CDN, reverse proxy, or similar), the corrupted error response gets cached, poisoning the cache and breaking pages for all subsequent visitors until the cache expires or is purged, yielding a severe availability-only denial of service (CVSS 7.5 High, C:N/I:N/A:H). Only React Router 7.x deployments using SSR are affected; the advisory does not cover older React Router v6 releases or SPA-only usage. The issue is fixed in 7.5.2; no public proof-of-concept or confirmed in-the-wild exploitation is known, but EPSS puts the 30-day exploitation probability at about 20% (97th percentile), so patching urgency is elevated. Do: Upgrade to React Router 7.5.2 or later. As interim mitigation, at your CDN/reverse proxy strip or normalize the SPA-mode request header and ensure error responses are not cached (bypass cache or use very short TTLs on errors), and purge caches if corrupted responses have already been stored. Confirm whether your app runs React Router 7.2.0-7.5.1 with SSR behind a cache; pure SPA-mode usage is not affected. | 7.5 | 20% |
| masslikely over 1 million installations/users (react-router is one of the most-downloaded npm packages, on the order of tens of millions of weekly downloads;… | ||
| CVE-2025-46271 | UNI-NMS-Lite is vulnerable to a command injection attack that could allow an unauthenticated attacker to read or manipulate device data. UNI-NMS-Lite is vulnerable to a command injection attack that could allow an unauthenticated attacker to read or manipulate device data. NVD description · AI analysis pending | 9.3 | 2% | — | — | ||
| CVE-2025-46272 | WGS-80HPT-V2 and WGS-4215-8T2S are vulnerable to a command injection attack that could allow an unauthenticated attacker to execute OS commands on the host syst WGS-80HPT-V2 and WGS-4215-8T2S are vulnerable to a command injection attack that could allow an unauthenticated attacker to execute OS commands on the host system. NVD description · AI analysis pending | 9.3 | 1% | — | — | ||
| CVE-2025-46273 | UNI-NMS-Lite uses hard-coded credentials that could allow an unauthenticated attacker to gain administrative privileges to all UNI-NMS managed devices. UNI-NMS-Lite uses hard-coded credentials that could allow an unauthenticated attacker to gain administrative privileges to all UNI-NMS managed devices. NVD description · AI analysis pending | 9.3 | <1% | — | — | ||
| CVE-2025-46274 | UNI-NMS-Lite uses hard-coded credentials that could allow an unauthenticated attacker to read, manipulate and create entries in the managed database. UNI-NMS-Lite uses hard-coded credentials that could allow an unauthenticated attacker to read, manipulate and create entries in the managed database. NVD description · AI analysis pending | 9.3 | <1% | — | — | ||
| CVE-2025-46275 | WGS-80HPT-V2 and WGS-4215-8T2S are missing authentication that could allow an attacker to create an administrator account without knowing any existing credentia WGS-80HPT-V2 and WGS-4215-8T2S are missing authentication that could allow an attacker to create an administrator account without knowing any existing credentials. NVD description · AI analysis pending | 9.3 | <1% | — | — | ||
| CVE-2025-46762 | Schema parsing in the parquet-avro module of Apache Parquet 1.15.0 and previous versions allows bad actors to execute arbitrary code. Schema parsing in the parquet-avro module of Apache Parquet 1.15.0 and previous versions allows bad actors to execute arbitrary code. While 1.15.1 introduced a fix to restrict untrusted packages, the default setting of trusted packages still allows malicious classes from these packages to be executed. The exploit is only applicable if the client code of parquet-avro uses the "specific" or the "reflect" models deliberately for reading Parquet files. ("generic" model is not impacted) Users are recommended to upgrade to 1.15.2 or set the system property "org.apache.parquet.avro.SERIALIZABLE_PACKAGES" to an empty string on 1.15.1. Both are sufficient to fix the issue. NVD description · AI analysis pending | 7.1 | 1% |
| — |
Indicators of compromiseauto-extracted · verify before use · export allAll →
| Type | Indicator | Context |
|---|---|---|
| domain | breachforums.st | x) has been resurrected after a previous version hosted on "breachforums[.]st" was taken offline through a MyBB zero-day exploit as par |
| domain | breachforums.sx | mised in a zero-day attack on MyBB Software — BreachForums (breachforums[.]sx) has been resurrected after a previous version hosted on |
Full article2,963 words · extracted from thehackernews.com · click to collapse
Ravie LakshmananMay 05, 2025Cybersecurity / Hacking News
What if attackers aren't breaking in—they're already inside, watching, and adapting?
This week showed a sharp rise in stealth tactics built for long-term access and silent control. AI is being used to shape opinions. Malware is hiding inside software we trust. And old threats are returning under new names. The real danger isn’t just the breach—it’s not knowing who’s still lurking in your systems. If your defenses can’t adapt quickly, you're already at risk.
Here are the key cyber events you need to pay attention to this week.
⚡ Threat of the Week
Lemon Sandstorm Targets Middle East Critical Infra — The Iranian state-sponsored threat group tracked as Lemon Sandstorm targeted an unnamed critical national infrastructure (CNI) in the Middle East and maintained long-term access that lasted for nearly two years using custom backdoors like HanifNet, HXLibrary, and NeoExpressRAT. The activity, which lasted from at least May 2023 to February 2025, entailed "extensive espionage operations and suspected network prepositioning – a tactic often used to maintain persistent access for future strategic advantage," according to Fortinet.
🔔 Top News
- Claude Abused in "Influence-as-a-Service" Operation — Artificial intelligence (AI) company Anthropic has revealed that unknown threat actors leveraged its Claude chatbot for an "influence-as-a-service" operation to engage with authentic accounts across Facebook and X using over 100 fake personas. What's novel about the operation is that it utilized Claude to make tactical engagement decisions such as determining whether social media bot accounts should like, share, comment on, or ignore specific posts created by other accounts based on political objectives aligned with their clients' interests. The bot accounts were used to amplify their clients' political narratives.
- SentinelOne Uncovers PurpleHaze Activity — Cybersecurity company SentinelOne has disclosed that a China-nexus threat cluster dubbed PurpleHaze conducted reconnaissance attempts against its infrastructure and some of its high-value customers. PurpleHaze is assessed to be a hacking crew with loose ties to another state-sponsored group known as APT15 and has also been observed targeting an unnamed South Asian government-supporting entity in October 2024, employing an operational relay box (ORB) network and a Windows backdoor called GoReShell.
- RansomHub Ransomware Operation Goes Dark — In an interesting twist, RansomHub, an aggressive ransomware-as-a-service (RaaS) operation that gained prominence over the past year by courting affiliates in the wake of law enforcement actions against LockBit and BlackCat, appears to have abruptly gone offline in early April. The sudden cessation has raised speculations that cybercriminals associated with the ransomware scheme may have migrated to Qilin, which has had a resurgence in recent months. It's also being claimed that RansomHub had moved its operations to DragonForce, a rival ransomware group that has announced the formation of a new "cartel." Besides offering a multi-platform encryptor malware, RansomHub attracted attention for giving affiliates more autonomy to communicate directly with victims and to collect ransom payments from them. It also offered detailed guidance on how to extort ransom payments from victims.
- Meta Announces New Private Processing Feature for WhatsApp — In an attempt to balance privacy and artificial intelligence features, Meta announced a new WhatsApp setting it says is a privacy-oriented way to interact with Meta AI. Called Private Processing, the feature is optional and, launches in the coming weeks, and neither Meta, WhatsApp nor third-party companies will be able to see interactions that use it. The system Meta describes is very similar to Apple’s Private Cloud Compute (PCC). Like Apple, Meta says it will relay Private Processing requests through a third-party OHTTP provider to obscure users' IP addresses. But one crucial difference is that all of WhatsApp's AI requests are handled on Meta's servers and its current architecture is purpose-built for WhatsApp. In a statement shared with WIRED, security researcher and cryptographer Matt Green said "any end-to-end encrypted system that uses off-device AI inference is going to be riskier than a pure end-to-end system" and that "more private data will go off the device, and the machines that process this data will be a target for hackers and nation-state adversaries."
- TikTok Fined $601 Million By Ireland DPC — Ireland's data privacy watchdog fined TikTok about $601 million for failing to guarantee that user data sent to China was protected from government access under Chinese laws related to espionage and cybersecurity. It also sanctioned TikTok for not being transparent with users in its privacy policy about where their personal data was being sent. The Data Protection Commission (DPC) ordered the social video app to stop transferring user data to China within six months if it can't guarantee the same level of protection as in the E.U. The regulator also said TikTok previously claimed it did not store European user data on servers in China, but in April informed that it had discovered in February that "limited EEA User Data" had in fact been stored in China. The data is said to have been since deleted. The threat of Chinese government access to user data has been a persistent thorn in the side of TikTok on both sides of the Atlantic. While the platform was briefly banned in the U.S. at the start of the year, the service has continued to remain accessible as a deal is being worked out in the background. TikTok said it planned to appeal the E.U. fine, insisting it had "never received a request" from Chinese authorities for European users' data. It is the second time TikTok has been reprimanded by the DPC. It was fined $368 million in 2023 for breaching privacy laws regarding the processing of children's personal data in the E.U. This is the third-largest fine imposed by the DPC so far, after sanctioning Amazon with €746 million for its targeted behavioral advertising practices and Facebook with €1.2 billion for transferring data of E.U.-based users to the United States. The Irish watchdog serves as TikTok's lead data privacy regulator in the E.U. because the company's European headquarters is based in Dublin.
Trending CVEs
Attackers love software vulnerabilities—they’re easy doors into your systems. Every week brings fresh flaws, and waiting too long to patch can turn a minor oversight into a major breach. Below are this week's critical vulnerabilities you need to know about. Take a look, update your software promptly, and keep attackers locked out.
This week’s list includes — CVE-2025-3928 (Commvault Web Server), CVE-2025-1976 (Broadcom Brocade Fabric OS), CVE-2025-46271, CVE-2025-46272, CVE-2025-46273, CVE-2025-46274, CVE-2025-46275 (Planet Technology), CVE-2025-23016 (FastCGI), CVE-2025-43864 (React Router), CVE-2025-21756 (Linux Kernel), CVE-2025-31650 (Apache Tomcat), CVE-2025-46762 (Apache Parquet), CVE-2025-2783 (Google Chrome), CVE-2025-23242, CVE-2025-23243 (NVIDIA Riva), CVE-2025-23254 (NVIDIA TensorRT-LLM), CVE-2025-3500 (Avast Free Antivirus), CVE-2025-32354 (Zimbra Collaboration Server), CVE-2025-4095 (Docker), CVE-2025-30194 (PowerDNS), CVE-2025-32817 (SonicWall Connect Tunnel Windows Client), CVE-2025-29953 (Apache ActiveMQ), CVE-2025-4148, CVE-2025-4149, CVE-2025-4150 (NETGEAR), CVE-2025-2082 (Tesla Model 3), CVE-2025-3927 (Digigram PYKO-OUT), CVE-2025-24522, CVE-2025-32011, CVE-2025-35996, CVE-2025-36558 (KUNBUS Revolution Pi), CVE-2025-35975, CVE-2025-36521 (MicroDicom DICOM Viewer), CVE-2025-2774 (Webmin), CVE-2025-29471 (Nagios), and CVE-2025-32434 (PyTorch).
📰 Around the Cyber World
- Europol Announces New Task Force to Combat Violence-as-a-Service — Europol has created a new operational task force (OTF) designed to tackle a growing problem of youngsters being groomed or coerced into being recruited by criminal service provider groups that specialize in online and physical attacks. Known as OTF GRIMM, the task force seeks to disrupt violence-as-a-service and brings together law enforcement authorities from Belgium, Denmark, Finland, France, Germany, the Netherlands, and Norway. These schemes involve recruiting young people via social media platforms and messaging apps using coded language, memes, and gamified tasks, luring them with the promise of a luxurious lifestyle. The intention behind this deliberate act by criminal networks is to reduce their own risk and shield themselves from law enforcement. "The exploitation of young perpetrators to carry out criminal acts has emerged as a fast-evolving tactic used by organized crime," the agency said. "Violence-as-a-service refers to the outsourcing of violent acts to criminal service providers — often involving the use of young perpetrators to carry out threats, assaults, or killings for a fee."
- China Accuses the U.S. of Launching Cyber Attack — U.S. intelligence agencies reportedly launched cyber attacks against a major Chinese commercial cryptography provider in 2024, stealing 6.2 GB of critical project data, according to a report from China's National Computer Network Emergency Response Technical Team/Coordination Center (CNCERT/CC). The attack is said to have exploited an undisclosed vulnerability in the company's customer relationship management system to gain access, implanting a custom trojan for remote control and data theft. "The compromised system contained over 600 user accounts, 8,000 customer profile records, and more than 10,000 contract orders, some involving key Chinese government entities," Global Times reported. Earlier this January, the agency said it had "handled two incidents of cyber attacks [that] originated from the United States on China's large-scale tech firms to steal trade secrets." The activities targeted an advanced materials design and research institution in China in August 2024 and a large-scale high-tech firm in May 2023.
- BreachForums compromised in a zero-day attack on MyBB Software — BreachForums (breachforums[.]sx) has been resurrected after a previous version hosted on "breachforums[.]st" was taken offline through a MyBB zero-day exploit as part of a law enforcement action, the site's new administrator Momondo claimed. The specific details of the zero-day exploit have not been publicly disclosed. The cybercrime forum was first taken down in 2023 and its original administrator Conor Brian Fitzpatrick (aka Pompompurin) arrested for operating the site. Since then, the site has resurfaced time and again using a revolving door of administrators and site addresses.
- Two Arrested in Connection With JokerOTP Operation — Two individuals, a 24-year-old man from Middlesbrough and a 30-year-old from the Oost-Brabant region of The Netherlands, have been arrested in a joint international operation dismantling JokerOTP, a sophisticated phishing tool used to intercept two-factor authentication (2FA) codes and steal over £7.5 million. "Over a two-year period, the tool is believed to have been used across 13 countries and over 28,000 times. It is suspected that financial accounts have been compromised, totaling £7.5 million," Cleveland Police’s Cyber Crime Unit said.
- Microsoft Details CVE-2025-31191 macOS Flaw — Microsoft has shared details on CVE-2025-31191, a macOS vulnerability in Apple's CoreServices component that could allow a malicious app to access sensitive user data. Apple addressed the issue in late March 2025 with macOS Sequoia 15.4. According to Microsoft researcher Jonathan Bar Or, the flaw could "allow specially crafted codes to escape the App Sandbox and run unrestricted on the system." In other words, an attacker could create an exploit to escape the macOS sandbox without user interaction and perform further malicious actions like elevating privileges, exfiltrating data, and deploying additional payloads. The company also detailed an attack scenario wherein the exploit "could allow an attacker to delete and replace a keychain entry used to sign security-scoped bookmarks to ultimately escape the App Sandbox without user interaction." Security-scoped bookmarks are a mechanism designed by Apple to specifically get around the App Sandbox rules using explicit, persistent user choices.
- New Supply Chain Attack Targets Magento Sites — In what has been described as a "coordinated supply chain attack," hundreds of e-commerce stores running Magento have been backdoored since late April 2025. Sansec said it identified 21 application packages from vendors Tigren, Meetanshi, and MGS with the same backdoor. It has been found that the infrastructure associated with these vendors had been breached to inject backdoors into their download servers. "The backdoor consists of a fake license check in a file called License.php or LicenseApi.php," Sansec said. "The evil is in the adminLoadLicense function, which executes $licenseFile as PHP." Specifically, it includes code to upload arbitrary payloads like web shells, which could then be used to perform various malicious actions. The backdoor injections occurred six years ago, but it wasn't until April 2025 that they were activated to take control of the servers.
- U.S. House Passes Bill to Study Router Risks — A bill requiring the U.S. Department of Commerce to study national security issues posed by routers and modems controlled by U.S. adversaries passed the House of Representatives. Called the Removing Our Unsecure Technologies to Ensure Reliability and Security (ROUTERS) Act, it aims to safeguard Americans' communications networks from foreign-adversary controlled technology such as routers and modems. The proposed legislation mandates the Department of Commerce to assess the risks posed by routers, modems, and other devices developed, manufactured, or supplied by its adversaries like China, Russia, Iran, North Korea, Cuba, or Venezuela.
- New OpenEoX Framework Published to Coordinate Product End-of-Life Security Disclosures — Tech giants Cisco, Dell Technologies, IBM, Microsoft, Oracle, Red Hat, and others have teamed up for a new OpenEoX framework that hopes to standardize end-of-life (EoL) and end-of-support (EoS) information to better protect the supply chain and combat cybersecurity risks linked to unsupported software and hardware. "OpenEoX introduces a much-needed, unified framework designed to streamline the exchange of end-of-life (EoL) and end-of-security-support (EoSSec) data that enables transparency and efficiency," said Omar Santos, OpenEoX co-chair and Cisco Distinguished Engineer.
- Hackers Scan for Leaked Git Tokens and Secrets — Threat intelligence firm GreyNoise said it has observed a significant increase in crawling activity targeting Git configuration files between April 20 and 21, 2025, likely in an attempt to access internal codebases, developer workflows, and potentially sensitive credentials. Nearly 4,800 unique IP addresses have participated in the effort that mainly targeted Singapore, the U.S., Germany, the United Kingdom, and India. There have been four such spikes since September 2024, the other three instances recorded in November 2024, December 2024, and early March 2024. The development comes as GreyNoise also said it has witnessed a "sharp and sustained decline" in opportunistic scanning of Palo Alto Networks PAN-OS GlobalProtect portals. "The majority of IPs involved in this activity are associated with the provider, 3xK Tech GmbH – accounting for nearly 20,000 of the 25,000+ IPs observed in the past 90 days," it said.
- Garantex Likely Rebrands as Grinex — The now-sanctioned cryptocurrency exchange Garantex, which had its website seized in March 2025 by law enforcement, has likely rebranded as Grinex, TRM Labs revealed. "Days after Garantex's takedown, Telegram channels affiliated with the exchange began promoting Grinex, a platform with a nearly identical interface, registered in Kyrgyzstan in December 2024," the company said. Grinex has since announced it had entered into an agreement with Garantex to onboard its clients and was considering hiring former Garantex employees. It has also begun to distribute former Garantex user assets through a new token, A7A5. "From as early as January 2025, Garantex began moving funds into A7A5, a purported stablecoin pegged to the Russian ruble. Promoted as a means to recover frozen user assets, A7A5 appears engineered to evade sanctions, offering daily profit-sharing and anonymity through platforms like TRON and Ethereum," TRM Labs said.
- Flaws Disclosed in Jan AI — Multiple security flaws (CVE-2025-2439, CVE-2025-2445, CVE-2025-2446, and CVE-2025-2447) have been disclosed in Menlo Research's Jan AI, an offline ChatGPT alternative, that could be exploited by remote, unauthenticated attackers to manipulate systems, "With vulnerabilities ranging from missing CSRF protection of state-changing endpoints to command injection, an attacker can leverage these to take control of a self-hosted server or issue drive-by attacks against LLM developers," Snyk said. The issues have since been addressed.
- New macOS Malware Families Detailed — Kandji researchers have flagged a new suspicious macOS program called PasivRobber that's capable of gathering data from various apps like WeChat, QQ, web browsers, and email clients, among others through 28 different plugins. The tool is believed to be linked to a Chinese company called Meiya Pico, which develops forensic tools and was previously identified by the U.S. Treasury Department as one of the eight firms that "support the biometric surveillance and tracking of ethnic and religious minorities in China, particularly the predominantly Muslim Uyghur minority in Xinjiang." The disclosure coincided with the discovery of another malware called ReaderUpdate that acts as a loader to serve the Genieo (aka DOLITTLE) adware, with variants of the malware written in Python, Crystal, Nim, Rust, and Go. The malware, first detected in 2020, has been distributed via free and third-party software download sites, in the form of package installers containing fake or trojanized utility applications. "Where compromised, hosts remain vulnerable to the delivery of any payload the operators choose to deliver, whether of their own or sold as Pay-Per-Install or Malware-as-a-Service on underground markets," SentinelOne said.
- Apple Sends Out Notifications for Spyware Attacks — Apple has sent out threat notifications advising users in 100 countries that their phones may have been targeted by advanced commercial spyware. This included an Italian journalist and a Dutch activist, according to TechCrunch. It's not yet clear what spyware campaign, if known, the Apple notifications relate to. Apple has been sending out such notices to those targeted in state-sponsored attacks since 2021. The news comes as the Meta-NSO Group case has moved to the next phase, with Meta asking the spyware company to pay over $440,000 in compensatory damages. NSO Group, in response, has accused Meta of inflating its damages and letting the malware remain on WhatsApp servers to "steal NSO's trade secrets."
- France Accuses Russia of Years of Cyber Attacks — France's foreign ministry has accused Russia's GRU military intelligence agency of mounting cyber attacks on a dozen entities including ministries, defense firms, research entities, and think tanks since 2021 in an attempt to destabilize the nation. The attacks have been linked to a hacking group called APT28 (aka BlueDelta or Fancy Bear). The ministry said APT28's attacks on France go as far back as 2015, when French television channel TV5Monde was targeted, and that the formidable military intelligence hackers have sought to obtain strategic intelligence from entities across Europe and North America. The intrusions are said to have relied on phishing, vulnerability exploitation (e.g., CVE-2023-23397), poorly-secured edge devices, and brute-force attacks against webmail as initial access vectors, while also repeatedly targeting Roundcube email servers to exfiltrate inbox data and using phishing emails to distribute malware families like HeadLace and OCEANMAP, while attempting to evade detection by hiding behind low-cost and ready-to-use outsourced infrastructure. The development comes as Russia-aligned hacktivists like NoName057(16) have taken responsibility for large-scale DDoS attacks targeting Dutch organizations as a payback for sending €6 billion in military aid to Ukraine.
- Cloudflare Blocks 20.5M DDoS attacks in Q1 2025 — Speaking of DDoS attacks, Cloudflare said it blocked 20.5 million of them in the first quarter of 2025, a 358% year-over-year (YoY) increase and a 198% quarter-over-quarter (QoQ). In comparison, it blocked 21.3 million DDoS attacks during the calendar year 2024. "Of the 20.5 million DDoS attacks blocked in Q1, 16.8 million were network-layer DDoS attacks, and of those, 6.6M targeted Cloudflare’s network infrastructure directly," it noted. "Another 6.9 million targeted hosting providers and service providers protected by Cloudflare." These attacks were part of an 18-day multi-vector DDoS campaign comprising SYN flood attacks, Mirai-generated DDoS attacks, and SSDP amplification attacks. The web infrastructure company said it also blocked approximately 700 hyper-volumetric DDoS attacks that exceeded 1 Tbps or 1 Bpps. In late April 2025, the company revealed it mitigated a record-breaking DDoS attack peaking at 5.8 Tbps, which lasted for approximately 45 seconds. The previous record was a 5.6 Tbps DDoS attack that leveraged a Mirai-based botnet comprising 13,000 devices.
- Babuk2 Bjorka Represents Data Commoditization at Scale — Cybersecurity researchers have shed light on a cybercrime operation called Babuk2 Bjorka that ostensibly masquerades as an evolution of the Babuk RaaS operation, but, in reality, is an "industrial scale data commoditization enterprise" that works by selling recycled stolen data from other ransomware groups on cybercrime forums. "The group is not just copying and pasting old leaks; they're building a brand, establishing a market presence, and creating a sustainable operational model," Trustwave SpiderLabs said.
- FBI Shares List of 42,000 LabHost Phishing Domains — The U.S. Federal Bureau of Investigation (FBI) has released a massive list of 42,000 phishing domains tied to the LabHost cybercrime platform, which was dismantled in April 2024. These domains, obtained from the backend servers, were registered between November 2021 and April 2024. "Though the LabHost domains are historical in nature, this list of over 42,000 domains may provide insight for network defenders and cyber threat intelligence personnel on adversary tactics and techniques," the FBI said.
- Polish Police Disrupts Cybercrime Gang — Polish authorities have dismantled an international cybercrime group accused of defrauding dozens of victims out of nearly $665,000. Nine people aged between 19 to 51 have been arrested in connection with the case. The suspects are believed to have posed as bank employees and law enforcement officers to trick victims into transferring funds to accounts under their control. At least 55 people were targeted as part of the scam since April 2023.
- Critical Security Flaws in Browser Wallets — Security vulnerabilities have been identified in browser wallets such as Stellar Freighter, Frontier Wallet, and Coin98 that could permit attackers to drain funds without requiring any social engineering or phishing attempts. "Simply visiting the wrong site could silently expose your recovery phrase, allowing attackers to drain your funds whenever they want," Coinspect said. "A malicious site could steal the secret recovery phrase even when the wallet was locked and without requiring any user approval to connect." There is no evidence that the shortcomings were exploited in the wild.
- New Reverse NFCGate Technique Revealed — The legitimate NFCGate application, which is used to capture, analyze, or modify near-field communication (NFC) traffic from Android devices, has been misused to steal 40 million rubles from Russian bank customers as of January 2025, cybersecurity firm F6 has revealed. Fraudsters have been observed modifying the application, masking it as government and banking services to carry out their activities. Last month, it noted that the total amount of damage from attacks on customers of Russian banks using NFCGate-based malware for the first two months of 2025 is estimated at almost 200 million rubles. In March 2025, there were an estimated 180 thousand compromised devices in Russia, on which NFCGate and another malware called CraxsRAT were installed. But in what appears to be a further escalation of the threat actor's tactics, a new attack scheme known as reverse NFCGate has come to light. The attacks seek to trick victims into downloading a malicious app to secure their accounts. Once installed and opened, the victims are notified via a pop-up window that they need to set the malware as the default application for contactless payments. The attack then directs them to the ATM to deposit money into their own accounts under various pretexts. "In the reverse version of NFCGate, the application uses the ability to relay NFC traffic to transmit the drop card data to the user's device," F6 said. "When, as a result of the fraudulent attack, the victim comes to the ATM to deposit money into their account, they will place their smartphone on the ATM's NFC module, but instead of their card, they will log in with the drop card, to whom the entire amount will be sent." As many as 175,000 compromised devices have been detected in the country as of March 2025, with over 1,000 confirmed attacks conducted on clients of leading Russian banks using the reverse version of NFCGate. The average amount of damage from attacks using the reverse version of NFCGate is 100 thousand rubles.
🎥 Cybersecurity Webinars
- 🤖 Discover the Smartest Way to Secure AI Agents—Before They’re Exploited: AI agents are powerful—but risky. They can leak data, be tricked, or expose systems if not secured right. Join Michelle Agroskin (Auth0) to learn how to build AI agents that are smart and safe. Real risks, clear fixes, no fluff.
- ☁️ Redesign Security on Your Terms—From Code to Cloud to SOC: Code scans alone won’t save you. Today’s attacks move faster than your teams can react — especially when AppSec, cloud, and SOC operate in silos. Join Ory Segal (Palo Alto Networks) to learn how connecting code, cloud, and security ops can slash response times and stop threats before they spread.
- 🛡️Learn to Build a Compliant Cyber Defense Program That Actually Works: Reasonable cybersecurity isn’t optional—it’s expected. Laws, regulators, and courts now demand proof that your defenses are practical, prioritized, and well-documented. Join CIS® experts to learn how to build a defensible program using the CIS Controls, CSAT Pro, and SecureSuite® tools — so you can protect smarter, show compliance faster, and cut through complexity.
🔧 Cybersecurity Tools
- MCPSafetyScanner — This open-source tool audits your MCP server config for critical security flaws — like exposed SSH keys, leaked API credentials, or unsafe path access. It uses multi-agent analysis to generate actionable safety reports so developers can patch risks before attackers find them.
- HANAlyzer — It is a new open-source tool that automates SAP's complex security checklist—no manual auditing, no guesswork. Built by Anvil Secure, it runs locally, produces clean HTML reports, and checks 30+ controls across users, networks, encryption, and more. One command. Instant insight. If you're managing HANA environments, this is a no-brainer.
- Know Your Enemies — It is another powerful open-source tool that scans IAM roles and S3 bucket policies to uncover third-party access — including unknown vendors and misconfigured trust relationships. It detects confused deputy risks, matches account IDs to known vendors, and generates clear markdown reports your security team can act on immediately. Run it in minutes. Know exactly who’s inside your cloud.
🔒 Tip of the Week
Sandbox Your AI Agent — File Access Is the Silent Threat — Most AI agents don’t need access to your system files — but they often have it by default. That means if an attacker tricks your agent (via prompt injection, plugin abuse, or tool misuse), it could accidentally expose things like SSH keys, cloud credentials, or logs. This is one of the easiest ways for attackers to move deeper into your environment — and it often goes unnoticed.
Even if you’ve locked down API access or IAM roles, the local file system is still a weak spot. Your agent might be able to read .ssh/authorized_keys, .aws/credentials, or even environment files with secrets — just by asking the right question. And once that data is exposed, it’s game over.
You can fix this fast with sandboxing. Use tools like Firejail (Linux) to block access to sensitive folders. This blocks the agent from seeing key files, locks down temp folders, and adds guardrails — even if something inside the agent misbehaves.
Running your AI agent in a sandbox takes minutes, but massively reduces your attack surface. It’s a small move that closes a big gap — and it works even if everything else looks secure.
Conclusion
Every alert this week reinforces a simple truth: cybersecurity isn’t just about defense—it’s about detection, speed, and accountability. As threats grow quieter and more calculated, the margin for delay shrinks. Don’t just monitor. Measure. Map. Respond. Then ask yourself—where else could they be?
Found this article interesting? Follow us on Google News, Twitter and LinkedIn to read more exclusive content we post.
Text extracted automatically; images, tables and formatting may be missing. Original: https://thehackernews.com/2025/05/weekly-recap-nation-state-hacks-spyware.html