Lucene search
+L

24499 matches found

Positive Technologies
Positive Technologies
added 2026/05/07 12:0 a.m.42 views

PT-2026-38461

Heap-based Buffer Overflow vulnerability in mod proxy ajp of Apache HTTP Server. If mod proxy ajp connects to a malicious AJP server this AJP server can send a malicious AJP message back to mod proxy ajp and cause it to write 4 attacker controlled bytes after the end of a heap based buffer. This...

9.8CVSS5.8AI score0.01376EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/05/07 12:0 a.m.12 views

PT-2026-39665

Name of the Vulnerable Software and Affected Versions urllib3 versions 1.23 through 2.6.x Description Sensitive headers, specifically Authorization, Cookie, and Proxy-Authorization, are forwarded during cross-origin redirects when using the low-level API via ProxyManager.connection from...

8.2CVSS5.8AI score0.00331EPSS
SaveExploits0References381
Tenable Nessus
Tenable Nessus
added 2026/05/07 12:0 a.m.12 views

Unity Linux 20.1050a / 20.1060a / 20.1070a Security Update: openssh (UTSA-2026-016498)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-016498 advisory. OpenSSH before 10.3 omits connection multiplexing confirmation for proxy-mode multiplexing sessions. Tenable has extracted the preceding description block directly...

2.5CVSS5.8AI score0.0013EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2026/05/07 12:0 a.m.18 views

Yarbo 访问控制错误漏洞

Yarbo is a modular intelligent courtyard maintenance robot developed by the American company Yarbo. Version 2.3.9 of Yarbo contains an access control vulnerability. This vulnerability stems from the MQTT proxy configuration, which allows anonymous connections without topic-level read/write ACLs. ...

9.8CVSS5.8AI score0.00544EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2026/05/07 12:0 a.m.48 views

PT-2026-38545

A vulnerability has been found in router-for-me CLIProxyAPI 6.9.29. Affected by this issue is some unknown functionality of the file internal/api/handlers/management/api tools.go of the component API Interface. The manipulation of the argument url leads to server-side request forgery. Remote...

6.5CVSS6.1AI score0.00215EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2026/05/07 12:0 a.m.31 views

CLI Proxy API 代码问题漏洞

CLI Proxy API is an open-source CLI proxy server developed by Router-For.ME, which supports multi-model APIs. Version 6.9.29 of the CLI Proxy API has a code vulnerability that stems from the handling of the url parameter in the file internal/api/handlers/management/apitools.go. This vulnerability...

6.5CVSS6.7AI score0.00215EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/05/07 12:0 a.m.14 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: python-pip (UTSA-2026-016506)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-016506 advisory. Requests is a HTTP library. Since Requests 2.3.0, Requests has been leaking Proxy-Authorization headers to destination servers when redirected to an HTTPS endpoint...

6.1CVSS6.5AI score0.02974EPSS
SaveExploits2References4
OSV
OSV
added 2026/05/06 11:57 p.m.21 views

CLSA-2026-1778111838 httpd: Fix of 9 CVEs

CVE-2026-24072: fix modrewrite apexpr privilege escalation in htaccess - CVE-2026-28780: fix modproxyajp ajpmsgcheckheader buffer over-read - CVE-2026-29169: fix moddavlock NULL pointer dereference - CVE-2026-33006: fix modauthdigest timing attack - CVE-2026-33007: fix modauthnsocache NULL...

9.8CVSS5.9AI score0.01376EPSS
SaveExploits2References1
Patchstack
Patchstack
added 2026/05/06 11:1 p.m.16 views

NPM: Nitro has a proxy scope bypass via percent-encoded path traversal in `routeRules`

NPM: Nitro has a proxy scope bypass via percent-encoded path traversal in routeRules vulnerability discovered by ? in WordPress Npm nitropack versions 2.13.4...

5.3CVSS5.8AI score0.00392EPSS
SaveExploits0References7Affected Software1
Snyk
Snyk
added 2026/05/06 11:1 p.m.19 views

Directory Traversal

Overview nitropack is a Build and Deploy Universal JavaScript Servers Affected versions of this package are vulnerable to Directory Traversal via the routeRules function. An attacker can access files or endpoints outside the intended proxy scope by sending specially crafted URLs containing...

6.9CVSS6.3AI score0.00392EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/05/06 11:1 p.m.11 views

Directory Traversal

Overview org.webjars.npm:nitropack is a Build and Deploy Universal JavaScript Servers Affected versions of this package are vulnerable to Directory Traversal via the routeRules function. An attacker can access files or endpoints outside the intended proxy scope by sending specially crafted URLs...

6.9CVSS6.3AI score0.00392EPSS
SaveExploits0References2
Patchstack
Patchstack
added 2026/05/06 11:1 p.m.13 views

