Lucene search
+L

2512178 matches found

OSV
OSV
added 2026/08/26 10:18 a.m.4 views

RHSA-2026:60173 Red Hat Security Advisory: freerdp security update

Bulletin has no description...

7.5CVSS7.3AI score0.00397EPSS
SaveExploits0References29
NVD
NVD
added 2026/08/26 10:16 a.m.5 views

CVE-2026-80350

OneUptime's webhook target check rejects private and loopback addresses given in IPv4 form and a small set of IPv6 forms, but has no case for the IPv4-mapped IPv6 range. The webhook delivery path calls SSRFProtection.validateWebhookTargetIsSafe, and the host-literal screening inside...

7.1CVSS
SaveExploits0References5
NVD
NVD
added 2026/08/26 10:16 a.m.4 views

CVE-2026-80349

TarsWeb decides whether a request comes from a trusted local caller using a client-controlled header. app.js sets Koa's proxy option to true without naming which upstream proxies may be trusted and without limiting the number of forwarded hops, so the request address Koa reports is taken from the...

9.8CVSS
SaveExploits0References5
NVD
NVD
added 2026/08/26 10:16 a.m.3 views

CVE-2026-80347

mcp-fetch checks a fetch target against its SSRF guard without removing the brackets that surround an IPv6 literal. isSafeUrl reads the hostname from the parsed URL, which for a literal such as http://::1/ yields the bracketed string, and then tests it with net.isIP. That call returns zero for a...

8.7CVSS
SaveExploits0References4
IBM Security Bulletins
IBM Security Bulletins
added 2026/08/26 10:14 a.m.3 views

Security Bulletin: IBM Integrated Analytics System (IIAS) is affected by an uncontrolled resource consumption vulnerability due to Apache HttpComponents Core

Summary Apache HttpComponents Core is used by IBM Integrated Analytics System as a Java library providing low-level HTTP transport components. CVE-2026-54399 affects the HTTP/1.1 message parser in Apache HttpComponents Core versions 5.4.2 and earlier, where insufficient limits on the number and...

7.5CVSS4.5AI score0.0087EPSS
SaveExploits0Affected Software1
Kitploit
Kitploit
added 2026/08/26 10:13 a.m.2 views

CVE-2023-47464

GL-AX1800 Router Security Assessment Report Overview This report outlines the findings of a comprehensive security assessment conducted on the GL-AX1800 router manufactured by GL.iNet. The assessment aimed to identify potential vulnerabilities and weaknesses in the device's security measures...

8.8CVSS9.5AI score0.22593EPSS
SaveExploits2
CVE
CVE
added 2026/08/26 10:09 a.m.7 views

CVE-2026-80350

OneUptime before version 12.0.7 contains a Server-Side Request Forgery (SSRF) vulnerability in its webhook delivery path. The host-literal screening in Common/Server/Utils/SSRFProtection.ts (function isBlockedHostnameLiteral) rejects private and loopback IPv4 addresses and a limited set of IPv6 f...

7.1CVSS5.4AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/08/26 10:09 a.m.5 views

CVE-2026-80350 OneUptime before 12.0.7 Server-Side Request Forgery via IPv4-Mapped IPv6 Webhook URL

OneUptime's webhook target check rejects private and loopback addresses given in IPv4 form and a small set of IPv6 forms, but has no case for the IPv4-mapped IPv6 range. The webhook delivery path calls SSRFProtection.validateWebhookTargetIsSafe, and the host-literal screening inside...

7.1CVSS5.4AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/26 10:09 a.m.7 views

CVE-2026-80350 OneUptime before 12.0.7 Server-Side Request Forgery via IPv4-Mapped IPv6 Webhook URL

OneUptime's webhook target check rejects private and loopback addresses given in IPv4 form and a small set of IPv6 forms, but has no case for the IPv4-mapped IPv6 range. The webhook delivery path calls SSRFProtection.validateWebhookTargetIsSafe, and the host-literal screening inside...

7.1CVSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/26 10:09 a.m.5 views

EUVD-2026-66389

OneUptime's webhook target check rejects private and loopback addresses given in IPv4 form and a small set of IPv6 forms, but has no case for the IPv4-mapped IPv6 range. The webhook delivery path calls SSRFProtection.validateWebhookTargetIsSafe, and the host-literal screening inside...

7.1CVSS5.4AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/26 10:09 a.m.7 views

