Lucene search
+L

13105 matches found

CVE
CVE
added yesterday8 views

CVE-2026-55833

Netty (network application framework) contains a vulnerability in SPDY header decoding. Prior to versions 4.1.136.Final and 4.2.16.Final, the zlib-compressed header blocks may continue inflating after the header parser exceeds maxHeaderSize, allowing a remote peer to send a small compressed HEADE...

7.5CVSS5.5AI score
Exploits0References5
ATTACKERKB
ATTACKERKB
added yesterday6 views

CVE-2026-55833

Netty is a network application framework for development of protocol servers and clients. Prior to 4.1.136.Final and 4.2.16.Final, Netty SPDY header decoding continues inflating zlib-compressed header blocks after the raw header parser has exceeded maxHeaderSize and marked the frame truncated in...

7.5CVSS5.5AI score
Exploits0References6Affected Software1
EUVD
EUVD
added yesterday9 views

EUVD-2025-203031

Tornado: Quadratic DoS via Repeated Header Coalescing...

7.5CVSS7.3AI score0.00403EPSS
Exploits0References5
Nuclei
Nuclei
added yesterday24 views

Emby Server - Authentication Bypass

Emby Server is a user-installable home media server which stores and organizes a user's media files of virtually any format and makes them available for viewing at home and abroad on a broad range of client devices. This vulnerability may allow administrative access to an Emby Server system,...

9.1CVSS8.1AI score0.01699EPSS
Exploits0References2
Nuclei
Nuclei
added yesterday26 views

Next.js Middleware - Server-Side Request Forgery

In Next.js prior to versions 14.2.32 and 15.4.7, when request headerswere insecurely passed to NextResponse.next, an attacker could exploit this behavior to perform Server-Side Request Forgery SSRF attacks. id: CVE-2025-57822 info: name: Next.js Middleware - Server-Side Request Forgery author:...

8.2CVSS5.6AI score0.02328EPSS
Exploits0References3
NVD
NVD
added 2 days ago4 views

CVE-2026-64114

In the Linux kernel, the following vulnerability has been resolved: ipv4: raw: reject IPHDRINCL packets with ihl ihl 4; err = -EINVAL; if iphlen length goto errorfree; if iphlen = sizeofiph / fix up saddr, totlen, id, csum, transportheader / It does not, however, reject ihl = sizeofiph" branch is...

7.8CVSS0.00185EPSS
Exploits0References8
NVD
NVD
added 2 days ago6 views

CVE-2026-63920

In the Linux kernel, the following vulnerability has been resolved: ipv6: validate extension header length before copying to cmsg ip6datagramrecvspecificctl builds IPV6HOPOPTS,DSTOPTS,RTHDR cmsgs and their IPV62292 legacy counterparts by trusting the on-wire hdrlen byte ptr1 when computing the...

7.1CVSS0.0021EPSS
Exploits0References8
NVD
NVD
added 2 days ago6 views

CVE-2026-63922

In the Linux kernel, the following vulnerability has been resolved: ipv6: exthdrs: refresh nh after handling HAO option ip6parsetlv caches skbnetworkheaderskb in nh while walking IPv6 TLVs. ipv6desthao may call pskbexpandhead for a cloned skb, which can move the skb head and invalidate the cached...

9.8CVSS0.00205EPSS
Exploits0References7
NVD
NVD
added 2 days ago4 views

CVE-2026-63904

In the Linux kernel, the following vulnerability has been resolved: usb: usbtmc: check URB actuallength for interrupt-IN notifications USBTMC devices can use an optional interrupt endpoint for notification messages. These typically contain two-byte headers indicating the payload format, but the...

0.0021EPSS
Exploits0References8
CVE
CVE
added 2 days ago8 views

CVE-2026-63994

The CVE-2026-63994 issue affects the Linux kernel's tunnels code: iptunnel_pmtud_build_icmp(v6) and iptunnel_pmtud_build_icmp() cached ip_hdr()/ipv6_hdr() before skb_cow(), which could reallocate skb->head and cause use-after-free. The patch fixes this by initializing local variables after the...

9.8CVSS5.3AI score0.00176EPSS
Exploits0References8
Cvelist
Cvelist
added 2 days ago32 views

CVE-2026-63924 ipv6: exthdrs: refresh nh pointer after ipv6_hop_jumbo()