NPM: Nitro has a proxy scope bypass via percent-encoded path traversal in `routeRules`

NPM: Nitro has a proxy scope bypass via percent-encoded path traversal in routeRules vulnerability discovered by ? in WordPress Npm nitro versions 3.0.260429-beta...

5.3CVSS5.8AI score0.00392EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/05/06 11:1 p.m.9 views

GHSA-5W89-W975-HF9Q Nitro has a proxy scope bypass via percent-encoded path traversal in `routeRules`

A proxy route rule like: ts routeRules: "/api/orders/": proxy: to: "http://upstream/orders/" is intended to limit the proxy to URLs under /api/orders/. Before the patch, an attacker could bypass that scope by sending percent-encoded path traversal ..%2f in the URL, causing Nitro to forward a...

5.3CVSS5.8AI score0.00392EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2026/05/06 11:1 p.m.21 views

Nitro has a proxy scope bypass via percent-encoded path traversal in `routeRules`

A proxy route rule like: ts routeRules: "/api/orders/": proxy: to: "http://upstream/orders/" is intended to limit the proxy to URLs under /api/orders/. Before the patch, an attacker could bypass that scope by sending percent-encoded path traversal ..%2f in the URL, causing Nitro to forward a...

5.3CVSS5.8AI score0.00392EPSS
SaveExploits0References7Affected Software2
Hacker One
Hacker One
added 2026/05/06 9:23 p.m.44 views

curl: CURLOPT_PROXY_CRLFILE / CURLOPT_PROXY_ISSUERCERT / CURLOPT_PROXY_ISSUERCERT_BLOB silently ignored on backends that don't support them

From the Mythos report 2026-05-06 F1. CURLOPTPROXYCRLFILE / CURLOPTPROXYISSUERCERT / CURLOPTPROXYISSUERCERTBLOB silently ignored on backends that don't support them — severity Low https://github.com/curl/curl/blob/455bebc2c7/lib/setopt.cL1786-L1797...

6.5CVSS6.5AI score0.01333EPSS
SaveExploits3
Ubuntu
Ubuntu
added 2026/05/06 7:55 p.m.24 views

USN-8239-1: Apache HTTP Server vulnerabilities

Bartlomiej Dmitruk and Stanislaw Strzalkowski discovered that Apache HTTP Server incorrectly handled certain memory operations when using the HTTP/2 protocol. A remote attacker could use this issue to cause Apache HTTP Server to crash, resulting in a denial of service, or possibly execute arbitra...

9.8CVSS6.3AI score0.49727EPSS
SaveExploits20
Wolfi
Wolfi
added 2026/05/06 7:48 p.m.27 views

GHSA-FW8G-CG8F-9J28 vulnerabilities

Vulnerabilities for packages: cloud-sql-proxy, opentelemetry-collector, mc, k8sgpt, opentelemetry-collector-contrib, istio, loki, minio-object-browser, node-problem-detector, tempo, jaeger, trillian, certificate-transparency, prometheus-pushgateway, minio-operator, keda,...

5.3AI score
SaveExploits0
Chainguard
Chainguard
added 2026/05/06 7:17 p.m.25 views

GHSA-FW8G-CG8F-9J28 vulnerabilities

Vulnerabilities for packages: ld-relay-fips, amazon-cloudwatch-agent-operator, cloudzero-agent, fluent-bit-plugin-loki, beats, k8sgpt, metrics-server-fips, minio-object-browser, trillian, istio, cloudzero-agent-fips, minio, splunk-otel-collector, telegraf, karma-fips, aws-otel-collector-fips, ked...

5.3AI score
SaveExploits0
Fedora
Fedora
added 2026/05/06 4:47 p.m.12 views

[SECURITY] Fedora 43 Update: squid-7.5-1.fc43

Squid is a high-performance proxy caching server for Web clients, supporting FTP and HTTP data objects. Unlike traditional caching software, Squid handles all requests in a single, non-blocking, I/O-driven process. Squid keeps meta data and especially hot objects cached in RAM, caches DNS lookups...

9.2CVSS5.8AI score0.08942EPSS
SaveExploits0
EUVD
EUVD
added 2026/05/06 3:32 p.m.56 views

EUVD-2026-27825

Gazelle versions through 0.49 for Perl allows HTTP Request Smuggling via Improper Header Precedence. Gazelle incorrectly prioritizes "Content-Length" over "Transfer-Encoding: chunked" when both headers are present in an HTTP request. Per RFC 7230 3.3.3, Transfer-Encoding must take precedence. An...

7.5CVSS5.8AI score0.00319EPSS
SaveExploits0References3
Rows per page
Query Builder