Lucene search
+L

669130 matches found

Debian CVE
Debian CVE
•added 2026/09/14 8:00 p.m.•8 views

CVE-2026-55244

ASTEVAL is an evaluator of Python expressions and statements. Prior to 1.0.9, FROMPY in asteval/astutils.py exposes BaseException, SystemExit, KeyboardInterrupt, and GeneratorExit to expressions evaluated by asteval.Interpreter.eval, while run and eval in asteval/asteval.py catch Exception rather...

5CVSS5.9AI score0.00177EPSS
SaveExploits0
OSV
OSV
•added 2026/09/14 8:00 p.m.•16 views

CVE-2026-55244 ASTEVAL: Sandbox Escape via BaseException Subclasses

ASTEVAL is an evaluator of Python expressions and statements. Prior to 1.0.9, FROMPY in asteval/astutils.py exposes BaseException, SystemExit, KeyboardInterrupt, and GeneratorExit to expressions evaluated by asteval.Interpreter.eval, while run and eval in asteval/asteval.py catch Exception rather...

5CVSS5.7AI score
SaveExploits0References7
CVE
CVE
•added 2026/09/14 8:00 p.m.•74 views

CVE-2026-55244

ASTEVAL (a Python expression evaluator) prior to 1.0.9 has a sandbox escape via BaseException subclasses . The FROM_PY symbol table in astutils.py exposes SystemExit, KeyboardInterrupt, GeneratorExit, and BaseException to sandboxed expressions, while run() and eval() in asteval.py only catch Exce...

5CVSS5.8AI score0.00177EPSS
SaveExploits0References5
CVE
CVE
•added 2026/09/14 8:00 p.m.•24 views

CVE-2026-90816

