Lucene search
+L

14197 matches found

ATTACKERKB
ATTACKERKB
added 2026/05/01 12:00 a.m.5 views

CVE-2026-37537

collin80/Open-SAE-J1939 thru commit 744024d4306bc387857dfce439558336806acb06 2023-03-08 contains an integer underflow leading to out-of-bounds write in Transport Protocol Data Transfer handling. At line 23: uint8t index = data0 - 1. When data0 sequence number from CAN frame is 0, index underflows...

8.1CVSS5.9AI score0.0022EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/05/01 12:00 a.m.13 views

PT-2026-36313

Name of the Vulnerable Software and Affected Versions Apache Neethi versions prior to 3.2.2 Description The PolicyReference API does not impose restrictions on URIs when manually fetching remote policy references. This allows an application that explicitly calls the API to make outbound requests...

9.1CVSS6AI score0.01125EPSS
SaveExploits8References73
CVE
CVE
added 2026/05/01 12:00 a.m.16 views

CVE-2026-37537

CVE-2026-37537 concerns the collin80/Open-SAE-J1939 project. The connected sources describe an integer underflow in the Transport Protocol Data Transfer handling: when the CAN frame sequence number data[0] is 0, the index = data[0] - 1 underflows to 255. A subsequent write to tp_dt->data[255*7...

8.1CVSS5.9AI score0.0022EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/05/01 12:00 a.m.21 views

EUVD-2026-26690

collin80/Open-SAE-J1939 thru commit 744024d4306bc387857dfce439558336806acb06 2023-03-08 contains an integer underflow leading to out-of-bounds write in Transport Protocol Data Transfer handling. At line 23: uint8t index = data0 - 1. When data0 sequence number from CAN frame is 0, index underflows...

8.1CVSS5.9AI score0.0022EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/05/01 12:00 a.m.29 views

PT-2026-36262

Name of the Vulnerable Software and Affected Versions Open5GS versions prior to 2.7.8 Description A remote denial of service can be triggered by manipulating the ueContextId argument in the '/namf-comm/v1/ue-contexts/ueContextId/transfer-update' endpoint. This issue resides within the amf namf co...

5.3CVSS5.8AI score0.00302EPSS
SaveExploits0References14
CVE
CVE
added 2026/05/01 12:00 a.m.15 views

CVE-2026-37534

CVE-2026-37534 describes an integer underflow in Open-SAE-J1939 (Open-SAE-J1939_Read_Transport_Protocol_Data_Transfer) triggered by a crafted CAN frame sequence number, allowing an attacker to write to arbitrary memory. Affected component is SAE_J1939_Read_Transport_Protocol_Data_Transfer; root c...

9.8CVSS5.9AI score0.00416EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/05/01 12:00 a.m.5 views

CVE-2026-37537

collin80/Open-SAE-J1939 thru commit 744024d4306bc387857dfce439558336806acb06 2023-03-08 contains an integer underflow leading to out-of-bounds write in Transport Protocol Data Transfer handling. At line 23: uint8t index = data0 - 1. When data0 sequence number from CAN frame is 0, index underflows...

8.1CVSS5.9AI score0.0022EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2026/05/01 12:00 a.m.22 views

Bandit 安全漏洞

Bandit is a high-performance HTTP and WebSocket server from the individual developer Mat Trudel. A security vulnerability exists in Bandit version 0.3.6 through versions prior to 1.11.0, which stems from HTTP/2 frame deserialization that buffers the entire body of a frame before checking the size...

6.9CVSS5.8AI score0.0051EPSS
SaveExploits0References1
NVD
NVD
added 2026/04/30 10:16 p.m.10 views

CVE-2025-36180

IBM watsonx.data 2.2 through 2.3 IBM Lakehouse does not properly restrict communication between pods which could allow an attacker to transfer data between pods without restrictions...

7.5CVSS0.00186EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/04/30 9:28 p.m.13 views

EUVD-2025-209603

IBM watsonx.data 2.2 through 2.3 IBM Lakehouse does not properly restrict communication between pods which could allow an attacker to transfer data between pods without restrictions...

5.3CVSS5.2AI score0.00186EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/04/30 9:28 p.m.6 views

CVE-2025-36180

IBM watsonx.data 2.2 through 2.3 IBM Lakehouse does not properly restrict communication between pods which could allow an attacker to transfer data between pods without restrictions...

5.3CVSS5.2AI score0.00186EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2026/04/30 9:28 p.m.23 views

CVE-2025-36180

CVE-2025-36180 concerns IBM watsonx.data (Lakehouse) versions 2.2–2.3. The issue is an improper restriction of inter-pod communication, potentially allowing an attacker to transfer data between pods without restrictions. The vulnerability’s impact is described as data integrity risk within pod co...

7.5CVSS5.2AI score0.00186EPSS
SaveExploits0References1Affected Software1
Vulnrichment
Vulnrichment
added 2026/04/30 9:28 p.m.5 views

CVE-2025-36180 Inadequate Pod Communication Restrictions, affects watsonx.data

IBM watsonx.data 2.2 through 2.3 IBM Lakehouse does not properly restrict communication between pods which could allow an attacker to transfer data between pods without restrictions...

5.3CVSS5.8AI score0.00186EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/04/30 1:37 p.m.14 views

CVE-2026-4873

A flaw was found in curl. A remote attacker could exploit this by initiating an unencrypted connection via IMAP, SMTP, or POP3 and then making a subsequent request to the same host that requires Transport Layer Security TLS. Due to incorrect connection reuse, the subsequent request would bypass t...

5.9CVSS5.5AI score0.00329EPSS
SaveExploits1References4
NVD
NVD
added 2026/04/30 10:16 a.m.15 views

CVE-2026-41016

Apache Airflow's SMTP provider SmtpHook called Python's smtplib.SMTP.starttls without an SSL context, so no certificate validation was performed on the TLS upgrade. A man-in-the-middle between the Airflow worker and the SMTP server could present a self-signed certificate, complete the STARTTLS...

5.9CVSS0.00268EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/04/30 9:09 a.m.13 views

EUVD-2026-26359

Apache Airflow's SMTP provider SmtpHook called Python's smtplib.SMTP.starttls without an SSL context, so no certificate validation was performed on the TLS upgrade. A man-in-the-middle between the Airflow worker and the SMTP server could present a self-signed certificate, complete the STARTTLS...

5.9CVSS5.3AI score0.00268EPSS
SaveExploits0References2
CVE
CVE
added 2026/04/30 5:04 a.m.47 views

CVE-2026-6868

CVE-2026-6868 affects Wireshark 4.6.0–4.6.4 and 4.4.0–4.4.14, where the HTTP protocol dissector crashes when processing crafted HTTP data, leading to a denial of service. The Red Hat note frames this as a local user opening a specially crafted capture file that crashes Wireshark; SUSE and other s...

7.5CVSS5.2AI score0.00193EPSS
SaveExploits1References2Affected Software1
SUSE CVE
SUSE CVE
added 2026/04/30 2:43 a.m.9 views

SUSE CVE-2010-4714

Multiple stack-based buffer overflows in Novell GroupWise before 8.02HP allow remote attackers to execute arbitrary code via a long HTTP Host header to 1 gwpoa.exe in the Post Office Agent, 2 gwmta.exe in the Message Transfer Agent, 3 gwia.exe in the Internet Agent, 4 the WebAccess Agent, or 5 th...

10CVSS6.4AI score0.06121EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/04/30 2:29 a.m.12 views

SUSE CVE-2026-7020

A security flaw has been discovered in Ollama up to 0.20.2. This affects the function digestToPath of the file x/imagegen/transfer/transfer.go of the component Tensor Model Transfer Handler. The manipulation of the argument digest results in path traversal. The attack may be performed from remote...

6.3CVSS5.2AI score0.00908EPSS
SaveExploits2References3
SUSE CVE
SUSE CVE
added 2026/04/30 2:25 a.m.12 views

SUSE CVE-2026-40560

Starman versions before 0.4018 for Perl allows HTTP Request Smuggling via Improper Header Precedence. Starman incorrectly prioritizes "Content-Length" over "Transfer-Encoding: chunked" when both headers are present in an HTTP request. Per RFC 7230 3.3.3, Transfer-Encoding must take precedence. An...

7.5CVSS5.2AI score0.00487EPSS
SaveExploits0References3
Rows per page
Query Builder