Skip to main content
CVE-2026-65667 Aug 07, 00:16 CRITICAL NEWS HOSTED Monitor

Privilege elevation in Microsoft Teams lets a remote, unauthenticated attacker gain unauthorized access across a network due to a missing authorization check (CWE-862). The maximum 10.0 CVSS rating stems from a changed scope with high confidentiality and integrity impact, meaning the flaw reaches resources beyond the initially vulnerable component. No public exploit identified at time of analysis and the issue is not listed in CISA KEV, but the perfect-score, no-precondition profile makes it a top-tier patch priority.

Authentication Bypass Microsoft Teams
NVD VulDB
CVSS 3.1
10.0
EPSS
0.5%
CVE-2026-50515 Aug 07, 00:16 CRITICAL NEWS HOSTED Monitor

Remote code execution in Microsoft Azure Service Bus lets an already-authorized (PR:L) attacker send maliciously crafted serialized data that the service deserializes without validation (CWE-502), executing attacker-controlled code across the network. The scope-changed CVSS 9.9 rating reflects that code execution can break out of the caller's authorization boundary into the underlying managed-service host, threatening confidentiality, integrity, and availability of the messaging infrastructure. There is no public exploit identified at time of analysis, but the near-maximal severity and cloud-hosted, multi-tenant nature of the platform make this a high-priority issue.

Deserialization Microsoft Azure Service Bus
NVD
CVSS 3.1
9.9
EPSS
0.9%
CVE-2026-62836 Aug 07, 00:16 CRITICAL NEWS HOSTED Monitor

Privilege elevation in Microsoft Azure SQL Managed Instance lets an unauthenticated network attacker cross the intended communication-channel boundary and gain elevated privileges, carrying a scope-changed CVSS of 10.0 that reflects likely cross-tenant or cross-service impact in this multi-tenant PaaS offering. Microsoft tags it as an authentication bypass exposing high-value confidentiality and integrity, with no availability loss. There is no public exploit identified at time of analysis and EPSS probability is low (0.36%, 29th percentile), consistent with a vendor-discovered, service-side issue rather than mass exploitation.

Authentication Bypass Microsoft Azure Sql Managed Instance
NVD VulDB
CVSS 3.1
10.0
EPSS
0.4%
Threat Model
CVE-2026-61808 Aug 07, 20:16 CRITICAL POC PATCH Act Now

Missing authentication in the LightRAG API server (HKUDS/LightRAG) through version 1.5.4 exposes every management endpoint to unauthenticated network attackers, because the server binds to 0.0.0.0 by default while authentication is off unless explicitly configured. Any attacker with network reach can read indexed document content, upload or delete documents, rewrite the knowledge graph, cancel ingestion pipelines, clear caches, and consume LLM/API credits. No public exploit identified at time of analysis, but exploitation is trivial via a single unauthenticated HTTP request, and the fix in 1.5.5rc1 is largely a hardening/warning change rather than an enforced secure default, so operator action is still required.

Authentication Bypass
NVD VulDB GitHub
CVSS 3.1
9.8
EPSS
0.3%
CVE-2026-16258 Aug 07, 06:00 CRITICAL POC PATCH Act Now

PHP Object Injection in the Ajax Search Lite WordPress plugin before 4.14.5 lets unauthenticated remote attackers pass untrusted serialized data into a PHP unserialize() sink, and where a suitable POP gadget chain exists in a co-installed plugin or theme, this escalates to remote code execution. Reported by WPScan with publicly available exploit code, it carries a CVSS 9.8 rating but a low EPSS of 0.22% (13th percentile), and is not listed in CISA KEV. A vendor patch is available in version 4.14.5.

PHP WordPress RCE Deserialization Ajax Search Lite +1
NVD WPScan
CVSS 3.1
9.8
EPSS
0.2%
CVE-2026-14205 Aug 07, 06:00 CRITICAL POC PATCH Act Now

Payment bypass in the WP Events Manager WordPress plugin before 2.2.5 lets any authenticated user register for a paid event and receive a fully completed booking without paying, because the plugin trusts an attacker-controlled quantity value and derives the charge from it. WPScan reports publicly available exploit code exists, though there is no evidence of active exploitation and the EPSS score is very low (0.13%, 3rd percentile). The flaw is a business-logic/authorization defect rather than a memory-safety issue, so impact is financial fraud against event organizers rather than server compromise.

