Lucene search
+L

39902 matches found

Github Security Blog
Github Security Blog
added 2026/03/30 5:26 p.m.67 views

MCP Java SDK has a Hardcoded Wildcard CORS (Access-Control-Allow-Origin: *)

Summary Hardcoded Wildcard CORS Access-Control-Allow-Origin: - https://github.com/modelcontextprotocol/java-sdk/blob/main/mcp-core/src/main/java/io/modelcontextprotocol/server/transport/HttpServletSseServerTransportProvider.javaL289 -...

6.1CVSS7.5AI score0.00222EPSS
SaveExploits0References6Affected Software1
NVD
NVD
added 2026/03/30 5:16 p.m.17 views

CVE-2026-29954

In KubePlus 4.1.4, the mutating webhook and kubeconfiggenerator components have an SSRF vulnerability when processing the chartURL field of ResourceComposition resources. The field is only URL-encoded without validating the target address. More critically, when kubeconfiggenerator uses wget to...

7.6CVSS0.00268EPSS
SaveExploits1References2
OSV
OSV
added 2026/03/30 5:16 p.m.11 views

UBUNTU-CVE-2026-5124

A security vulnerability has been detected in osrg GoBGP up to 4.3.0. Affected is the function BGPHeader.DecodeFromBytes of the file pkg/packet/bgp/bgp.go of the component BGP Header Handler. The manipulation leads to improper access controls. Remote exploitation of the attack is possible. The...

6.3CVSS5AI score0.00287EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/03/30 5:08 p.m.21 views

Docker Model Runner OCI Registry Client Vulnerable to Server-Side Request Forgery (SSRF)

Summary Docker Model Runner contains an SSRF vulnerability in its OCI registry token exchange flow. When pulling a model, Model Runner follows the realm URL from the registry's WWW-Authenticate header without validating the scheme, hostname, or IP range. A malicious OCI registry can set the realm...

9.1CVSS6AI score0.00253EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/03/30 4:15 p.m.29 views

CVE-2026-5124 osrg GoBGP BGP Header bgp.go BGPHeader.DecodeFromBytes access control

A security vulnerability has been detected in osrg GoBGP up to 4.3.0. Affected is the function BGPHeader.DecodeFromBytes of the file pkg/packet/bgp/bgp.go of the component BGP Header Handler. The manipulation leads to improper access controls. Remote exploitation of the attack is possible. The...

6.3CVSS0.00287EPSS
SaveExploits0References6
CVE
CVE
added 2026/03/30 4:15 p.m.40 views

CVE-2026-5124

The CVE-2026-5124 entry concerns osrg GoBGP up to 4.3.0. Affected is BGPHeader.DecodeFromBytes in pkg/packet/bgp/bgp.go (BGP Header Handler). The issue is improper access controls with remote exploitation possible, reported as high complexity and low ease of exploitation. A patch is identified by...

6.3CVSS5.2AI score0.00287EPSS
SaveExploits0References6Affected Software1
Vulnrichment
Vulnrichment
added 2026/03/30 4:15 p.m.4 views

CVE-2026-5124 osrg GoBGP BGP Header bgp.go BGPHeader.DecodeFromBytes access control

A security vulnerability has been detected in osrg GoBGP up to 4.3.0. Affected is the function BGPHeader.DecodeFromBytes of the file pkg/packet/bgp/bgp.go of the component BGP Header Handler. The manipulation leads to improper access controls. Remote exploitation of the attack is possible. The...

6.3CVSS5.2AI score0.00287EPSS
SaveExploits0References6
OSV
OSV
added 2026/03/30 4:15 p.m.11 views

CVE-2026-5124 osrg GoBGP BGP Header bgp.go BGPHeader.DecodeFromBytes access control

A security vulnerability has been detected in osrg GoBGP up to 4.3.0. Affected is the function BGPHeader.DecodeFromBytes of the file pkg/packet/bgp/bgp.go of the component BGP Header Handler. The manipulation leads to improper access controls. Remote exploitation of the attack is possible. The...

6.3CVSS5.1AI score
SaveExploits0References8
OSV
OSV
added 2026/03/30 3:02 p.m.10 views

USN-8133-1 pyjwt vulnerability

It was discovered that PyJWT did not validate the critical header parameter, contrary to the RFC specification expectations. A remote attacker could possibly use this issue to bypass certain authentication checks and restrictions...

7.5CVSS5.8AI score0.00269EPSS
SaveExploits1References2
Ubuntu
Ubuntu
added 2026/03/30 3:02 p.m.19 views

