Full Report
CISA KEV Catalog " data-image-caption="" data-medium-file="https://cyble.com/wp-content/uploads/2025/10/CISA-KEV-Catalog-300x150.webp" data-large-file="https://cyble.com/wp-content/uploads/2025/10/CISA-KEV-Catalog.webp" title="CISA Adds Oracle, Microsoft, Apple, Kentico Bugs to KEV Catalog 6"> Overview The Cybersecurity and Infrastructure Security Agency (CISA) has added five new vulnerabilities to its Known Exploited Vulnerabilities (KEV) catalog, impacting key enterprise and consumer products from Oracle, Microsoft, Apple, and Kentico. These vulnerabilities — ranging from authentication bypass to remote code execution — are confirmed to be actively exploited and/or present a heightened risk of exploitation. CISA has directed all federal civilian executive branch (FCEB) agencies to apply vendor mitigations by November 10. Private organizations are strongly encouraged to follow the same timeline to minimize exposure and prevent potential attacks. Brief Overview of CISA’s Latest Known Exploited Vulnerabilities (KEV) CVE ID Vendor Product Vulnerability Type CWE Due Date CVE-2025-61884 Oracle E-Business Suite Server-Side Request Forgery (SSRF) CWE-918 Nov 10, 2025 CVE-2025-33073 Microsoft Windows SMB Client Improper Access Control CWE-284 Nov 10, 2025 CVE-2025-2747 Kentico Xperience CMS Authentication Bypass (Alternate Path) CWE-288 Nov 10, 2025 CVE-2025-2746 Kentico Xperience CMS Authentication Bypass (Alternate Path) CWE-288 Nov 10, 2025 CVE-2022-48503 Apple macOS, iOS, tvOS, watchOS, Safari Arbitrary Code Execution via JavaScriptCore — Nov 10, 2025 Key Vulnerabilities Oracle E-Business Suite – CVE-2025-61884 A server-side request forgery (SSRF) vulnerability affects the Runtime component of Oracle Configurator within Oracle E-Business Suite. The flaw is remotely exploitable without authentication, allowing attackers to manipulate internal resources or exfiltrate sensitive data through crafted HTTP requests. Impact: Unauthenticated attackers can exploit internal network connections or escalate attacks against backend services, resulting in data leakage or internal system compromise. Mitigation: Oracle has released a security alert addressing this issue. Apply the latest patch immediately to prevent exploitation. Related CWE: CWE-918 (Server-Side Request Forgery) Microsoft Windows SMB Client – CVE-2025-33073 A privilege escalation vulnerability in Microsoft Windows SMB Client stems from improper access control mechanisms. Attackers can exploit this flaw by sending a crafted script that forces a victim system to authenticate against a malicious SMB server, potentially exposing credentials or system access. Impact: The vulnerability could allow remote code execution or lateral movement within enterprise networks, making it a prime target for post-exploitation campaigns. Mitigation: Apply Microsoft’s security update as soon as possible. Restrict outbound SMB connections and disable SMBv1 where not required. Related CWE: CWE-284 (Improper Access Control) Kentico Xperience CMS – CVE-2025-2746 & CVE-2025-2747 Two authentication bypass vulnerabilities affect Kentico Xperience CMS, both leveraging alternate path or channel exploitation. Attackers can use these flaws to gain unauthorized administrative control of CMS instances. Impact: Successful exploitation may allow unauthenticated attackers to take over CMS administrative interfaces, alter configuration settings, and manipulate hosted content — severely impacting website integrity. Mitigation: Kentico has issued hotfixes to address both vulnerabilities. Apply updates immediately and review administrative access permissions. Related CWE: CWE-288 (Authentication Bypass Using an Alternate Path or Channel) Apple macOS, iOS, tvOS, watchOS, and Safari – CVE-2022-48503 An unspecified vulnerability in the JavaScriptCore engine used by Apple’s ecosystem (macOS, iOS, tvOS, watchOS, and Safari) could enable arbitrary code execution when processing malicious web content. Apple’s security advisories indicate that some affected products are now end-of-life (EoL) or end-of-service (EoS), meaning users of unsupported systems remain permanently vulnerable. Impact: Attackers could achieve complete system compromise on outdated Apple devices via maliciously crafted web pages. Mitigation: Refer to Apple’s official advisories (HT213340, HT213341, HT213342, HT213345, HT213346) and immediately update to supported versions or discontinue use of deprecated devices. Recommendations To mitigate the risks associated with these KEV-listed vulnerabilities, organizations should: Apply Vendor Patches Immediately: Implement updates from Oracle, Microsoft, Kentico, and Apple to close exploitable gaps. Audit Unsupported Systems: Identify and retire any EoL Apple devices or software that no longer receive patches. Harden SMB and Web Configurations: Restrict outbound SMB connections, enforce HTTPS, and disable outdated protocols. Review Access Controls: Verify administrator permissions in Kentico and restrict access to management interfaces. Implement Continuous Monitoring: Use SIEM and EDR tools to detect abnormal SMB connections, SSRF attempts, or web-based exploit activity. Follow BOD 22-01 Requirements: FCEB agencies must ensure full compliance before November 10, 2025; private entities should adopt similar timelines. Maintain Asset Visibility: Keep a current inventory of systems and regularly assess them for exposure to known exploited vulnerabilities. Conclusion CISA’s latest additions to the KEV catalog highlight how quickly vulnerabilities across widely used enterprise products become leveraged in real-world attacks. With exploitation timelines shrinking, proactive patching and vigilant monitoring remain the most effective defense against ransomware and privilege escalation campaigns. The post CISA Adds Oracle, Microsoft, Apple, Kentico Bugs to KEV Catalog appeared first on Cyble.
Analysis Summary
This summary focuses on the five vulnerabilities recently added to the CISA KEV catalog, providing actionable data for security teams.
# Vulnerability: Oracle E-Business Suite SSRF (CVE-2025-61884)
## CVE Details
- CVE ID: CVE-2025-61884
- CVSS Score: N/A (Severity based on KEV listing implies High/Critical)
- CWE: CWE-918 (Server-Side Request Forgery)
## Affected Systems
- Products: Oracle E-Business Suite (Runtime component of Oracle Configurator)
- Versions: Unspecified vulnerable versions.
- Configurations: N/A
## Vulnerability Description
A Server-Side Request Forgery (SSRF) vulnerability exists in the Runtime component of Oracle Configurator. This flaw allows unauthenticated remote attackers to manipulate internal resources or exfiltrate data by sending crafted HTTP requests.
## Exploitation
- Status: Confirmed actively exploited (Listed in CISA KEV)
- Complexity: Low (Remotely exploitable without authentication)
- Attack Vector: Network
## Impact
- Confidentiality: High (Data leakage or internal system compromise)
- Integrity: Medium/High (Manipulation of internal resources)
- Availability: Medium
## Remediation
### Patches
- Apply the latest patch released via Oracle’s security alert corresponding to this issue.
### Workarounds
- No specific workarounds detailed, pure patching is advised.
## Detection
- Monitor for unusual or crafted HTTP requests targeting the Oracle Configurator service.
- Implement strict firewall rules to limit outbound connections originating from the E-Business Suite server.
## References
- Vendor advisory: defanged.oracle.com/security-alerts/alert-cve-2025-61884.html
---
# Vulnerability: Microsoft Windows SMB Client Improper Access Control (CVE-2025-33073)
## CVE Details
- CVE ID: CVE-2025-33073
- CVSS Score: N/A (Severity based on KEV listing implies High/Critical)
- CWE: CWE-284 (Improper Access Control)
## Affected Systems
- Products: Microsoft Windows SMB Client
- Versions: Unspecified vulnerable versions of Windows.
- Configurations: N/A
## Vulnerability Description
A privilege escalation vulnerability exists in the Windows SMB Client due to improper access control. Attackers can force a victim system to authenticate against a malicious SMB server using a crafted script, leading to credential exposure or potential system access.
## Exploitation
- Status: Confirmed actively exploited (Listed in CISA KEV)
- Complexity: Medium/High (Requires social engineering or network positioning to force victim authentication)
- Attack Vector: Network
## Impact
- Confidentiality: High (Credential theft)
- Integrity: High (Potential for Remote Code Execution, Lateral Movement)
- Availability: Medium
## Remediation
### Patches
- Apply Microsoft’s latest security update addressing this vulnerability.
### Workarounds
- Restrict outbound SMB connections (port 445/139) where feasible.
- Disable SMBv1 protocol across the environment if not strictly required.
## Detection
- Monitor network traffic for unexpected outbound connections to non-standard SMB servers.
- Look for process execution triggered by credential theft or unexpected network authentication attempts.
## References
- Vendor advisories: Refer to Microsoft’s latest security release covering CVE-2025-33073.
---
# Vulnerability: Kentico Xperience CMS Authentication Bypass (CVE-2025-2747 and CVE-2025-2746)
## CVE Details
- CVE ID: CVE-2025-2747 and CVE-2025-2746
- CVSS Score: N/A (Severity based on KEV listing implies High/Critical)
- CWE: CWE-288 (Authentication Bypass Using an Alternate Path or Channel)
## Affected Systems
- Products: Kentico Xperience CMS
- Versions: Unspecified vulnerable versions.
- Configurations: N/A
## Vulnerability Description
Two distinct authentication bypass vulnerabilities exist that leverage alternate path or channel exploitation methods within the Kentico Xperience CMS. Successful exploitation permits unauthenticated attackers to gain unauthorized administrative control over the CMS instance.
## Exploitation
- Status: Confirmed actively exploited (Listed in CISA KEV)
- Complexity: Low/Medium (Unauthenticated access to admin control)
- Attack Vector: Network
## Impact
- Confidentiality: High (Access to sensitive configuration/data)
- Integrity: Critical (Ability to alter configuration/manipulate hosted web content)
- Availability: Medium
## Remediation
### Patches
- Apply hotfixes issued by Kentico specifically addressing CVE-2025-2747 and CVE-2025-2746.
### Workarounds
- Review and restrict all administrative access permissions to the CMS management interfaces temporarily until patching is complete.
## Detection
- Audit logs for new administrative user creations or configuration changes originating from likely attacker IPs.
- Monitor for requests attempting to access administrative paths using unusual traversal characters or alternate channels.
## References
- Vendor advisories: Refer to Kentico support documentation for issued hotfixes.
---
# Vulnerability: Apple JavaScriptCore Arbitrary Code Execution (CVE-2022-48503)
## CVE Details
- CVE ID: CVE-2022-48503
- CVSS Score: N/A (Severity based on KEV listing implies Critical)
- CWE: Unspecified (Related to JavaScriptCore processing)
## Affected Systems
- Products: Apple macOS, iOS, tvOS, watchOS, Safari
- Versions: Older versions that have since reached End-of-Life (EoL) or End-of-Service (EoS).
- Configurations: Devices utilizing affected, unpatched versions of the operating systems/browsers.
## Vulnerability Description
An unspecified vulnerability within the JavaScriptCore engine allows for Arbitrary Code Execution when processing maliciously crafted web content (e.g., visiting a malicious website).
## Exploitation
- Status: Confirmed actively exploited (Listed in CISA KEV)
- Complexity: Medium (Requires user interaction via web browsing)
- Attack Vector: Network (via web content)
## Impact
- Confidentiality: Critical (Complete system compromise on affected devices)
- Integrity: Critical (System takeover)
- Availability: High
## Remediation
### Patches
- Update all affected Apple ecosystems (macOS, iOS, tvOS, watchOS, Safari) to the latest supported, patched versions as per Apple’s security advisories.
### Workarounds
- **Crucial Step:** For EoL/EoS devices that cannot be updated, users must discontinue their use immediately due to permanent exposure.
- Employ robust endpoint detection and response (EDR) capable of monitoring JavaScript engine activity.
## Detection
- Monitor for unusual outbound network activity or unauthorized process spawning following web browsing sessions.
## References
- Vendor advisories: HT213340, HT213341, HT213342, HT213345, HT213346.
---
# General Remediation & Due Date
**CISA Enforcement Deadline for FCEB Agencies:** November 10, 2025. Private organizations strongly advised to adhere to this timeline.
**Key Actions:**
1. **Patch Immediately:** Apply all relevant vendor patches for the listed CVEs.
2. **Audit EoL Systems:** Identify and decommission/isolate any Apple devices running EoL software.
3. **Harden Network Access:** Restrict outbound SMB traffic and review web configurations.
4. **Monitor:** Increase vigilance across SIEM/EDR for SSRF patterns, unexpected SMB authentications, and suspicious web activity.