WordPress Authentication Bypass Wp Events Manager Unknown
NVD WPScan
CVSS 3.1
9.8
EPSS
0.1%
CVE-2026-70332 Aug 07, 00:16 CRITICAL NEWS HOSTED Monitor

Server-side request forgery in Microsoft Office SharePoint lets a remote, unauthenticated attacker coerce the server into issuing attacker-controlled requests, enabling spoofing across a network per Microsoft's classification. The CVSS 3.1 base score is 9.6 (critical) with a changed scope, and exploitation requires a victim to interact with attacker-supplied content (UI:R). There is no public exploit identified at time of analysis and it is not listed in CISA KEV.

SSRF Microsoft Sharepoint Online
NVD VulDB
CVSS 3.1
9.6
EPSS
0.4%
CVE-2026-62896 Aug 07, 00:16 CRITICAL NEWS HOSTED Monitor

Privilege elevation in Microsoft Teams allows an authenticated attacker with low-level access to bypass authentication controls and gain higher privileges across a network boundary. The CVSS:3.1 vector (AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H) shows the flaw is remotely reachable, requires only low existing privileges, needs no user interaction, and crosses a security scope to compromise confidentiality and integrity of resources beyond the initially authorized context. No public exploit identified at time of analysis, and the issue is not listed in CISA KEV, but the 9.6 base score reflects the low barrier to abuse once an attacker holds any authenticated Teams foothold.

Authentication Bypass Microsoft Teams
NVD VulDB
CVSS 3.1
9.6
EPSS
0.4%
CVE-2026-16038 Aug 07, 06:00 CRITICAL POC PATCH Act Now

Authentication bypass in the MStore API WordPress plugin before 4.21.0 lets an unauthenticated remote attacker mark any order as fully paid without processing a real payment, because several payment-completion endpoints trust the client-supplied completion signal instead of verifying it against the payment gateway. Any store using this plugin can be defrauded of goods, services, or digital downloads. A public exploit exists (WPScan) and a vendor patch is available, though EPSS remains low at 0.14%.

WordPress Authentication Bypass Mstore Api Unknown
NVD WPScan
CVSS 3.1
9.1
EPSS
0.1%
CVE-2026-71851 Aug 07, 18:48 CRITICAL POC PATCH GHSA Act Now

Insufficient-entropy secret generation in the crypto-js npm library (all 3.x releases except 3.2.0/3.2.1, i.e. versions < 4.0.0) collapses CryptoJS.lib.WordArray.random() to effective search spaces of only ~2^39 (128-bit request) and ~2^47 (256-bit request), letting attackers brute-force any long-term secret produced by it. Downstream cryptocurrency wallets used this function as the entropy source for BIP39 recovery phrases; Coinspect's 'Ill Bloom' investigation reproduced full key recovery and documented coordinated drain waves that stole a lower-bound of ~$5M in assets as of 13 July 2026. This is not in CISA KEV, but a proof of concept exists and real-world theft has been documented by the researchers.

Information Disclosure Node.js
NVD GitHub VulDB
CVSS 3.1
9.0
EPSS
0.3%
CVE-2026-56162 Aug 07, 00:16 CRITICAL NEWS HOSTED Monitor

Elevation of privilege in Microsoft Azure SQL Database lets an unauthorized network attacker bypass authentication and gain higher privileges, with a maximum CVSS 10.0 and a scope change indicating the flaw extends impact beyond the initially vulnerable component. The CVSS vector (PR:N/UI:N) means no credentials or user interaction are required, making this a critical priority despite no public exploit being identified. As a managed cloud service, remediation is handled server-side by Microsoft rather than by customer patching.

Authentication Bypass Microsoft Azure Sql Database
NVD VulDB
CVSS 3.1
10.0
EPSS
0.5%
CVE-2026-59115 Aug 07, 00:16 CRITICAL NEWS HOSTED Monitor

Privilege escalation in the Microsoft Entra Provisioning Service (SyncFabric) allows an already-authorized, low-privileged network attacker to elevate privileges via a path-traversal sequence ('.../...//'), with a scope change (S:C) that lets impact cross into other security domains such as the underlying identity/provisioning tenant. Rated CVSS 9.9, the flaw yields high confidentiality, integrity, and availability impact and requires no user interaction. There is no public exploit identified at time of analysis and it is not listed in CISA KEV, but the near-maximum score and low attack complexity make it a high-priority issue for the affected cloud service.