USN-8133-1: PyJWT vulnerability

It was discovered that PyJWT did not validate the critical header parameter, contrary to the RFC specification expectations. A remote attacker could possibly use this issue to bypass certain authentication checks and restrictions...

7.5CVSS5.9AI score0.00269EPSS
SaveExploits1
Patchstack
Patchstack
added 2026/03/30 1:03 p.m.30 views

WordPress Blackhole for Bad Bots plugin <= 3.8 - Unauthenticated Stored Cross-Site Scripting via User-Agent HTTP Header vulnerability

Unauthenticated Stored Cross-Site Scripting via User-Agent HTTP Header vulnerability discovered by Huynh Pham Thanh Luc in WordPress Plugin Blackhole for Bad Bots versions = 3.8...

7.2CVSS5.9AI score0.00315EPSS
SaveExploits0References1Affected Software1
RedHat Linux
RedHat Linux
added 2026/03/30 11:32 a.m.9 views

kernel: net/sched: cls_u32: use skb_header_pointer_careful()

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsu32: use skbheaderpointercareful skbheaderpointer does not fully validate negative @offset values. Use skbheaderpointercareful instead. GangMin Kim provided a report and a repro fooling u32classify: BUG: KASAN:...

7.1CVSS5.7AI score0.00122EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/03/30 11:05 a.m.30 views

kernel: net/sched: cls_u32: use skb_header_pointer_careful()

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsu32: use skbheaderpointercareful skbheaderpointer does not fully validate negative @offset values. Use skbheaderpointercareful instead. GangMin Kim provided a report and a repro fooling u32classify: BUG: KASAN:...

7.1CVSS5.7AI score0.00122EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/03/30 11:01 a.m.7 views

cpython: email header injection due to unquoted newlines

A flaw was found in the email module in the Python standard library. When serializing an email message, the BytesGenerator class fails to properly quote newline characters for email headers. This issue is exploitable when the LiteralHeader class is used as it does not respect email folding rules,...

6CVSS6.8AI score0.00533EPSS
SaveExploits0References9
RedHat Linux
RedHat Linux
added 2026/03/30 11:01 a.m.17 views

Moderate: Red Hat Security Advisory: python3 security update

An update for python3 is now available for Red Hat Enterprise Linux 8.8 Update Services for SAP Solutions and Red Hat Enterprise Linux 8.8 Telecommunications Update Service. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring Syst...

6CVSS7AI score0.00533EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/03/30 10:58 a.m.24 views

Moderate: Red Hat Security Advisory: kernel-rt security update

An update for kernel-rt is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from...

7.8CVSS6.6AI score0.00181EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/03/30 10:58 a.m.10 views

kernel: net/sched: cls_u32: use skb_header_pointer_careful()

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsu32: use skbheaderpointercareful skbheaderpointer does not fully validate negative @offset values. Use skbheaderpointercareful instead. GangMin Kim provided a report and a repro fooling u32classify: BUG: KASAN:...

7.1CVSS5.7AI score0.00122EPSS
SaveExploits0References5
Veracode
Veracode
added 2026/03/30 8:46 a.m.9 views

Server-Side Request Forgery (SSRF)

github.com/zitadel/zitadel is vulnerable to an unauthenticated full-read Server-Side Request Forgery SSRF. The vulnerability is due to improper trust of the x-zitadel-forward-host header in the Login UI V2, which allows an attacker to force the server to make arbitrary HTTP requests and read...

9.3CVSS7.2AI score0.00444EPSS
SaveExploits2References3Affected Software1
Nuclei
Nuclei
added 2026/03/30 4:20 a.m.20 views

Mailpit < 1.28.2 - SMTP CRLF Injection

Mailpit 1.28 contains a header injection caused by insufficient regex validation of RCPT TO and MAIL FROM addresses in the SMTP server, letting attackers inject arbitrary SMTP headers, exploit requires crafted email addresses id: CVE-2026-23829 info: name: Mailpit 1.28.2 - SMTP CRLF Injection...

5.3CVSS5.9AI score0.01441EPSS
SaveExploits4References2
Vulnrichment
Vulnrichment
added 2026/03/30 12:00 a.m.5 views

CVE-2026-29954

In KubePlus 4.1.4, the mutating webhook and kubeconfiggenerator components have an SSRF vulnerability when processing the chartURL field of ResourceComposition resources. The field is only URL-encoded without validating the target address. More critically, when kubeconfiggenerator uses wget to...

6AI score0.00268EPSS
SaveExploits1References2
Rows per page
Query Builder