Lucene search
+L

643 matches found

AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•16 views

Astra Linux – Vulnerability in Apache2

A encoding issue in the modproxy component of the Apache HTTP Server 2.4.59 and earlier versions allows request URLs with incorrect encoding to be sent to backend services, potentially bypassing authentication through crafted requests. Users are recommended to upgrade to version 2.4.60, which fix...

8.1CVSS6.7AI score0.25878EPSS
SaveExploits1References2
EUVD
EUVD
•added 2026/09/12 12:31 a.m.•17 views

EUVD-2026-76750

A web interface reflects a portion of the request URL into a script context and a hyperlink attribute without adequate encoding, and does not require authentication to reach. This allows an unauthenticated network attacker to craft a link that, when visited by a user, executes arbitrary script in...

5.3CVSS5.9AI score0.00558EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/11 9:45 p.m.•32 views

CVE-2026-90443

A web interface reflects a portion of the request URL into a script context and a hyperlink attribute without adequate encoding, and does not require authentication to reach. This allows an unauthenticated network attacker to craft a link that, when visited by a user, executes arbitrary script in...

5.3CVSS0.00558EPSS
SaveExploits0References1
Packet Storm
Packet Storm
•added 2026/09/11 12:00 a.m.•13 views

WordPress WP-Stats 2.5.6 Cross Site Scripting

WordPress WP-Stats plugin versions 2.5.6 and below suffer from a persistent cross site scripting vulnerability. https://packetstorm.news/download/231119...

4.8AI score
SaveExploits0
OSV
OSV
•added 2026/09/10 9:05 p.m.•6 views

GHSA-F2CP-M7MV-8JPV n8n: Path Injection in Elasticsearch and ElasticSecurity Nodes via Unencoded Identifiers

Impact The Elasticsearch and ElasticSecurity nodes built REST endpoints by interpolating user-provided identifiers straight into the request path. A value containing path separators or dot segments changed which endpoint the request actually reached, so an operation intended for one document coul...

6.3CVSS5.6AI score0.00491EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
•added 2026/09/10 9:05 p.m.•12 views

n8n: Path Injection in Elasticsearch and ElasticSecurity Nodes via Unencoded Identifiers

Impact The Elasticsearch and ElasticSecurity nodes built REST endpoints by interpolating user-provided identifiers straight into the request path. A value containing path separators or dot segments changed which endpoint the request actually reached, so an operation intended for one document coul...

6.5CVSS5.6AI score0.00491EPSS
SaveExploits0References6Affected Software1
OSV
OSV
•added 2026/09/07 7:45 a.m.•9 views

SUSE-SU-2026:4030-1 Security update for python313-pip

This update for python313-pip fixes the following issue: - CVE-2026-13346: incorrect handling of doubly-encoded package URLs from malicious indexes allows files to be installed to arbitrary locations on disk bsc1273090...

6.5CVSS5.9AI score0.00292EPSS
SaveExploits0References3
CVE
CVE
•added 2026/09/01 2:09 a.m.•23 views

CVE-2026-82731

ash_typescript (from ash-project) is vulnerable to an open redirect in its generated TypeScript client. The root cause lies in lib/ash_typescript/typed_controller/codegen/route_renderer.ex, where :param placeholders are interpolated without calling encodeURIComponent . An attacker who controls a ...

2.3CVSS5.9AI score0.005EPSS
SaveExploits0References4
IBM Security Bulletins
IBM Security Bulletins
•added 2026/08/27 7:16 p.m.•12 views

Security Bulletin: Maximo AI Service uses multiple third party dependencies which are vulnerable to multiple CVEs.

Summary Maximo AI Service uses keras-3.14.1, bcprov-jdk18on-1.84.jar, sentencetransformers-5.2.0-py3-none-any.whl, pillow-12.2.0-cp311-cp311-manylinux227x8664.manylinux228x8664.whl, tomcat-embed-core-10.1.55.jar, langgraphsdk-0.3.13-py3-none-any.whl, and transformers-4.57.5-py3-none-any.whl which...

9.8CVSS9.8AI score0.00909EPSS
SaveExploits1Affected Software1
SUSE Linux
SUSE Linux
•added 2026/08/26 5:56 p.m.•9 views

Security update for python310-pip

This update for python310-pip fixes the following issue: CVE-2026-13346: incorrect handling of doubly-encoded package URLs from malicious indexes allows files to be installed to arbitrary locations on disk bsc1273090. Patch Instructions: To install this SUSE update use the SUSE recommended...