Information Disclosure Microsoft Entra Provisioning Service
NVD VulDB
CVSS 3.1
9.9
EPSS
0.6%
CVE-2026-50481 Aug 07, 00:16 CRITICAL NEWS HOSTED Monitor

Privilege elevation in Microsoft Azure Active Directory (Entra ID) lets an already-authenticated, low-privileged attacker tamper with data the platform treats as immutable to gain higher-privileged access over a network. The CVSS 3.1 score of 9.9 reflects a scope change (S:C), meaning the compromise crosses the security boundary of the low-privilege account into the broader identity tenant. No public exploit identified at time of analysis and the issue is not currently listed in CISA KEV; note that despite Microsoft's 'Information Disclosure' tag, the CWE and CVSS impact metrics actually describe an elevation-of-privilege condition.

Information Disclosure Microsoft Azure Active Directory
NVD VulDB
CVSS 3.1
9.9
EPSS
0.5%
CVE-2026-62830 Aug 07, 00:16 CRITICAL NEWS HOSTED Exploit Unlikely Monitor

Privilege elevation in Microsoft's Azure SRE Agent lets an already-authorized, low-privilege network actor gain higher privileges by exploiting a missing authorization check (CWE-862). Rated CVSS 9.9 with a scope change, the flaw means an attacker holding only limited access to the service can cross a trust boundary and reach resources or actions reserved for higher-privilege identities. No public exploit has been identified at time of analysis and it is not on the CISA KEV list, but the near-maximum score and cloud-service exposure make it a high-priority patch item.

Authentication Bypass Microsoft Azure Sre Agent
NVD VulDB
CVSS 3.1
9.9
EPSS
0.4%
CVE-2026-62873 Aug 07, 00:16 CRITICAL NEWS HOSTED Monitor

Privilege elevation in Microsoft 365 Admin Center allows a remote, unauthenticated attacker to gain elevated permissions by exploiting improper verification of a cryptographic signature (CWE-347), consistent with the vendor-supplied 'Authentication Bypass' and 'JWT Attack' tags. The maximal 9.8 CVSS with a fully network-reachable, no-privilege, no-interaction vector makes this a critical bypass of the admin portal's trust boundary. No public exploit identified at time of analysis, and it is not currently listed in CISA KEV.

Authentication Bypass Microsoft Jwt Attack Windows Admin Center
NVD VulDB
CVSS 3.1
9.8
EPSS
0.4%
CVE-2026-56161 Aug 07, 00:16 CRITICAL NEWS HOSTED Monitor

Information disclosure in Microsoft Azure Logic Apps allows an authenticated, low-privileged attacker to read data they should not have access to across a network, with a scope-changed CVSS 3.1 score of 9.6 reflecting potential cross-boundary (multi-tenant) impact. The flaw stems from improper access control (CWE-284) in the cloud workflow-automation service; Microsoft is the reporter and remediation is delivered service-side. There is no public exploit identified at time of analysis and the CVE is not listed in CISA KEV, though the high score and scope change warrant prompt attention.

Authentication Bypass Microsoft Azure Logic Apps
NVD VulDB
CVSS 3.1
9.6
EPSS
0.4%
CVE-2026-59118 Aug 07, 00:16 CRITICAL NEWS HOSTED Monitor

Privilege elevation in Microsoft Power Apps allows an unauthorized, network-based attacker to gain elevated permissions by abusing improper authorization checks, with a scope change (S:C) indicating the impact crosses a security boundary beyond the initially compromised component. Exploitation requires some user interaction (UI:R) but no prior authentication (PR:N), and results in high confidentiality and integrity impact. At time of analysis there is no public exploit identified and the issue is not listed in CISA KEV; the CVSS base score is 9.3 (Critical).

Authentication Bypass Microsoft Power Apps
NVD VulDB
CVSS 3.1
9.3
EPSS
0.4%
CVE-2026-68823 Aug 07, 00:16 CRITICAL NEWS HOSTED Monitor