In the Linux kernel, the following vulnerability has been resolved: ipv6: exthdrs: refresh nh pointer after ipv6hopjumbo ipv6hopjumbo calls pskbtrimrcsum, which can change skb pointers. Let's recompute nh pointer to make sure any change won't mess things up...

9.8CVSS0.0021EPSS
Exploits0References8
EUVD
EUVD
added 2 days ago4 views

EUVD-2026-45697

In the Linux kernel, the following vulnerability has been resolved: ipv6: exthdrs: refresh nh pointer after ipv6hopjumbo ipv6hopjumbo calls pskbtrimrcsum, which can change skb pointers. Let's recompute nh pointer to make sure any change won't mess things up...

5.3AI score0.0021EPSS
Exploits0References8
OSV
OSV
added 2 days ago3 views

CVE-2026-63924 ipv6: exthdrs: refresh nh pointer after ipv6_hop_jumbo()

In the Linux kernel, the following vulnerability has been resolved: ipv6: exthdrs: refresh nh pointer after ipv6hopjumbo ipv6hopjumbo calls pskbtrimrcsum, which can change skb pointers. Let's recompute nh pointer to make sure any change won't mess things up...

9.8CVSS5.3AI score0.0021EPSS
Exploits0References11
CVE
CVE
added 2 days ago8 views

CVE-2026-63922

Summary: CVE-2026-63922 affects the Linux kernel IPv6 ext hdr processing. The root cause is that ip6_dest_hao() can call pskb_expand_head() on a cloned skb, which may move the skb head and invalidate a cached network header pointer used while walking IPv6 TLVs. The fix refreshes the cached networ...

9.8CVSS5.4AI score0.00205EPSS
Exploits0References7
Cvelist
Cvelist
added 2 days ago28 views

CVE-2026-63922 ipv6: exthdrs: refresh nh after handling HAO option

In the Linux kernel, the following vulnerability has been resolved: ipv6: exthdrs: refresh nh after handling HAO option ip6parsetlv caches skbnetworkheaderskb in nh while walking IPv6 TLVs. ipv6desthao may call pskbexpandhead for a cloned skb, which can move the skb head and invalidate the cached...

9.8CVSS0.00205EPSS
Exploits0References7
CVE
CVE
added 2 days ago10 views

CVE-2026-63920

The CVE-2026-63920 entry describes a Linux kernel vulnerability in IPv6 extension header handling. The issue arises when ip6_datagram_recv_specific_ctl() builds IPV6_…cmsgs by trusting on-wire hdrlen (ptr[1]) during put_cmsg() length calculation. Although the write to hdrlen is in-bounds, reading...

7.1CVSS5.4AI score0.0021EPSS
Exploits0References8
OSV
OSV
added 2 days ago5 views

CVE-2026-63920 ipv6: validate extension header length before copying to cmsg

In the Linux kernel, the following vulnerability has been resolved: ipv6: validate extension header length before copying to cmsg ip6datagramrecvspecificctl builds IPV6HOPOPTS,DSTOPTS,RTHDR cmsgs and their IPV62292 legacy counterparts by trusting the on-wire hdrlen byte ptr1 when computing the...

7.1CVSS5.3AI score0.0021EPSS
Exploits0References11
EUVD
EUVD
added 2 days ago5 views

EUVD-2026-45677

In the Linux kernel, the following vulnerability has been resolved: usb: usbtmc: check URB actuallength for interrupt-IN notifications USBTMC devices can use an optional interrupt endpoint for notification messages. These typically contain two-byte headers indicating the payload format, but the...

5.4AI score0.0021EPSS
Exploits0References8
OSV
OSV
added 2 days ago4 views

CVE-2026-63904 usb: usbtmc: check URB actual_length for interrupt-IN notifications

In the Linux kernel, the following vulnerability has been resolved: usb: usbtmc: check URB actuallength for interrupt-IN notifications USBTMC devices can use an optional interrupt endpoint for notification messages. These typically contain two-byte headers indicating the payload format, but the...

5.4AI score0.0021EPSS
Exploits0References11
Cvelist
Cvelist
added 2 days ago27 views

CVE-2026-63902 USB: serial: cypress_m8: validate interrupt packet headers

In the Linux kernel, the following vulnerability has been resolved: USB: serial: cypressm8: validate interrupt packet headers cypressreadintcallback parses the interrupt-in buffer according to the selected Cypress packet format. Format 1 has a two-byte status/count header and format 2 has a...

0.0021EPSS
Exploits0References8
Rows per page
Query Builder