CVE-2026-80349 TarsWeb through 3.0.14 Authentication Bypass via Spoofed X-Forwarded-For and uid Parameter

TarsWeb decides whether a request comes from a trusted local caller using a client-controlled header. app.js sets Koa's proxy option to true without naming which upstream proxies may be trusted and without limiting the number of forwarded hops, so the request address Koa reports is taken from the...

9.8CVSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/26 10:09 a.m.4 views

EUVD-2026-66388

TarsWeb decides whether a request comes from a trusted local caller using a client-controlled header. app.js sets Koa's proxy option to true without naming which upstream proxies may be trusted and without limiting the number of forwarded hops, so the request address Koa reports is taken from the...

9.8CVSS5.4AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/08/26 10:09 a.m.4 views

CVE-2026-80349 TarsWeb through 3.0.14 Authentication Bypass via Spoofed X-Forwarded-For and uid Parameter

TarsWeb decides whether a request comes from a trusted local caller using a client-controlled header. app.js sets Koa's proxy option to true without naming which upstream proxies may be trusted and without limiting the number of forwarded hops, so the request address Koa reports is taken from the...

9.8CVSS5.4AI score
SaveExploits0References5
CVE
CVE
added 2026/08/26 10:09 a.m.11 views

CVE-2026-80349

TarsWeb through 3.0.14 contains a critical authentication bypass (CVSS 9.8). The root cause is a combination of two misconfigurations: Koa's proxy option is set to true without restricting trusted upstream proxies, so the source address is taken from the caller-controlled X-Forwarded-For header; ...

9.8CVSS5.4AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/26 10:09 a.m.6 views

CVE-2026-80347 mcp-fetch through 1.6.3 Server-Side Request Forgery via Unstripped IPv6 Literal Brackets

mcp-fetch checks a fetch target against its SSRF guard without removing the brackets that surround an IPv6 literal. isSafeUrl reads the hostname from the parsed URL, which for a literal such as http://::1/ yields the bracketed string, and then tests it with net.isIP. That call returns zero for a...

8.7CVSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/26 10:09 a.m.3 views

CVE-2026-80347 mcp-fetch through 1.6.3 Server-Side Request Forgery via Unstripped IPv6 Literal Brackets

mcp-fetch checks a fetch target against its SSRF guard without removing the brackets that surround an IPv6 literal. isSafeUrl reads the hostname from the parsed URL, which for a literal such as http://::1/ yields the bracketed string, and then tests it with net.isIP. That call returns zero for a...

8.7CVSS5.4AI score
SaveExploits0References4
CVE
CVE
added 2026/08/26 10:09 a.m.14 views

CVE-2026-80347

mcp-fetch (npm package @kazuph/mcp-fetch ) through version 1.6.3 contains a Server-Side Request Forgery (SSRF) flaw in its isSafeUrl guard. When a target URL uses an IPv6 literal such as http://[::1]/, the parsed hostname retains the surrounding brackets. The net.isIP check returns zero for the b...

8.7CVSS5.4AI score
SaveExploits0References4
EUVD
EUVD
added 2026/08/26 10:09 a.m.4 views

EUVD-2026-66386

mcp-fetch checks a fetch target against its SSRF guard without removing the brackets that surround an IPv6 literal. isSafeUrl reads the hostname from the parsed URL, which for a literal such as http://::1/ yields the bracketed string, and then tests it with net.isIP. That call returns zero for a...

8.7CVSS5.4AI score
SaveExploits0References4
Talos Blog
Talos Blog
added 2026/08/26 10:00 a.m.2 views

Choose your fighter: Balancing competing requirements to select models for your AI SOC

Selecting a model for your security operations center SOC and digital forensics and incident response DFIR tasks is important, but selecting the best one is more involved than you might think. SOC tasks rely on a combination of model efficacy, analysis time, cost, and consistency of results. Cisc...

5.9AI score
SaveExploits0
Securelist
Securelist
added 2026/08/26 10:00 a.m.3 views

Exploits and vulnerabilities in Q2 2026

The vulnerability landscape shifted significantly in Q2 2026. First, the number of registered CVEs reached an unprecedented level. This is driven primarily by the widespread adoption of AI, both for application development and search for security flaws. This resulted in entire new classes of...

8.8CVSS8AI score0.99907EPSS
SaveExploits306
Rows per page
Query Builder