Lucene search
+L

1081 matches found

Cvelist
Cvelist
added 2025/06/26 8:2 p.m.15 views

CVE-2013-1424

Buffer overflow vulnerability in matplotlib.This issue affects matplotlib: before upstream commit ba4016014cb4fb4927e36ce8ea429fed47dcb787...

0.00305EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/06/25 12:0 a.m.4 views

RHEL 10 : libarchive (RHSA-2025:9420)

The remote Redhat Enterprise Linux 10 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2025:9420 advisory. The libarchive programming library can create and read several different streaming archive formats, including GNU tar, cpio, and ISO 9660 CD-ROM...

7.8CVSS5.6AI score0.00337EPSS
SaveExploits1References5
Tenable Nessus
Tenable Nessus
added 2025/06/25 12:0 a.m.7 views

Amazon Linux 2 : libxml2 (ALAS-2025-2893)

The version of libxml2 installed on the remote host is prior to 2.9.1-6. It is, therefore, affected by a vulnerability as referenced in the ALAS2-2025-2893 advisory. A flaw was found in libxml2's xmlBuildQName function, where integer overflows in buffer size calculations can lead to a stack-based...

7.5CVSS7.9AI score0.0112EPSS
SaveExploits1References4
Redos
Redos
added 2025/06/24 12:0 a.m.5 views

ROS-20250624-16

A vulnerability in the libntlm library implementation of the NT LAN Manager Network Authentication Protocol NTLM is related to a buffer boundary read with reading beyond buffer boundaries. Exploitation of the vulnerability could allow an attacker acting remotely to execute arbitrary code or cause...

9.8CVSS7.9AI score0.03107EPSS
SaveExploits1
NVD
NVD
added 2025/06/23 3:15 a.m.10 views

CVE-2025-6499

A vulnerability classified as problematic was found in vstakhov libucl up to 0.9.2. Affected by this vulnerability is the function uclparsemultilinestring of the file src/uclparser.c. The manipulation leads to heap-based buffer overflow. The attack needs to be approached locally. The exploit has...

5.5CVSS0.00218EPSS
SaveExploits1References5
OSV
OSV
added 2025/06/22 9:30 p.m.6 views

GHSA-PF9W-GVCF-GV7M sparklemotion nokogiri hashmap.c hashmap_set_with_hash heap-based overflow

Withdrawn Advisory This advisory has been withdrawn because the affected code was never included in a release. This link has been maintained to preserve external references. Original Description A vulnerability was found in sparklemotion nokogiri c29c920907366cb74af13b4dc2230e9c9e23b833 and...

4.8CVSS7.4AI score0.00154EPSS
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2025/06/20 6:25 p.m.5 views

CVE-2025-6270

A vulnerability was found in the H5FSsectfindnode function of the H5FSsection.c file in HDF5. Manipulation of input could lead to a heap based buffer overflow. Exploitation of this vulnerability requires local system access...

5.3CVSS7.1AI score0.00209EPSS
SaveExploits1References8
AlpineLinux
AlpineLinux
added 2025/06/18 5:8 p.m.9 views

CVE-2025-20260

A vulnerability in the PDF scanning processes of ClamAV could allow an unauthenticated, remote attacker to cause a buffer overflow condition, cause a denial of service DoS condition, or execute arbitrary code on an affected device. This vulnerability exists because memory buffers are allocated...

9.8CVSS8.8AI score0.01535EPSS
SaveExploits0
NVD
NVD
added 2025/06/18 11:15 a.m.12 views

CVE-2022-50131

In the Linux kernel, the following vulnerability has been resolved: HID: mcp2221: prevent a buffer overflow in mcpsmbuswrite Smatch Warning: drivers/hid/hid-mcp2221.c:388 mcpsmbuswrite error: memcpy '&mcp-txbuf5' too small 59 vs 255 drivers/hid/hid-mcp2221.c:388 mcpsmbuswrite error: memcpy 'buf'...

7.8CVSS0.00187EPSS
SaveExploits0References5
NVD
NVD
added 2025/06/18 11:15 a.m.32 views

CVE-2022-50040

In the Linux kernel, the following vulnerability has been resolved: net: dsa: sja1105: fix buffer overflow in sja1105setupdevlinkregions If an error occurs in dsadevlinkregioncreate, then 'priv-regions' array will be accessed by negative index '-1'. Found by Linux Verification Center...

7.8CVSS0.0023EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/18 11:6 a.m.8 views

CVE-2025-47869

Improper Restriction of Operations within the Bounds of a Memory Buffer vulnerability was discovered in Apache NuttX RTOS apps/exapmles/xmlrpc application. In this example application device stats structure that stored remotely provided parameters had hardcoded buffer size which could lead to...

