Lucene search
+L

6066 matches found

Positive Technologies
Positive Technologies
added 2026/02/18 12:00 a.m.28 views

PT-2026-22841

Name of the Vulnerable Software and Affected Versions Underscore.js versions prior to 1.13.8 Description The .flatten and .isEqual functions use recursion without a depth limit, which can lead to a stack overflow and a Denial of Service DoS. This occurs when untrusted input is used to create a...

8.2CVSS6.1AI score0.0096EPSS
SaveExploits1References210
OSV
OSV
added 2026/02/17 1:30 p.m.15 views

OSEC-2026-01 Buffer Over-Read in OCaml Marshal Deserialization

Summary A critical buffer over-read vulnerability in OCaml's Marshal deserialization runtime/intern.c enables remote code execution through a multi-phase attack chain. The vulnerability stems from missing bounds validation in the readblock function, which performs unbounded memcpy operations usin...

6.8CVSS6.8AI score0.0021EPSS
SaveExploits0References1
Packet Storm
Packet Storm
added 2026/02/17 12:00 a.m.167 views

📄 Python 3 Minidom Denial of Service

This proof of concept demonstrates an algorithmic denial of service condition caused by parsing an XML document containing an extremely large number of attributes using Python's xml.dom.minidom library. Due to inefficient attribute handling with quadratic time complexity, the XML parser may consu...

6.2AI score
SaveExploits0
OSV
OSV
added 2026/02/16 9:22 p.m.10 views

UBUNTU-CVE-2026-2474

Crypt::URandom versions from 0.41 before 0.55 for Perl is vulnerable to a heap buffer overflow in the XS function crypturandomgetrandom. The function does not validate that the length parameter is non-negative. If a negative value e.g. -1 is supplied, the expression length + 1u causes an integer...

7.5CVSS6AI score0.00306EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/02/16 8:54 p.m.18 views

CVE-2026-2474

Crypt::URandom versions from 0.41 before 0.55 for Perl is vulnerable to a heap buffer overflow in the XS function crypturandomgetrandom. The function does not validate that the length parameter is non-negative. If a negative value e.g. -1 is supplied, the expression length + 1u causes an integer...

7.5CVSS5.8AI score0.00306EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/02/15 12:00 a.m.7 views

PT-2026-31502

Name of the Vulnerable Software and Affected Versions Google Chrome versions prior to 147.0.7727.55 Description A flaw exists in Google Chrome's handling of untrusted input within the Media component. A remote attacker compromising the renderer process could potentially execute arbitrary code...

10CVSS6.1AI score0.00303EPSS
SaveExploits0References79
OSV
OSV
added 2026/02/13 8:53 a.m.10 views

OPENSUSE-SU-2026:20206-1 Security update for kepler

This update for kepler fixes the following issues: Update to version 0.11.3. Security issues fixed: - CVE-2025-47911: golang.org/x/net/html: quadratic complexity algorithms used when parsing untrusted HTML documents bsc1251427. - CVE-2025-58190: golang.org/x/net/html: excessive memory consumption...

5.3CVSS7AI score0.00521EPSS
SaveExploits1References4
NVD
NVD
added 2026/02/11 6:16 p.m.24 views

CVE-2025-70083

An issue was discovered in OpenSatKit 2.2.1. The DirName field in the telecommand is provided by the ground segment and must be treated as untrusted input. The program copies DirName into the local buffer DirWithSep using strcpy. The size of this buffer is OSMAXPATHLEN. If the length of DirName i...

7.8CVSS0.00207EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/02/11 7:51 a.m.18 views

libsoup: Stack-Based Buffer Overflow in libsoup Multipart Response Parsingmultipart HTTP response

A flaw was found in libsoup. This stack-based buffer overflow vulnerability occurs during the parsing of multipart HTTP responses due to an incorrect length calculation. A remote attacker can exploit this by sending a specially crafted multipart HTTP response, which can lead to memory corruption...

8.6CVSS6.7AI score0.01006EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/02/11 7:22 a.m.11 views

CVE-2025-22873

A path traversal vulnerability has been identified in the Go os package affecting the Root abstraction, where improper handling of trailing path separators could allow access to the parent directory of a configured root directory. By supplying a filename ending in "../", an attacker may be able t...

5.3CVSS5.3AI score0.00242EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/02/11 12:00 a.m.18 views

PT-2026-7628

