Lucene search
+L

98 matches found

EUVD
EUVD
•added 2026/09/25 10:23 a.m.•5 views

EUVD-2026-86808

In the Linux kernel, the following vulnerability has been resolved: net/rds: fix tcp stream corruption with large pages rdsmessagemappages assigns PAGESIZE bytes to every scatterlist entry, even when totallen ends in a partial page. The RDS congestion map is defined as 8192 bytes, so on systems...

6AI score0.00168EPSS
SaveExploits0References4
CVE
CVE
•added 2026/09/25 10:23 a.m.•7 views

CVE-2026-97954

The Linux kernel contains a vulnerability in the net/rds component where rds_message_map_pages() incorrectly assigns PAGE_SIZE bytes to every scatterlist entry, even for partial pages. On systems with a PAGE_SIZE greater than 8192 bytes, this causes the scatterlist to map bytes beyond the end of ...

6AI score0.00168EPSS
SaveExploits0References4
Debian CVE
Debian CVE
•added 2026/09/25 10:23 a.m.•6 views

CVE-2026-97954

In the Linux kernel, the following vulnerability has been resolved: net/rds: fix tcp stream corruption with large pages rdsmessagemappages assigns PAGESIZE bytes to every scatterlist entry, even when totallen ends in a partial page. The RDS congestion map is defined as 8192 bytes, so on systems...

6AI score0.00168EPSS
SaveExploits0
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•8 views

Astra Linux – Vulnerabilities in Linux 5.10, Linux 5.15

In the Linux kernel, the following vulnerabilities have been resolved: nvme-tcp: fixed UAF Use-after-Free issues when detecting digest errors. We should also exit the iowork loop when setting rdenabled to true, so that we do not attempt to read data from the socket when the TCP stream is already...

9.8CVSS6.2AI score0.00703EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
•added 2026/09/06 12:00 a.m.•8 views

Unity Linux 20.1050a Security Update: kernel (UTSA-2026-053443)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-053443 advisory. In the Linux kernel, the following vulnerability has been resolved: tcp: fix page frag corruption on page fault Steffen reported a TCP stream corruption for HTTP...

9.8CVSS6.3AI score0.00863EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/08/19 8:39 p.m.•49 views

CVE-2026-68552 Coturn: uint16_t truncation overflow in STUN message length causes TCP stream framing bypass

Coturn is a free open source implementation of TURN and STUN Server. Prior to 4.15.0, an unauthenticated remote client can send a STUN message over TCP or TLS with a body-length field from 65520 through 65532, causing the uint16t len variable in stungetmessagelenstr in src/client/nsturnmsg.c to...

5.3CVSS0.00524EPSS
SaveExploits0References4
CVE
CVE
•added 2026/08/19 8:39 p.m.•50 views

CVE-2026-68552

Coturn versions before 4.15.0 have a uint16_t overflow in stun_get_message_len_str() in src/client/ns_turn_msg.c: a crafted STUN body-length (65520–65532) causes the variable to wrap when STUN_HEADER_LENGTH is added, desynchronizing the TCP/TLS stream parser and dropping only the attacker's conne...

5.3CVSS5.4AI score0.00524EPSS
SaveExploits0References4
OSV
OSV
•added 2026/08/19 8:39 p.m.•48 views

CVE-2026-68552 Coturn: uint16_t truncation overflow in STUN message length causes TCP stream framing bypass

Coturn is a free open source implementation of TURN and STUN Server. Prior to 4.15.0, an unauthenticated remote client can send a STUN message over TCP or TLS with a body-length field from 65520 through 65532, causing the uint16t len variable in stungetmessagelenstr in src/client/nsturnmsg.c to...

5.3CVSS5.5AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
•added 2026/08/19 8:39 p.m.•12 views

CVE-2026-68552 Coturn: uint16_t truncation overflow in STUN message length causes TCP stream framing bypass

Coturn is a free open source implementation of TURN and STUN Server. Prior to 4.15.0, an unauthenticated remote client can send a STUN message over TCP or TLS with a body-length field from 65520 through 65532, causing the uint16t len variable in stungetmessagelenstr in src/client/nsturnmsg.c to...

5.3CVSS5.5AI score0.00524EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•27 views

CVE-2026-72251 netfilter: nf_nat_sip: reload possible stale data pointer

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnatsip: reload possible stale data pointer quoting sashiko: ------------------------------------------------------------------------ .. noticed a potential memory bug and header corruption involving the SIP NAT helpe...