9.8CVSS9.6AI score0.00625EPSS
SaveExploits0References1
OSV
OSV
added 2025/06/18 11:3 a.m.11 views

CVE-2022-50185 drm/radeon: fix potential buffer overflow in ni_set_mc_special_registers()

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: fix potential buffer overflow in nisetmcspecialregisters The last case label can write two buffers 'mcregaddressj' and 'mcdataj' with 'j' offset equal to SMCNISLANDSMCREGISTERARRAYSIZE since there are no checks for th...

7.8CVSS6.5AI score0.00238EPSS
SaveExploits0References11
OSV
OSV
added 2025/06/18 11:3 a.m.7 views

CVE-2022-50156 HID: cp2112: prevent a buffer overflow in cp2112_xfer()

In the Linux kernel, the following vulnerability has been resolved: HID: cp2112: prevent a buffer overflow in cp2112xfer Smatch warnings: drivers/hid/hid-cp2112.c:793 cp2112xfer error: memcpy 'data-block1' too small 33 vs 255 drivers/hid/hid-cp2112.c:793 cp2112xfer error: memcpy 'buf' too small 6...

7.8CVSS6.3AI score0.00186EPSS
SaveExploits0References10
OSV
OSV
added 2025/06/18 11:2 a.m.15 views

CVE-2022-50131 HID: mcp2221: prevent a buffer overflow in mcp_smbus_write()

In the Linux kernel, the following vulnerability has been resolved: HID: mcp2221: prevent a buffer overflow in mcpsmbuswrite Smatch Warning: drivers/hid/hid-mcp2221.c:388 mcpsmbuswrite error: memcpy '&mcp-txbuf5' too small 59 vs 255 drivers/hid/hid-mcp2221.c:388 mcpsmbuswrite error: memcpy 'buf'...

7.8CVSS6.3AI score0.00187EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2025/06/18 12:0 a.m.7 views

PT-2025-26171 · Open5Gs · Open5Gs

Name of the Vulnerable Software and Affected Versions: open5gs versions 2.7.2 and earlier Description: A missing length check in the ogs pfcp subnet add function from the PFCP library allows a local attacker to cause a Buffer Overflow by changing the session.dnn field with a value with length...

7.8CVSS5.9AI score0.00192EPSS
SaveExploits1References10
OSV
OSV
added 2025/06/17 8:4 p.m.10 views

CVE-2025-49847 llama.cpp Vulnerable to Buffer Overflow via Malicious GGUF Model

llama.cpp is an inference of several LLM models in C/C++. Prior to version b5662, an attacker‐supplied GGUF model vocabulary can trigger a buffer overflow in llama.cpp’s vocabulary‐loading code. Specifically, the helper trycopy in llama.cpp/src/vocab.cpp: llamavocab::impl::tokentopiece casts a ve...

8.8CVSS7.8AI score0.00444EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/06/16 12:0 a.m.11 views

PT-2025-26494 · Totolink · Totolink N300Rt

Name of the Vulnerable Software and Affected Versions: TOTOLINK N300RH version 6.1c.1390 B20191101 Description: A critical issue was found in the HTTP POST Message Handler of the TOTOLINK N300RH, affecting some unknown functionality of the file /boafrm/formPortFw. The manipulation of the service...

9CVSS8.7AI score0.00779EPSS
SaveExploits1References12
Redos
Redos
added 2025/06/16 12:0 a.m.16 views

ROS-20250616-16

Vulnerability in libpq library of PostgreSQL database management system is associated with buffer overflow when checking PostgreSQL GB18030 encoding. Exploitation of the vulnerability could allow an attacker, acting remotely, to cause a denial of service...

5.9CVSS5.8AI score0.00637EPSS
SaveExploits0
NVD
NVD
added 2025/06/15 10:15 p.m.10 views

CVE-2025-6093

A vulnerability classified as critical was found in uYanki board-stm32f103rc-berial up to 84daed541609cb7b46854cc6672a275d1007e295. This vulnerability affects the function heartrate1i2chalwrite of the file 7.Example/hal/i2c/max30100/Manual/demo2/2/heartrate1hal.c. The manipulation of the argument...

5.5CVSS0.00272EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2025/06/15 4:31 p.m.5 views

CVE-2025-6091 H3C GR-3000AX aspForm UpdateIpv6Params buffer overflow

A vulnerability was found in H3C GR-3000AX V100R007L50. It has been classified as critical. Affected is the function UpdateWanParamsMulti/UpdateIpv6Params of the file /routing/goform/aspForm. The manipulation of the argument param leads to buffer overflow. It is possible to launch the attack...

9CVSS8.9AI score0.00538EPSS
SaveExploits0References4
Rows per page
Query Builder