CVE-2026-90816 affects FFmpeg 8.0.x , specifically the Duration Parser component in the function parse_playlist within libavformat/hlsproto.c. Manipulation of the duration/target_duration argument leads to a denial of service that can be triggered remotely , though user interaction is required (C...

5.3CVSS5AI score0.0058EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
•added 2026/09/14 8:00 p.m.•10 views

CVE-2026-90816 FFmpeg Duration hlsproto.c parse_playlist denial of service

A vulnerability was found in FFmpeg 8.0.x. This affects the function parseplaylist of the file libavformat/hlsproto.c of the component Duration Parser. Performing a manipulation of the argument duration/targetduration results in denial of service. The attack is possible to be carried out remotely...

5.3CVSS5AI score0.0058EPSS
SaveExploits0References7
Cvelist
Cvelist
•added 2026/09/14 8:00 p.m.•36 views

CVE-2026-90816 FFmpeg Duration hlsproto.c parse_playlist denial of service

A vulnerability was found in FFmpeg 8.0.x. This affects the function parseplaylist of the file libavformat/hlsproto.c of the component Duration Parser. Performing a manipulation of the argument duration/targetduration results in denial of service. The attack is possible to be carried out remotely...

5.3CVSS0.0058EPSS
SaveExploits0References7
EUVD
EUVD
•added 2026/09/14 8:00 p.m.•10 views

EUVD-2026-78057

A vulnerability was found in FFmpeg 8.0.x. This affects the function parseplaylist of the file libavformat/hlsproto.c of the component Duration Parser. Performing a manipulation of the argument duration/targetduration results in denial of service. The attack is possible to be carried out remotely...

5.3CVSS5AI score0.0058EPSS
SaveExploits0References7
Debian CVE
Debian CVE
•added 2026/09/14 8:00 p.m.•15 views

CVE-2026-90816

A vulnerability was found in FFmpeg 8.0.x. This affects the function parseplaylist of the file libavformat/hlsproto.c of the component Duration Parser. Performing a manipulation of the argument duration/targetduration results in denial of service. The attack is possible to be carried out remotely...

5.3CVSS5AI score0.0058EPSS
SaveExploits0
OSV
OSV
•added 2026/09/14 7:58 p.m.•11 views

CVE-2026-54632 SIPSorcery: Malformed UDP packet on the RTP/ICE socket can remotely terminate a media session (DoS)

SIPSorcery is a WebRTC, SIP, and VoIP library for C and .NET. Prior to 10.0.9, RTPChannel.OnRTPPacketReceived and the STUNAttribute.ParseMessageAttributes, STUNXORAddressAttribute, and STUNAddressAttribute parsing path index untrusted bytes without sufficient length checks, while...

7.5CVSS5.8AI score
SaveExploits0References5
Cvelist
Cvelist
•added 2026/09/14 7:58 p.m.•35 views

CVE-2026-54632 SIPSorcery: Malformed UDP packet on the RTP/ICE socket can remotely terminate a media session (DoS)

SIPSorcery is a WebRTC, SIP, and VoIP library for C and .NET. Prior to 10.0.9, RTPChannel.OnRTPPacketReceived and the STUNAttribute.ParseMessageAttributes, STUNXORAddressAttribute, and STUNAddressAttribute parsing path index untrusted bytes without sufficient length checks, while...

7.5CVSS0.00718EPSS
SaveExploits0References3
CVE
CVE
•added 2026/09/14 7:58 p.m.•45 views

CVE-2026-54632

SIPSorcery is a C#/.NET WebRTC, SIP, and VoIP library (NuGet). Prior to 10.0.9 , a single malformed UDP datagram sent to the RTP/ICE socket can remotely terminate an active media session (availability impact only). The root cause combines two issues: unchecked byte indexing in RTPChannel.OnRTPPac...

7.5CVSS5.8AI score0.00718EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/09/14 7:58 p.m.•9 views

EUVD-2026-78055

SIPSorcery is a WebRTC, SIP, and VoIP library for C and .NET. Prior to 10.0.9, RTPChannel.OnRTPPacketReceived and the STUNAttribute.ParseMessageAttributes, STUNXORAddressAttribute, and STUNAddressAttribute parsing path index untrusted bytes without sufficient length checks, while...

7.5CVSS5.8AI score0.00718EPSS
SaveExploits0References3
CVE
CVE
•added 2026/09/14 7:54 p.m.•48 views

CVE-2026-47253

Anyquery (an SQL query engine built on SQLite) is vulnerable to path traversal in the clear_plugin_cache(plugin) SQL scalar function (namespace/other_functions.go). Prior to 0.4.5 , the caller-controlled plugin argument is passed through path.Join to os.RemoveAll without rejecting .. segments, al...

7.3CVSS8AI score0.00441EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/09/14 7:54 p.m.•7 views

EUVD-2026-77807

Anyquery is an SQL query engine built on top of SQLite. Prior to 0.4.5, the clearplugincacheplugin SQL scalar function in namespace/otherfunctions.go passes the caller-controlled plugin parameter through path.Join to os.RemoveAll without rejecting traversal segments. A low-privileged bearer-token...

7.3CVSS5.7AI score0.00441EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/14 7:54 p.m.•31 views

CVE-2026-47253 Anyquery: Path Traversal in `clear_plugin_cache` Allows Arbitrary Directory Deletion

Anyquery is an SQL query engine built on top of SQLite. Prior to 0.4.5, the clearplugincacheplugin SQL scalar function in namespace/otherfunctions.go passes the caller-controlled plugin parameter through path.Join to os.RemoveAll without rejecting traversal segments. A low-privileged bearer-token...

7.3CVSS0.00441EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/14 7:52 p.m.•31 views

CVE-2026-55209 resdata insufficiently validates untrusted GRDECL files

resdata is software for reading and writing result files from the Eclipse reservoir simulator. Prior to 6.2.9, resdata insufficiently validates numeric fields, grid dimensions, keyword sizes, and array indexes while parsing untrusted GRDECL files in lib/resdata/rdkwgrdecl.cpp and...

9.8CVSS0.0078EPSS
SaveExploits0References6
EUVD
EUVD
•added 2026/09/14 7:47 p.m.•10 views

EUVD-2026-77792

Tract is a tiny, no-nonsense, self-contained TensorFlow and ONNX inference toolkit. Prior to 0.21.16, 0.22.2, and 0.23.1, tract-nnef uses unchecked usize multiplication in nnef/src/tensors.rs readtensor for attacker-controlled tensor dimensions, the allocation size, and the reported tensor length...

6.1CVSS6AI score0.00181EPSS
SaveExploits0References7
CVE
CVE
•added 2026/09/14 7:47 p.m.•41 views

CVE-2026-55093

Tract (a self-contained TensorFlow/ONNX inference toolkit by Sonos) is affected by an integer overflow in tract-nnef's read_tensor function that leads to an out-of-bounds heap read when loading a crafted NNEF model archive. The unchecked usize multiplication over attacker-controlled tensor dimens...

6.1CVSS6AI score0.00181EPSS
SaveExploits0References7
CVE
CVE
•added 2026/09/14 7:43 p.m.•23 views

CVE-2026-16702

IBM Db2 federated server versions 11.5.0–11.5.9 and 12.1.0–12.1.5 (Linux, UNIX, Windows, including DB2 Connect Server) are affected by a null pointer dereference (CWE-476) that allows a remote authenticated attacker to cause a denial of service . The CVSS 3.1 score is 6.5 (Medium) with a vector o...

6.5CVSS5.6AI score0.00345EPSS
SaveExploits0References1
Cvelist
Cvelist
•added 2026/09/14 7:43 p.m.•36 views

CVE-2026-16702 IBM® Db2® federated server could allow a remote authenticated attacker to cause a denial of service due to a null pointer dereference

IBM Db2 11.5.0 through 11.5.9, and 12.1.0 through 12.1.5 for Linux, UNIX and Windows includes DB2 Connect Server could allow a remote authenticated attacker to cause a denial of service due to a null pointer dereference...

6.5CVSS0.00345EPSS
SaveExploits0References1
Rows per page
Query Builder