Full Report
Cyble Vulnerability Intelligence researchers tracked 1,147 vulnerabilities in the last week, and more than 128 of the disclosed vulnerabilities already have a publicly available Proof-of-Concept (PoC), significantly increasing the likelihood of real-world attacks. A total of 108 vulnerabilities were rated as critical under the CVSS v3.1 scoring system, while 54 received a critical severity rating based on the newer CVSS v4.0 scoring system. Below are some of the IT vulnerabilities flagged by Cyble threat intelligence researchers for prioritization by security teams in recent reports to clients. The Week’s Top IT Vulnerabilities Cyble’s network of honeypot sensors detected attack attempts on CVE-2025-68613, a critical remote code execution flaw in the n8n open-source workflow automation platform. Workflow expressions supplied by authenticated users could execute in an insufficiently isolated context under the Improper Control of Dynamically-Managed Code Resources flaw, potentially enabling arbitrary code execution with n8n privileges and potential full system compromise. The issue is fixed in versions 1.120.4, 1.121.1, and 1.122.0. Vulnerabilities generating discussion in open-source communities included CVE-2025-8088, a high-severity path traversal vulnerability in WinRAR that exploits Alternate Data Streams (ADS) in crafted RAR archives. The vulnerability was added to CISA’s Known Exploited Vulnerabilities (KEV) catalog last August, but recent reports reveal that multiple actors, including nation-state adversaries and financially motivated groups, are exploiting the flaw to establish initial access and deploy a diverse array of payloads. Also under active discussion is CVE-2025-15467, a critical stack buffer overflow in OpenSSL's CMS (Cryptographic Message Syntax) AuthEnvelopedData parsing when using AEAD ciphers like AES-GCM. OpenSSL 3.6, 3.5, 3.4, 3.3 and 3.0 are vulnerable to the issue, while FIPS modules and OpenSSL 1.1.1 and 1.0.2 are not. Among the recent additions to CISA’s Known Exploited Vulnerabilities (KEV) catalog were CVE-2026-24858, an authentication bypass vulnerability in Fortinet products; CVE-2025-68645, a Local File Inclusion (LFI) vulnerability in the Webmail Classic UI of Zimbra Collaboration Suite (ZCS); and CVE-2026-1281, an Ivanti Endpoint Manager Mobile (EPMM) Code Injection vulnerability. CVE-2026-24061 is another recent CISA KEV addition, a critical authentication bypass vulnerability in GNU Inetutils telnetd. The flaw lies in the improper neutralization of argument delimiters, specifically allowing an attacker to inject the "-f root" value into the USER environment variable. After successful exploitation, a remote unauthenticated attacker can bypass authentication mechanisms to gain immediate root-level access to the system over the network. Cyble dark web researchers have observed threat actors on underground forums discussing weaponizing the vulnerability. Another vulnerability under discussion by threat actors on the dark web is CVE-2025-27237, a high-severity local privilege escalation vulnerability affecting Zabbix Agent and Agent 2 on Windows. The vulnerability is caused by an uncontrolled search path that loads the OpenSSL configuration file from a directory writable by low-privileged users. By modifying this configuration file and injecting a malicious DLL, a local attacker could elevate their privileges to the SYSTEM level on the affected Windows host. CVE-2026-22794, a critical authentication bypass vulnerability in Appsmith, is also under active discussion by threat actors. The flaw occurs because the application trusts a user-controlled HTTP "Origin" header during security-sensitive workflows, such as password resets. An attacker could use this to generate fraudulent links that, when clicked by a victim, send secret authentication tokens to an attacker-controlled domain, enabling full account takeover of any user, including administrators. Among industrial control system (ICS) vulnerabilities of note, Festo Didactic SE MES PCs shipped with Windows 10 include a copy of XAMPP that contains around 140 vulnerabilities from third-party open-source applications, CISA said in a recent advisory. The issues can be fixed by replacing XAMPP with Festo Didactic's Factory Control Panel application. Conclusion The high number of number of open-source vulnerabilities this week highlights the ever-present threat of software supply chain attacks, requiring constant vigilance by both security and development teams. Best practices aimed at reducing cyber risk and improving resilience include: Prioritizing vulnerabilities based on risk. Protecting web-facing assets. Segmenting networks and critical assets. Hardening endpoints and infrastructure. Strong access controls, allowing no more access than is required, with frequent verification. A strong source of user identity and authentication, including multi-factor authentication and biometrics, as well as machine authentication with device compliance and health checks. Encryption of data at rest and in transit. Ransomware-resistant backups that are immutable, air-gapped, and isolated as much as possible. Honeypots that lure attackers to fake assets for early breach detection. Proper configuration of APIs and cloud service connections. Monitoring for unusual and anomalous activity with SIEM, Active Directory monitoring, endpoint security, and data loss prevention (DLP) tools. Routinely assessing and confirming controls through audits, vulnerability scanning, and penetration tests. Cyble’s comprehensive attack surface management solutions can help by scanning network and cloud assets for exposures and prioritizing fixes, in addition to monitoring for leaked credentials and other early warning signs of major cyberattacks. Additionally, Cyble’s third-party risk intelligence can help organizations carefully vet partners and suppliers, providing an early warning of potential risks. The post The Week in Vulnerabilities: Open-Sources Fixes Urged by Cyble appeared first on Cyble.
Analysis Summary
# Vulnerability Summary Report (Cyble Weekly Intelligence)
**Overall Context:** 1,147 vulnerabilities tracked last week, with 128 having public PoCs. 108 rated Critical (CVSS v3.1); 54 rated Critical (CVSS v4.0).
---
# Vulnerability: Critical RCE in n8n Workflow Automation Platform
## CVE Details
- CVE ID: CVE-2025-68613
- CVSS Score: Critical (Specific scores not provided, rated critical by Cyble)
- CWE: Improper Control of Dynamically-Managed Code Resources
## Affected Systems
- Products: n8n open-source workflow automation platform
- Versions: Prior to 1.120.4, 1.121.1, and 1.122.0.
- Configurations: Requires authenticated users.
## Vulnerability Description
Workflow expressions supplied by authenticated users can execute within an insufficiently isolated context. This flaw could allow an attacker to achieve arbitrary code execution with the privileges of the n8n process, potentially leading to a full system compromise.
## Exploitation
- Status: Attack attempts detected by Cyble honeypot sensors.
- Complexity: Low to Medium (Requires authentication).
- Attack Vector: Network
## Impact
- Confidentiality: High (Potential system compromise)
- Integrity: High (Arbitrary code execution)
- Availability: High (Potential system compromise)
## Remediation
### Patches
- Upgrade to n8n versions **1.120.4**, **1.121.1**, or **1.122.0** (or newer).
### Workarounds
- None mentioned beyond immediate patching.
## Detection
- Monitoring for unusual activity within the workflow execution context.
## References
- Vendor advisories for n8n platform updates.
---
# Vulnerability: Exploited Path Traversal in WinRAR
## CVE Details
- CVE ID: CVE-2025-8088
- CVSS Score: High-severity (Specific score not provided)
- CWE: Path Traversal (Exploits Alternate Data Streams - ADS)
## Affected Systems
- Products: WinRAR
- Versions: Not specified, affected versions susceptible to crafted RAR archives utilizing ADS.
- Configurations: Exploitation requires providing the victim with a specially crafted RAR archive.
## Vulnerability Description
A path traversal vulnerability in WinRAR that can be triggered by specially crafted RAR archives exploiting Alternate Data Streams (ADS) functionality. Successful exploitation allows unauthorized file system operations.
## Exploitation
- Status: Exploited in the wild. Added to CISA KEV catalog last August. Multiple actors (nation-state and financially motivated) are using this for initial access.
- Complexity: Medium
- Attack Vector: Network/Local (Requires user interaction to process the malicious archive)
## Impact
- Confidentiality: High
- Integrity: High
- Availability: Medium
## Remediation
### Patches
- Upgrade WinRAR to a patched version (Specific version not listed in the summary).
### Workarounds
- Restrict handling of untrusted RAR archives.
## Detection
- Monitoring systems for unexpected file operations resulting from archive extraction/processing.
## References
- CISA Known Exploited Vulnerabilities (KEV) catalog entry.
---
# Vulnerability: Critical Stack Buffer Overflow in OpenSSL CMS Parsing
## CVE Details
- CVE ID: CVE-2025-15467
- CVSS Score: Critical (Specific score not provided)
- CWE: Stack Buffer Overflow
## Affected Systems
- Products: OpenSSL
- Versions: **3.6, 3.5, 3.4, 3.3, and 3.0**.
- Configurations: Vulnerable when parsing CMS (Cryptographic Message Syntax) AuthEnvelopedData while using AEAD ciphers (e.g., AES-GCM). **FIPS modules and OpenSSL 1.1.1 and 1.0.2 are NOT affected.**
## Vulnerability Description
A stack buffer overflow occurs in OpenSSL's CMS AuthEnvelopedData parsing logic when handling data encrypted with AEAD ciphers. This is typically exploitable during cryptographic operations involving these structures.
## Exploitation
- Status: Under active discussion. PoC availability suggested by context, given the severity and discussion.
- Complexity: High (Requires controlling the input data structure).
- Attack Vector: Network (If initiating a session/data transfer relying on vulnerable parsing).
## Impact
- Confidentiality: High (Potential information disclosure via overflow data)
- Integrity: High (Potential arbitrary code execution)
- Availability: High (Potential denial of service)
## Remediation
### Patches
- Upgrade OpenSSL to versions not listed (Implied upgrade paths exist for supported branches).
### Workarounds
- Avoid using AEAD ciphers in CMS AuthEnvelopedData routines if upgrade is not immediately possible OR utilize unaffected OpenSSL branches (1.1.1 or 1.0.2) or FIPS modules for sensitive operations.
## Detection
- Monitoring for abnormal program termination or memory corruption indicators during OpenSSL cryptographic functions.
## References
- OpenSSL security advisories.
---
# Vulnerability: Root Authentication Bypass in GNU Inetutils telnetd
## CVE Details
- CVE ID: CVE-2026-24061
- CVSS Score: Critical (Specific score not provided)
- CWE: Improper Neutralization of Argument Delimiters
## Affected Systems
- Products: GNU Inetutils telnetd
- Versions: Vulnerable versions (specifics not listed).
- Configurations: Affects the telnet daemon service.
## Vulnerability Description
The flaw involves improper neutralization of argument delimiters within the `USER` environment variable processing. An attacker can inject the argument `"-f root"`, causing `telnetd` to bypass standard authentication checks and grant immediate root-level access.
## Exploitation
- Status: Recently added to CISA KEV catalog. Threat actors are reportedly discussing weaponizing this vulnerability on dark web forums.
- Complexity: Low to Medium (Remote, Unauthenticated).
- Attack Vector: Network
## Impact
- Confidentiality: Critical (Root access)
- Integrity: Critical (Root access)
- Availability: Critical (Root access/System takeover)
## Remediation
### Patches
- Apply patches released for GNU Inetutils telnetd (Specific version not listed).
### Workarounds
- Disable or restrict access to the telnet service (telnetd) if immediate patching is impossible.
## Detection
- Monitoring network traffic for attempted connections to telnet ports where injection strings are observed in initialization packets.
- Check for unauthorized root logins originating from network sources.
## References
- CISA Known Exploited Vulnerabilities (KEV) catalog entry.
---
*(Note: The following CVEs were mentioned as CISA KEV additions or dark web discussions without full technical details provided in the selection, so their summaries are brief.)*
# Vulnerability: Authentication Bypass in Fortinet Products
## CVE Details
- CVE ID: CVE-2026-24858
- CVSS Score: Not provided.
## Affected Systems
- Products: Fortinet products (Specific product/version unspecified)
## Vulnerability Description
An authentication bypass vulnerability.
## Exploitation
- Status: Added to CISA KEV catalog.
## Remediation
- Apply vendor patches immediately.
---
# Vulnerability: Local File Inclusion (LFI) in Zimbra Collaboration Suite (ZCS)
## CVE Details
- CVE ID: CVE-2025-68645
- CVSS Score: Not provided.
## Affected Systems
- Products: Zimbra Collaboration Suite (ZCS) Webmail Classic UI
## Vulnerability Description
A Local File Inclusion (LFI) vulnerability in the Webmail Classic UI.
## Exploitation
- Status: Added to CISA KEV catalog.
## Remediation
- Apply vendor patches.
---
# Vulnerability: Code Injection in Ivanti Endpoint Manager Mobile (EPMM)
## CVE Details
- CVE ID: CVE-2026-1281
- CVSS Score: Not provided.
## Affected Systems
- Products: Ivanti Endpoint Manager Mobile (EPMM)
## Vulnerability Description
A code injection vulnerability.
## Exploitation
- Status: Added to CISA KEV catalog.
## Remediation
- Apply vendor patches.
---
# Vulnerability: Privilege Escalation in Zabbix Agent (Windows)
## CVE Details
- CVE ID: CVE-2025-27237
- CVSS Score: High-severity (Not provided).
## Affected Systems
- Products: Zabbix Agent and Agent 2 on Windows hosts.
## Vulnerability Description
Caused by an uncontrolled search path that allows low-privileged users to write to the OpenSSL configuration file. An attacker can inject a malicious DLL, leading to privilege escalation to the **NT AUTHORITY\SYSTEM** level upon service execution.
## Exploitation
- Status: Under active discussion by threat actors on the dark web. Local access required.
## Remediation
- Apply Zabbix patches addressing the configuration file search path for Windows deployments.
---
# Vulnerability: Account Takeover via Origin Header Trust in Appsmith
## CVE Details
- CVE ID: CVE-2026-22794
- CVSS Score: Critical (Not provided).
## Affected Systems
- Products: Appsmith
## Vulnerability Description
The application trusts a user-controlled HTTP "Origin" header during security-sensitive workflows (like password resets). An attacker can craft links that, when clicked by the victim, redirect secret authentication tokens to an attacker-controlled domain, enabling full account takeover (including administrators).
## Exploitation
- Status: Under active discussion by threat actors. Highly effective social engineering vector.
## Remediation
- Apply Appsmith patches.
- **Mitigation:** Ensure security workflows rigorously validate the `Origin` header source, trusting only expected hostnames/IPs, not user-controlled values.
---
# Critical Vulnerabilities in Festo Didactic MES PCs (XAMPP Dependency)
## CVE Details
- Identifiers: ~140 vulnerabilities (Specific CVEs not listed)
- Severity: Various, including critical flaws within dependencies.
## Affected Systems
- Products: Festo Didactic SE MES PCs shipped with Windows 10 that include a copy of XAMPP.
## Vulnerability Description
The bundled XAMPP package contains approximately 140 known vulnerabilities from its third-party open-source components.
## Exploitation
- Status: Advisory issued by CISA, implying active risk.
## Remediation
- **Patch/Workaround:** Replace the default XAMPP installation with Festo Didactic's **Factory Control Panel application**.
---
### Suggested General Mitigation Strategies (Based on Article Conclusion)
1. **Prioritization:** Prioritize patching based on exploitability (PoC/KEV status) and severity (CVSS).
2. **Defense in Depth:** Protect web-facing assets, segment networks, and harden endpoints.
3. **Access Control:** Enforce strong, least-privilege access control, verified frequently.
4. **Authentication:** Implement strong identity management, including MFA for users and device health checks for machine authentication.
5. **Data Protection:** Encrypt data at rest and in transit.
6. **Resilience:** Maintain immutable, air-gapped, and isolated ransomware-resistant backups.
7. **Monitoring:** Deploy honeypots for early detection; utilize SIEM, AD monitoring, DLP, and endpoint security for anomalous activity.
8. **Verification:** Routinely assess controls via audits, vulnerability scanning, and penetration tests.
9. **Supply Chain Risk:** Vet third-party suppliers using threat intelligence.