9.8CVSS0.00755EPSS
SaveExploits0References8
OSV
OSV
•added 2026/08/15 5:54 a.m.•36 views

CVE-2026-72251 netfilter: nf_nat_sip: reload possible stale data pointer

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnatsip: reload possible stale data pointer quoting sashiko: ------------------------------------------------------------------------ .. noticed a potential memory bug and header corruption involving the SIP NAT helpe...

9.8CVSS6AI score
SaveExploits0References11
EUVD
EUVD
•added 2026/08/15 5:54 a.m.•12 views

EUVD-2026-59150

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnatsip: reload possible stale data pointer quoting sashiko: ------------------------------------------------------------------------ .. noticed a potential memory bug and header corruption involving the SIP NAT helpe...

5.8AI score0.00755EPSS
SaveExploits0References8
CVE
CVE
•added 2026/08/15 5:54 a.m.•83 views

CVE-2026-72251

CVE-2026-72251 concerns the Linux kernel netfilter nf_nat_sip path. The issue is a memory-pointer/buffer handling flaw: if skb_ensure_writable() reallocates a cloned/fragmented skb, nf_nat_sip() may not update the destination pointer (dptr ) to the new buffer, risking a stale data pointer and pot...

9.8CVSS5.8AI score0.00755EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
•added 2026/08/15 12:00 a.m.•15 views

PT-2026-72439

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory bug and header corruption issue exists in the SIP NAT helper within the netfilter component. In the nf nat sip function, if a cloned or fragmented socket buffer SKB is reallocat...

9.8CVSS6.1AI score0.00755EPSS
SaveExploits0
CVE
CVE
•added 2026/05/06 11:28 a.m.•71 views

CVE-2026-43254

CVE-2026-43254: Linux kernel openvpn TCP stream handling corrected. Ovpn_tcp_recv now allocates a separate skb per packet and uses skb_copy_bits to copy only the packet payload, skipping the 2-byte length prefix; length checks guard allocation to prevent invalid skbs. This resolves header offset ...

7.5CVSS5.7AI score0.00609EPSS
SaveExploits0References3Affected Software1
attackerkb
attackerkb
•added 2026/05/06 11:28 a.m.•13 views

CVE-2026-43254

In the Linux kernel, the following vulnerability has been resolved: ovpn: tcp - fix packet extraction from stream When processing TCP stream data in ovpntcprecv, we receive large cloned skbs from strprcv that may contain multiple coalesced packets. The current implementation has two bugs: 1...

5.8AI score0.00609EPSS
SaveExploits0References4Affected Software1
OSV
OSV
•added 2026/05/06 11:28 a.m.•14 views

CVE-2026-43254 ovpn: tcp - fix packet extraction from stream

In the Linux kernel, the following vulnerability has been resolved: ovpn: tcp - fix packet extraction from stream When processing TCP stream data in ovpntcprecv, we receive large cloned skbs from strprcv that may contain multiple coalesced packets. The current implementation has two bugs: 1. Head...

7.5CVSS6.5AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
•added 2026/05/06 12:00 a.m.•26 views

PT-2026-37594

In the Linux kernel, the following vulnerability has been resolved: ovpn: tcp - fix packet extraction from stream When processing TCP stream data in ovpn tcp recv, we receive large cloned skbs from strp rcv that may contain multiple coalesced packets. The current implementation has two bugs: 1...

5.7AI score0.00609EPSS
SaveExploits0References4
Fedora
Fedora
•added 2026/03/26 2:31 a.m.•14 views

[SECURITY] Fedora 44 Update: wireshark-4.6.4-2.fc44

Wireshark allows you to examine protocol data stored in files or as it is captured from wired or wireless WiFi or Bluetooth networks, USB devices, and many other sources. It supports dozens of protocol capture file formats and understands more than a thousand protocols. It has many powerful...

7.5CVSS5.9AI score0.00273EPSS
SaveExploits3
Fedora
Fedora
•added 2025/10/23 1:03 a.m.•20 views

[SECURITY] Fedora 42 Update: wireshark-4.6.0-1.fc42

Wireshark allows you to examine protocol data stored in files or as it is captured from wired or wireless WiFi or Bluetooth networks, USB devices, and many other sources. It supports dozens of protocol capture file formats and understands more than a thousand protocols. It has many powerful...

5.5CVSS6.8AI score0.0012EPSS
SaveExploits0
Rows per page
Query Builder