An issue was discovered in OpenSatKit 2.2.1. The DirName field in the telecommand is provided by the ground segment and must be treated as untrusted input. The program copies DirName into the local buffer DirWithSep using strcpy. The size of this buffer is OS MAX PATH LEN. If the length of DirNam...

5.9AI score0.00207EPSS
SaveExploits0References6
CVE
CVE
added 2026/02/11 12:00 a.m.43 views

CVE-2025-70083

CVE-2025-70083 affects OpenSatKit 2.2.1. The DirName field from the ground segment is treated as untrusted input. The code copies DirName into a local stack buffer DirWithSep using strcpy, where the destination buffer size is OS_MAX_PATH_LEN. If DirName length is >= OS_MAX_PATH_LEN, this cause...

7.8CVSS5.9AI score0.00207EPSS
SaveExploits0References5Affected Software1
attackerkb
attackerkb
added 2026/02/11 12:00 a.m.5 views

CVE-2025-70083

An issue was discovered in OpenSatKit 2.2.1. The DirName field in the telecommand is provided by the ground segment and must be treated as untrusted input. The program copies DirName into the local buffer DirWithSep using strcpy. The size of this buffer is OSMAXPATHLEN. If the length of DirName i...

5.9AI score0.00207EPSS
SaveExploits0References6
NVD
NVD
added 2026/02/06 5:16 p.m.18 views

CVE-2026-23739

Asterisk is an open source private branch exchange and telephony toolkit. Prior to versions 20.7-cert9, 20.18.2, 21.12.1, 22.8.2, and 23.2.2, the astxmlopen function in xml.c parses XML documents using libxml with unsafe parsing options that enable entity expansion and XInclude processing...

6.5CVSS0.00183EPSS
SaveExploits0References1
OSV
OSV
added 2026/02/06 5:16 p.m.18 views

UBUNTU-CVE-2026-23739

Asterisk is an open source private branch exchange and telephony toolkit. Prior to versions 20.7-cert9, 20.18.2, 21.12.1, 22.8.2, and 23.2.2, the astxmlopen function in xml.c parses XML documents using libxml with unsafe parsing options that enable entity expansion and XInclude processing...

6.5CVSS5.7AI score0.00183EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/02/06 4:50 p.m.2 views

Cross-site Scripting (XSS)

Overview Affected versions of this package are vulnerable to Cross-site Scripting XSS via the HTML template rendering process. An attacker can execute arbitrary JavaScript in the context of a victim's browser by sending a specially crafted OAuth2 connection link containing a malicious display nam...

7.7CVSS5.6AI score0.00196EPSS
SaveExploits0References2
OSV
OSV
added 2026/02/05 5:41 p.m.14 views

GHSA-V82V-C5X8-W282 NiceGUI's XSS vulnerability in ui.markdown() allows arbitrary JavaScript execution through unsanitized HTML content

Description The ui.markdown component uses the markdown2 library to convert markdown content to HTML, which is then rendered via innerHTML. By default, markdown2 allows raw HTML to pass through unchanged. This means that if an application renders user-controlled content through ui.markdown, an...

6.1CVSS5.5AI score0.0025EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2026/02/04 8:34 p.m.15 views

EPyT-Flow vulnerable to unsafe JSON deserialization (__type__)

Impact EPyT-Flow’s REST API parses attacker-controlled JSON request bodies using a custom deserializer myloadfromjson that supports a type field. When type is present, the deserializer dynamically imports an attacker-specified module/class and instantiates it with attacker-supplied arguments. Thi...

10CVSS5.6AI score0.0072EPSS
SaveExploits0References5Affected Software1
RedHat Linux
RedHat Linux
added 2026/02/04 11:35 a.m.10 views

lz4-java: lz4-java: Out-of-bounds memory operations lead to denial of service and information disclosure

A flaw was found in lz4-java. This vulnerability allows remote attackers to cause denial of service DoS and read adjacent memory via untrusted compressed input. This vulnerability affects only programs using the unsafe LZ4decompressfast API, known as the "fast" decompressor...

8.8CVSS5.8AI score0.00697EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/02/04 5:16 a.m.12 views

lz4-java: lz4-java: Out-of-bounds memory operations lead to denial of service and information disclosure

A flaw was found in lz4-java. This vulnerability allows remote attackers to cause denial of service DoS and read adjacent memory via untrusted compressed input. This vulnerability affects only programs using the unsafe LZ4decompressfast API, known as the "fast" decompressor...

8.8CVSS5.8AI score0.00697EPSS
SaveExploits0References6
Rows per page
Query Builder