Remote code execution in Azure Confidential Ledger allows an authorized attacker with elevated privileges to invoke an exposed dangerous method over the network and run arbitrary code, with a scope change (S:C) that lets the impact reach beyond the initially compromised component. Microsoft rates it CVSS 9.1 (Critical); there is no public exploit identified at time of analysis and it is not listed in CISA KEV. Because Azure Confidential Ledger is a managed cloud service, remediation is delivered server-side by Microsoft rather than by customer patching.

Information Disclosure Microsoft Azure Confidential Ledger
NVD VulDB
CVSS 3.1
9.1
EPSS
0.5%
CVE-2026-63508 Aug 07, 00:16 CRITICAL NEWS HOSTED Monitor

Privilege elevation in Microsoft Planetary Computer Pro allows a remote, unauthenticated attacker to gain elevated privileges over the network by invoking a critical function that lacks an authentication check (CWE-306). Scored CVSS 10.0 with a scope change, the flaw exposes confidential data and permits unauthorized modification against the affected Azure geospatial platform. No public exploit identified at time of analysis, and it is not listed in CISA KEV, but the maximal score reflects trivial exploitability against exposed instances.

Authentication Bypass Microsoft Planetary Computer
NVD VulDB
CVSS 3.1
10.0
EPSS
0.5%
CVE-2026-64637 Aug 07, 18:17 CRITICAL PATCH Act Now

Privilege escalation in the XML-RPC API of Plesk before 18.0.80 allows an authenticated reseller-level account to obtain a fully administrative session for the root user, effectively taking over the entire hosting server. The flaw is a CWE-269 improper privilege management issue reported through HackerOne; no public exploit has been identified at time of analysis and it is not listed in CISA KEV. Because a reseller can cross the privilege boundary to root with low attack complexity, this is a high-impact server-takeover vector in multi-tenant hosting environments.

Privilege Escalation
NVD VulDB
CVSS 3.0
9.9
EPSS
0.2%
CVE-2026-14365 Aug 07, 04:25 CRITICAL Act Now

Unauthenticated account takeover in the TrueBooker Appointment Booking and Scheduler System plugin for WordPress (all versions through 1.2.3) allows remote attackers to reset the password of any account, including administrators, because a password-change action fails to verify the requester's authorization. Successful exploitation yields full admin login and therefore complete control of the WordPress site. No public exploit identified at time of analysis; the flaw was reported by Wordfence and an upstream fix is present in the plugin repository.

WordPress Authentication Bypass Truebooker Appointment Booking And Scheduler System Wordpress Plugin Themetechmount
NVD
CVSS 3.1
9.8
EPSS
0.3%
CVE-2026-14364 Aug 07, 04:25 CRITICAL Act Now

Account takeover in the TrueBooker Appointment Booking and Scheduler System plugin for WordPress (all versions through 1.2.3) lets unauthenticated attackers reset the password of any account, including administrators, because the plugin's password-reset flow never verifies the requester's identity. Successful exploitation yields full control of the targeted account and, via an admin takeover, the entire WordPress site. No public exploit identified at time of analysis, but the CVSS 9.8 rating and trivial network exploitability make this a high-priority patch.

WordPress Information Disclosure Truebooker Appointment Booking And Scheduler System Wordpress Plugin Themetechmount
NVD
CVSS 3.1
9.8
EPSS
0.3%
CVE-2026-71558 Aug 07, 08:54 CRITICAL PATCH Act Now

Heap type confusion in the Apache Fory C++ deserialization engine (versions 0.14.0 up to but not including 1.5.0) lets a crafted payload bypass type-compatibility checks during polymorphic smart-pointer deserialization, so an object of an incompatible type is handled as its declared base type. Because CWE-502 untrusted-data handling here corrupts memory rather than merely mis-parsing values, an attacker who controls serialized input can trigger undefined behavior ranging from denial of service to arbitrary code execution. This is rated CVSS 9.8 and is fixed in 1.5.0; there is no public exploit identified at time of analysis and EPSS is low at 0.21%.

RCE Denial Of Service Apache Deserialization Apache Fory +1
NVD
CVSS 3.1
9.8
EPSS
0.2%
CVE-2026-56793 Aug 07, 12:08 CRITICAL PATCH Act Now

