Lucene search
+L

5793 matches found

AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.11 views

Astra Linux – Vulnerability in ofono

A flaw was discovered in ofono, an open-source telephony software for Linux. A stack overflow bug was detected within the smsdecodeaddressfield function during the SMS PDU decoding process. It is assumed that the attack scenario can be executed from a compromised modem, a malicious base station, ...

8.1CVSS7.2AI score0.01015EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/24 10:16 a.m.12 views

CVE-2026-75899

fast-uri is a URI parser for Node.js. It decodes percent escapes in a hostname during parsing and then decodes the parsed hostname a second time during authority recomposition, so a single call to normalize or resolve can turn nested percent-encoded input into a different network destination such...

7.5CVSS5.3AI score0.0022EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/24 10:07 a.m.89 views

CVE-2026-76172

fast-uri , a URI parser for Node.js, is vulnerable to host confusion via percent-encoded scheme normalization . The root cause is a legacy decoding pass applied to the scheme component that is never re-escaped before serialization, causing a mismatch between the parsed host (undefined) and the re...

7.5CVSS5.4AI score0.00232EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/08/24 9:40 a.m.57 views

CVE-2026-75899 fast-uri vulnerable to server-side request forgery via repeated hostname percent-decoding

fast-uri is a URI parser for Node.js. It decodes percent escapes in a hostname during parsing and then decodes the parsed hostname a second time during authority recomposition, so a single call to normalize or resolve can turn nested percent-encoded input into a different network destination such...

7.5CVSS5.6AI score
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/08/24 9:40 a.m.13 views

CVE-2026-75899

fast-uri is a URI parser for Node.js. It decodes percent escapes in a hostname during parsing and then decodes the parsed hostname a second time during authority recomposition, so a single call to normalize or resolve can turn nested percent-encoded input into a different network destination such...

7.5CVSS5.5AI score0.0022EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/24 9:40 a.m.46 views

CVE-2026-75899 fast-uri vulnerable to server-side request forgery via repeated hostname percent-decoding

fast-uri is a URI parser for Node.js. It decodes percent escapes in a hostname during parsing and then decodes the parsed hostname a second time during authority recomposition, so a single call to normalize or resolve can turn nested percent-encoded input into a different network destination such...

7.5CVSS0.0022EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/24 9:40 a.m.83 views

CVE-2026-75899

fast-uri , a URI parser for Node.js, suffers from double percent-decoding of the hostname: it decodes percent escapes during parsing and decodes them again during authority recomposition. This violates RFC 3986 §2.4 (an implementation must not decode the same string more than once) and allows a s...

7.5CVSS5.4AI score0.0022EPSS
SaveExploits0References2Affected Software1
RedHat Linux
RedHat Linux
added 2026/08/24 6:33 a.m.16 views

pyasn1: pyasn1: Denial of Service via crafted ASN.1 REAL values

A remote attacker can exploit this by providing specially crafted BER/CER/DER-encoded ASN.1 data with a large exponent in the REAL value. When the application subsequently prints, logs, compares, or performs arithmetic on the decoded value, this can cause excessive CPU and memory consumption,...

7.5CVSS5.5AI score0.00335EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/08/24 12:00 a.m.26 views

PT-2026-80191

Name of the Vulnerable Software and Affected Versions fast-uri versions 2.4.1 through 2.4.4 fast-uri versions 3.1.2 through 3.1.5 fast-uri versions 4.0.0 through 4.1.2 Description This URI parser for Node.js decodes percent escapes in a hostname during parsing and subsequently decodes the parsed...

7.5CVSS5.1AI score0.0022EPSS
SaveExploits0References17
BDU FSTEC
BDU FSTEC
added 2026/08/24 12:00 a.m.16 views

The vulnerability of the HEIF and AVIF file encoding/decoding library lies in its ability to trigger service interruptions when reading data beyond the permissible buffer size.

The vulnerability of the HEIF and AVIF file encoding/decoding library lies in reading data from buffers beyond their acceptable limits. Exploiting this vulnerability could allow a malicious actor to cause service interruptions...

9.4CVSS5.4AI score0.00302EPSS
SaveExploits1References11Affected Software3
Microsoft CVE
Microsoft CVE
added 2026/08/23 9:57 p.m.89 views

