Search

Search Results (376237 CVEs found)

CVE Vendors Products Updated CVSS v3.1
CVE-2023-54369 2026-08-11 N/A
This CVE ID has been rejected.
CVE-2023-54368 2026-08-11 N/A
This CVE ID has been rejected.
CVE-2023-54367 2026-08-11 N/A
This CVE ID has been rejected.
CVE-2021-47995 2026-08-11 N/A
This CVE ID has been rejected.
CVE-2021-47994 2026-08-11 N/A
This CVE ID has been rejected.
CVE-2021-47993 2026-08-11 N/A
This CVE ID has been rejected.
CVE-2021-47992 2026-08-11 N/A
This CVE ID has been rejected.
CVE-2021-47991 2026-08-11 N/A
This CVE ID has been rejected.
CVE-2021-47990 2026-08-11 N/A
This CVE ID has been rejected.
CVE-2021-47989 2026-08-11 N/A
This CVE ID has been rejected.
CVE-2021-47988 2026-08-11 N/A
This CVE ID has been rejected.
CVE-2022-50974 2026-08-11 N/A
This CVE ID has been rejected.
CVE-2026-44765 1 Sap 1 Manufacturing Integration And Intelligence 2026-08-11 7.3 High
Due to a Missing Authorization Check vulnerability in SAP Manufacturing Integration and Intelligence, an unauthenticated remote attacker could access scheduling-related application functions without proper authorization validation. Successful exploitation could allow the attacker to retrieve, create, modify, or delete application-managed scheduling data, causing a low impact on confidentiality, integrity, and availability.
CVE-2026-58230 1 Sap Se 1 Sap Business Ai Platform (approuter) 2026-08-11 7 High
SAP Approuter does not sufficiently validate certain token content under specific configurations. An unauthenticated attacker could send a specially crafted token to cause sensitive credential material to be sent to an attacker-controlled destination. The attack complexity is high due to non-default preconditions required in the target environment. This results in a high impact on confidentiality and a low impact on integrity and availability.
CVE-2026-58235 1 Sap Se 1 Sap Netweaver As Java (adobe Document Services) 2026-08-11 6.3 Medium
SAP NetWeaver Application Server Java (Adobe Document Service) uses outdated open source cryptographic and data transfer libraries that contain known vulnerabilities addressed in later versions. A low-privileged authenticated attacker could potentially leverage these weaknesses against the affected component, though no specific exploit is currently known. Successful exploitation could result in low impact on confidentiality, integrity, and availability of the system.
CVE-2026-58236 1 Sap Se 1 Sap Netweaver Application Server Abap And Abap Platform 2026-08-11 5.5 Medium
SAP NetWeaver Application Server ABAP and ABAP Platform allow an attacker with high privileges to bypass missing security controls on an internal code path leading to operating system command execution. Successful exploitation could allow the attacker to execute OS-level commands that write to the operating system or stop the SAP system, resulting in no impact on confidentiality, low impact on integrity, and high impact on availability.
CVE-2026-58237 1 Sap Se 1 Sap Business Ai Platform (approuter) 2026-08-11 5.9 Medium
WebSocket of SAP Approuter does not perform sufficient authorization checks in certain functionality. An attacker with low privileges could exploit this to access restricted functionality. Successful exploitation could allow the attacker to read sensitive information and perform limited modifications, resulting in a high impact on confidentiality and a low impact on integrity. There is no impact on availability.
CVE-2026-11809 1 Zephyrproject 1 Zephyr 2026-08-11 3.7 Low
The UpdateHub OTA client in subsys/mgmt/updatehub/updatehub.c contains an out-of-bounds / uninitialized-memory read in z_impl_updatehub_probe(). The probe response from the UpdateHub server is copied into a heap buffer (metadata) that is correctly NUL-terminated, but a second buffer (metadata_copy) is allocated with k_malloc (unzeroed) and filled with memcpy(metadata_copy, metadata, strlen(metadata)), which omits the terminating NUL. Everything after the copied content remains uninitialized heap. When the first json_obj_parse() over the array descriptor fails, the code falls back to json_obj_parse(metadata_copy, strlen(metadata_copy), ...). The strlen() call scans past the copied bytes through uninitialized heap and, if no zero byte is found before the end of the allocation, reads beyond the buffer; the resulting over-long length is then parsed as JSON. The probe payload is fully controlled by the (malicious, compromised, or — without the optional CONFIG_UPDATEHUB_DTLS — on-path) UpdateHub server, which can craft a large payload that fails the first parse to drive this path. The consequence is a read of uninitialized heap, with a worst case of an out-of-bounds read past the metadata_copy allocation that can fault and crash the update thread/device, producing a network-triggerable denial of service. The over-read data is consumed only internally to evaluate the update and is not returned to the attacker, so there is no direct information disclosure and no out-of-bounds write. The fix zeroes metadata_copy with memset before the copy, guaranteeing NUL termination and bounding strlen() within the allocation.
CVE-2026-58238 1 Sap Se 1 Sap Business Ai Platform (approuter) 2026-08-11 5.9 Medium
SAP Approuter does not sufficiently handle certain requests under specific conditions. An unauthenticated attacker could send specially crafted input that causes the component to crash and restart. Successful exploitation requires specific runtime conditions to be met, making the attack complex to execute. This results in a high impact on availability. There is no impact on confidentiality and integrity.
CVE-2026-58239 1 Sap Se 1 Sap Business Ai Platform (approuter) 2026-08-11 3.7 Low
SAP Approuter does not sufficiently validate tenant context in inbound requests. An unauthenticated attacker could send specially crafted requests to spoof the tenant context under conditions not fully within their control. Successful exploitation could allow limited access to another tenant's information, resulting in a low impact on confidentiality. There is no impact on integrity and availability.