Improper authentication in Dell OpenManage Server Administrator (OMSA) Managed Node before version 11.1.0.2 allows a remote, unauthenticated attacker to bypass authentication controls and gain unauthorized access to the systems management interface across Windows, RHEL 8.10/9.4, and SLES 15 deployments. The CVSS 3.1 base score is 9.8 (network vector, no privileges, no user interaction) with total confidentiality, integrity, and availability impact. There is no public exploit identified at time of analysis and CISA SSVC lists exploitation as none, but the trivial attack path makes prompt patching important.

Authentication Bypass Dell Openmanage Server Administrator Managed Node Patch For Windows Dell Openmanage Server Administrator Managed Node For Rhel 8 10 Dell Openmanage Server Administrator Managed Node For Rhel 9 4 +1
NVD
CVSS 3.1
9.8
EPSS
0.3%
CVE-2026-50540 Aug 07, 20:56 CRITICAL PATCH NEWS Act Now

Host root code execution in Kata Containers kata-runtime prior to 4.0.0 lets a pod user escape the guest VM boundary by abusing the unvalidated 'io.katacontainers.config_path' pod annotation, which caused the runtime to load an arbitrary host TOML configuration file without restriction. Because that config selects the hypervisor and virtio-fs daemon binaries, an attacker who can both set the annotation and drop a file at a host-visible path can point the runtime at an attacker-controlled binary and have it executed as root on the host, collapsing the security isolation Kata exists to provide (CVSS 9.6, scope-changed). There is no public exploit identified at time of analysis, but the fix (removal of the annotation in version 4.0.0) is confirmed by the vendor GHSA advisory and commit.

RCE Kata Containers
NVD GitHub VulDB
CVSS 3.1
9.6
EPSS
0.4%
CVE-2026-46409 Aug 07, 22:11 CRITICAL PATCH Act Now

Cross-origin request forgery leading to remote code execution in OpenYak before 1.1.3 lets any malicious webpage a user visits drive the desktop backend's loopback HTTP API (typically 127.0.0.1:19141) to run arbitrary shell commands on the host, terminate the service, and steal chat history and account PII. The local API ships with no Origin validation, no loopback authentication, no Content-Type enforcement, and a wildcard CORS policy, so the victim's browser is abused as a proxy that defeats OS-level network isolation. No public exploit identified at time of analysis; the flaw is fixed in version 1.1.3.

RCE Code Injection Openyak
NVD GitHub
CVSS 3.1
9.6
EPSS
0.4%
CVE-2026-54212 Aug 07, 09:47 CRITICAL Act Now

Denial of service with potential for remote code execution affects Tobit Laboratories' TeamDavid (David Webbox) groupware through Rollout 524, where an unauthenticated attacker can crash the server by sending a specially crafted JSON body to a vulnerable API endpoint - a payload as small as 8 characters beginning with a number triggers an out-of-bounds stack write. The reliably reachable impact is a server crash, but the underlying buffer overflow could escalate to full server compromise if a stack canary is disclosed via a separate vulnerability. No public exploit identified at time of analysis and the flaw is not listed in CISA KEV; the high CVSS 4.0 base score (9.5) reflects the worst-case RCE potential rather than confirmed code execution.

RCE Buffer Overflow Denial Of Service Memory Corruption Teamdavid +1
NVD VulDB
CVSS 4.0
9.5
EPSS
0.7%
CVE-2026-54210 Aug 07, 09:46 CRITICAL Act Now

Denial of service, and potentially remote code execution, in Tobit Laboratories' David (TeamDavid/Webbox) collaboration suite affects all releases through Rollout 524. Multiple file-upload handlers fail to bounds-check the supplied filename, so an unauthenticated attacker who sends an upload request with an excessively long filename triggers an out-of-bounds stack write (CWE-787) that reliably crashes the server; where the stack layout is favorable or a stack canary can be leaked via a separate flaw, the same overflow may yield code execution and full server compromise. There is no public exploit identified at time of analysis and it is not listed in CISA KEV, but the flaw was reported by Switzerland's NCSC and detailed by InfoGuard Labs as one of 22 CVEs in David.

RCE Buffer Overflow Denial Of Service Memory Corruption File Upload +2
NVD VulDB
CVSS 4.0
9.5
EPSS
0.7%
CVE-2026-54211 Aug 07, 09:46 CRITICAL Act Now