Vim: Use-after-free in JSON Decoding

...

3.3CVSS5.2AI score0.0011EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/08/22 12:56 a.m.11 views

SUSE CVE-2026-63385

Libevent is an event notification library. Prior to 2.1.13 and 2.2.2-alpha, libevent has two HTTP parsing weaknesses in http.c. evhttpdecodeuriinternal decodes percent-encoded %00 bytes into literal NUL characters, which can cause downstream C string operations to truncate a path and bypass...

9.2CVSS5.4AI score0.00403EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/21 8:56 p.m.16 views

GHSA-XHJ3-7XW9-VR34 kin-openapi has uncontrolled resource consumption in openapi3filter deepObject query parameter decoding

Summary An uncontrolled resource consumption vulnerability in openapi3filter lets any unauthenticated client force multi-gigabyte heap allocation with a single, tiny HTTP request. When a spec declares a deepObject-style query parameter whose schema contains an array a normal, documented pattern,...

8.7CVSS5.9AI score0.00302EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/21 8:56 p.m.24 views

kin-openapi has uncontrolled resource consumption in openapi3filter deepObject query parameter decoding

Summary An uncontrolled resource consumption vulnerability in openapi3filter lets any unauthenticated client force multi-gigabyte heap allocation with a single, tiny HTTP request. When a spec declares a deepObject-style query parameter whose schema contains an array a normal, documented pattern,...

8.7CVSS5.8AI score0.00302EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/08/21 8:44 p.m.16 views

CVE-2026-77354 kin-openapi: Uncontrolled resource consumption in openapi3filter deepObject query parameter decoding

kin-openapi is a Go project for handling OpenAPI files. From 0.124.0 until 0.142.0, openapi3filter.sliceMapToSlice in openapi3filter/reqrespdecoder.go converts attacker-controlled sparse indexes from a deepObject query parameter into a dense slice by allocating entries from zero through the large...

8.7CVSS5.6AI score
SaveExploits0References6
CVE
CVE
added 2026/08/21 8:44 p.m.54 views

CVE-2026-77354

kin-openapi (Go library for OpenAPI file handling) versions 0.124.0 through 0.142.0 are affected by an uncontrolled resource consumption vulnerability in openapi3filter.sliceMapToSlice (req_resp_decoder.go). The function converts attacker-controlled sparse indexes from a deepObject query paramete...

8.7CVSS5.4AI score0.00302EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/08/21 4:57 p.m.15 views

python: Python base64: Incomplete data decoding due to premature stop at padding

A flaw was found in the Python base64 module. When decoding base64 data using functions like base64.b64decode, the decoding process prematurely stops upon encountering the first padding character. This can result in incomplete data being processed, where any information following the initial...

6CVSS5.5AI score0.00188EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2026/08/21 9:52 a.m.38 views

CVE-2026-47079 Round-trip Corruption via Improper Entity Escaping in xml_builder

Inappropriate Encoding for Output Context vulnerability in joshnuss xmlbuilder XmlBuilder module allows Content Spoofing, Cross-site Scripting. This vulnerability is associated with program files lib/xmlbuilder.ex and program routines XmlBuilder.generate/1, XmlBuilder.generate/2,...

2.1CVSS0.00142EPSS
SaveExploits0References4
Ubuntu
Ubuntu
added 2026/08/20 10:03 p.m.28 views

USN-8657-1: Vim vulnerabilities

It was discovered that Vim incorrectly handled memory when decoding certain JSON input. An attacker could possibly use this issue to cause Vim to crash, resulting in a denial of service. This issue only affected Ubuntu 22.04 LTS, Ubuntu 24.04 LTS, and Ubuntu 26.04 LTS. CVE-2026-73071 Yazan Balawn...

8.6CVSS7AI score0.01162EPSS
SaveExploits0
NVD
NVD
added 2026/08/20 9:17 p.m.16 views

CVE-2026-67446

Mailpit is an email testing tool and API for developers. Prior to 1.30.4, Mailpit decodes attacker-supplied image attachments into a full raster before checking decoded dimensions, pixel count, or memory use in the GET /api/v1/message/id/part/partID/thumb endpoint. The Thumbnail handler in...

5.3CVSS0.00371EPSS
SaveExploits0References3
Rows per page
Query Builder