5.6CVSS5.5AI score0.00292EPSS
SaveExploits0References4
Snyk
Snyk
•added 2026/08/24 3:33 p.m.•15 views

Improper Handling of URL Encoding (Hex Encoding)

Overview fast-uri is a Dependency-free RFC 3986 URI toolbox Affected versions of this package are vulnerable to Improper Handling of URL Encoding Hex Encoding through the parseWithStatus, normalizeStringWithStatus, normalizeComparableURI, and resolve paths in index.js. An attacker can steer a URL...

8.7CVSS5.5AI score0.00398EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
•added 2026/08/24 1:11 p.m.•14 views

CVE-2026-76842 Mercado Pago Node.js SDK through 3.4.0 Path Injection via Unencoded Identifiers in Payment Clients

The Mercado Pago Node.js SDK interpolates caller-supplied identifiers into API request paths without percent-encoding them, so characters that are structural in a URL survive into the outgoing request. The payment get, capture, cancel, paymentRefund create, total, list, get, advancedPayment get,...

8.8CVSS5.4AI score0.00487EPSS
SaveExploits0References4
AstraLinux
AstraLinux
•added 2026/08/24 10:19 a.m.•14 views

Astra Linux – Vulnerability in node-body-parser

body-parser is a Node.js body parsing middleware. body-parser version 1.20.3 is vulnerable to denial of service when url encoding is enabled. A malicious actor using a specially crafted payload could flood the server with a large number of requests, resulting in denial of service. This issue has...

7.5CVSS7AI score0.00824EPSS
SaveExploits1References1
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/08/24 12:00 a.m.•0 views

CVE-2026-76172: Improper Handling of URL Encoding (Hex Encoding)

fast-uri is a URI parser for Node.js. During parsing it runs a legacy decoding pass over the scheme component and never re-escapes the result, and serialization writes the scheme back out verbatim, unlike the host component which is re-escaped. As a result an input whose scheme carries...

7.5CVSS5.7AI score0.00398EPSS
SaveExploits0References4
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/08/20 12:00 a.m.•1 views

CVE-2026-67448: Improper Handling of URL Encoding (Hex Encoding)

Mailpit is an email testing tool and API for developers. From 1.29.0 until 1.30.6, Mailpit's server/server.go origin middleware checks the raw RequestURI for the /api/ prefix while Go's ServeMux routes using the percent-decoded URL path, and server/websockets/client.go configures...

6.5CVSS5.8AI score0.00221EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
•added 2026/08/20 12:00 a.m.•25 views

PT-2026-79205

Name of the Vulnerable Software and Affected Versions Mailpit versions 1.29.0 through 1.30.5 Description An issue exists where the origin middleware in server/server.go checks the raw RequestURI for the /api/ prefix, while Go's ServeMux routes using the percent-decoded URL path. Additionally,...

6.5CVSS5.2AI score0.00221EPSS
SaveExploits0References11
Redos
Redos
•added 2026/08/19 12:00 a.m.•11 views

ROS-20260819-73-0062

The vulnerability in Tomcat is related to incorrect processing of data with URL encoding. Exploiting this vulnerability allows a remote attacker to cause service interruptions...

9.1CVSS5.5AI score0.0037EPSS
SaveExploits1
Redos
Redos
•added 2026/08/19 12:00 a.m.•12 views

ROS-20260819-73-0064

The vulnerability in Tomcat11 is related to incorrect processing of data with URL encoding. Exploiting this vulnerability can allow an attacker to cause service failures remotely...

9.1CVSS5.5AI score0.0037EPSS
SaveExploits1
Redos
Redos
•added 2026/08/19 12:00 a.m.•11 views

ROS-20260819-73-0063

The vulnerability in Tomcat10 is related to incorrect processing of data with URL encoding. Exploiting this vulnerability can allow an attacker to cause service failures remotely...

9.1CVSS5.5AI score0.0037EPSS
SaveExploits1
BDU FSTEC
BDU FSTEC
•added 2026/08/19 12:00 a.m.•18 views

The vulnerability of the RewriteValve component of the Apache Tomcat application server allows a hacker to bypass existing security mechanisms.

The vulnerability of the RewriteValve component in the Apache Tomcat application server is related to improper handling of data with URL encoding. Exploiting this vulnerability allows an attacker to bypass existing security mechanisms remotely...

9.4CVSS5.4AI score0.0037EPSS
SaveExploits1References4Affected Software4
Rows per page
Query Builder