Denial of service (with conditional remote code execution potential) affects Tobit Laboratories AG's TeamDavid groupware through Rollout 524, where the Webbox endpoint "//serverClient_close.html" fails to bounds-check multiple form-data parameters. An attacker submitting over-long parameter values triggers an out-of-bounds write (CWE-787) that crashes the server; if a stack canary can be leaked via a separate flaw, the memory corruption could escalate to full server compromise. No public exploit identified at time of analysis, and this CVE is one of 22 reported in the David platform by researchers at InfoGuard/NCSC.ch.

RCE Buffer Overflow Denial Of Service Memory Corruption Teamdavid +1
NVD VulDB
CVSS 4.0
9.5
EPSS
0.6%
CVE-2026-19264 Aug 07, 14:15 CRITICAL PATCH Act Now

Arbitrary file read in Postiz (gitroomhq/postiz-app before 2.22.1) lets an unauthenticated remote attacker retrieve any file readable by the application process via the /api/uploads media route, which fails to confine URL-supplied path segments to the upload directory. Because URL-encoded traversal sequences survive Next.js route matching and are decoded only at the filesystem call, an attacker can read the process environment to steal the JWT signing secret, then forge a non-expiring administrator session without a password - turning a file-disclosure bug into full account takeover. There is publicly available fix code (vendor commit and v2.22.1 release), but no public exploit identified at time of analysis and the issue is not in CISA KEV.

Path Traversal Postiz App Gitroomhq
NVD GitHub VulDB
CVSS 4.0
9.3
EPSS
0.6%
CVE-2026-54213 Aug 07, 09:47 CRITICAL Act Now

Persistent denial of service in Tobit Laboratories AG's TeamDavid (David/Webbox groupware) allows any remote, unauthenticated attacker to shut down the server by requesting the exposed /internalRestart endpoint, which fully halts the service rather than restarting it. All releases through Rollout 524 are affected, and recovery requires manual administrator intervention to bring the server back online. No public exploit identified at time of analysis, though the trigger is trivial (a single HTTP request to a known path).

Authentication Bypass Denial Of Service Teamdavid Tobit Laboratories Ag
NVD VulDB
CVSS 4.0
9.2
EPSS
0.7%
CVE-2026-54203 Aug 07, 09:44 CRITICAL Act Now

Unauthenticated memory disclosure in Tobit Laboratories' David (TeamDavid) groupware through Rollout 524 lets remote attackers harvest sensitive server memory - including user passwords - by repeatedly requesting the malformed endpoint "/.well-known/mta-sts.", which causes the application to return raw memory contents in its response. The flaw resembles a Heartbleed-style over-read affecting a self-hosted Microsoft 365 alternative, and no public exploit identified at time of analysis, though it was disclosed as part of a broader research batch (22 CVEs) by InfoGuard Labs and reported via NCSC.ch. With CVSS 4.0 9.2 (Critical), network-reachable and requiring no authentication or user interaction, it is a high-priority disclosure risk wherever David is internet-exposed.

Information Disclosure Teamdavid Tobit Laboratories Ag
NVD VulDB
CVSS 4.0
9.2
EPSS
0.6%
CVE-2026-66914 Aug 07, 13:15 CRITICAL Act Now

Arbitrary file disclosure in the SEBLOD content construction kit (CCK) extension for Joomla lets unauthenticated remote attackers read files both inside and outside the webroot via directory traversal, affecting versions before 3.30.0, before 4.7.0, and before 6.0.1. Reported by the Joomla project (EUVD-2026-54480) and rated CVSS 4.0 9.2, the flaw requires no authentication or user interaction and can expose configuration files, credentials, and secrets. There is no public exploit identified at time of analysis and it is not listed in CISA KEV.

Path Traversal Seblod Extension For Joomla
NVD
CVSS 4.0
9.2
EPSS
0.4%
CVE-2026-71560 Aug 07, 08:53 CRITICAL PATCH Act Now

Out-of-bounds heap read in Apache Fory C++ versions 0.14.0 through 1.4.x allows attackers supplying crafted deserialization payloads to trigger information disclosure or denial of service. The flaw resides specifically in the tagged integer fast-path deserializer and only manifests when the application processes structs with tagged integer fields. No public exploit or active exploitation has been identified at time of analysis, and a vendor-released patch is available in version 1.5.0.

Buffer Overflow Denial Of Service Apache Information Disclosure Deserialization +2
NVD
CVSS 3.1
9.1
EPSS
0.2%

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy