Lucene search
+L

38481 matches found

EUVD
EUVD
added 2026/05/27 12:56 p.m.17 views

EUVD-2026-32425

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Validate pad and ICRC before payloadsize in rxercv rxercv currently checks only that the incoming packet is at least headersizepkt bytes long before payloadsize is used. However, payloadsize subtracts both the...

5.8AI score0.00514EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/05/27 12:56 p.m.18 views

CVE-2026-46043

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Validate pad and ICRC before payloadsize in rxercv rxercv currently checks only that the incoming packet is at least headersizepkt bytes long before payloadsize is used. However, payloadsize subtracts both the...

9.1CVSS5.7AI score0.00514EPSS
SaveExploits0References9Affected Software1
CVE
CVE
added 2026/05/27 12:56 p.m.83 views

CVE-2026-46043

The CVE-2026-46043 detail shows a Linux kernel RDMA/rxe issue in rxe_rcv() where payload_size() could underflow due to attacker-controlled BTH pad and RXE_ICRC_SIZE not being accounted for in the initial length check. The fix requires validating paylen against the full minimum length: header_size...

9.1CVSS5.8AI score0.00514EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2026/05/27 12:56 p.m.10 views

CVE-2026-46043 RDMA/rxe: Validate pad and ICRC before payload_size() in rxe_rcv

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Validate pad and ICRC before payloadsize in rxercv rxercv currently checks only that the incoming packet is at least headersizepkt bytes long before payloadsize is used. However, payloadsize subtracts both the...

9.1CVSS6.2AI score
SaveExploits0References11
CVE
CVE
added 2026/05/27 12:55 p.m.45 views

CVE-2026-45994

The CVE-2026-45994 issue affects the Linux kernel ibmasm: command_file_write, where a kernel buffer is allocated with count bytes and user data copied without validating against the dot command header, enabling out-of-bounds reads via get_dot_command_size/timeout and memcpy_toio. Patches introduc...

7.1CVSS5.9AI score0.00139EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2026/05/27 12:55 p.m.57 views

CVE-2026-45994 ibmasm: fix OOB reads in command_file_write due to missing size checks

In the Linux kernel, the following vulnerability has been resolved: ibmasm: fix OOB reads in commandfilewrite due to missing size checks The commandfilewrite handler allocates a kernel buffer of exactly count bytes and copies user data into it, but does not validate the buffer against the dot...

0.00139EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/05/27 12:17 p.m.31 views

CVE-2026-45940

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix oops when split header is enabled For GMAC4, when split header is enabled, in some rare cases, the hardware does not fill buf2 of the first descriptor with payload. Thus we cannot assume buf2 is always fully fill...

5.5CVSS5.7AI score0.00158EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/05/27 12:17 p.m.61 views

CVE-2026-45940 net: stmmac: fix oops when split header is enabled

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix oops when split header is enabled For GMAC4, when split header is enabled, in some rare cases, the hardware does not fill buf2 of the first descriptor with payload. Thus we cannot assume buf2 is always fully fill...

0.00158EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/27 12:17 p.m.22 views

CVE-2026-45940 net: stmmac: fix oops when split header is enabled

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix oops when split header is enabled For GMAC4, when split header is enabled, in some rare cases, the hardware does not fill buf2 of the first descriptor with payload. Thus we cannot assume buf2 is always fully fill...

5.8AI score
SaveExploits0References6
CVE
CVE
added 2026/05/27 12:17 p.m.44 views

CVE-2026-45940

The CVE-2026-45940 issue affects the Linux kernel stmmac Ethernet driver (GMAC4) where, when split header is enabled, the hardware may not fill buf2 in the first descriptor, causing incorrect buf2 length calculation for the next descriptor and triggering a kernel oops. The root cause is not fully...

5.5CVSS5.8AI score0.00158EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/05/27 12:15 p.m.46 views

CVE-2026-45850 ipvs: skip ipv6 extension headers for csum checks

In the Linux kernel, the following vulnerability has been resolved: ipvs: skip ipv6 extension headers for csum checks Protocol checksum validation fails for IPv6 if there are extension headers before the protocol header. iph-len already contains its offset, so use it to fix the problem...

0.0016EPSS
SaveExploits0References8
CVE
CVE
added 2026/05/27 12:15 p.m.41 views

CVE-2026-45850

CVE-2026-45850 pertains to the Linux kernel vulnerability where protocol checksum validation for IPv6 could fail if there are extension headers before the IPv6 header. The confirmed fix uses iph->len as the offset to skip extension headers when performing checksum validation. Technical details...

5.5CVSS5.8AI score0.0016EPSS
SaveExploits0References8Affected Software1
NVD
NVD
added 2026/05/27 11:16 a.m.29 views

CVE-2026-45843

In the Linux kernel, the following vulnerability has been resolved: slip: bound decode reads against the compressed packet length slhcuncompress parses a VJ-compressed TCP header by advancing a pointer through the packet via decode and pull16. Neither helper bounds-checks against isize, and decod...

8.2CVSS0.00355EPSS
SaveExploits0References8
NVD
NVD
added 2026/05/27 11:16 a.m.21 views

CVE-2026-45842

In the Linux kernel, the following vulnerability has been resolved: slip: reject VJ receive packets on instances with no rstate array slhcinit accepts rslots == 0 as a valid configuration, with the documented meaning of 'no receive compression'. In that case the allocation loop in slhcinit is...

5.5CVSS0.00127EPSS
SaveExploits0References8
OSV
OSV
added 2026/05/27 11:16 a.m.12 views

UBUNTU-CVE-2026-45843

In the Linux kernel, the following vulnerability has been resolved: slip: bound decode reads against the compressed packet length slhcuncompress parses a VJ-compressed TCP header by advancing a pointer through the packet via decode and pull16. Neither helper bounds-checks against isize, and decod...

8.2CVSS5.7AI score0.00355EPSS
SaveExploits0References33
SUSE CVE
SUSE CVE
added 2026/05/27 11:3 a.m.15 views

SUSE CVE-2025-15649

IO::Uncompress::Unzip versions before 2.215 for Perl propagate uncaught exception when parsing zip header with malformed DOS date. dosToUnixTime decodes the local-file-header last-modification date field and calls Time::Local::timelocal without an eval guard. A header whose date field decodes to ...

5.5CVSS5.8AI score0.00127EPSS
SaveExploits0References6
Microsoft CVE
Microsoft CVE
added 2026/05/27 8:18 a.m.24 views

Unbounded buffer accumulation in multipart header parsing causes denial of service in cowboy

...

8.2CVSS5.8AI score0.00382EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/05/27 7:20 a.m.16 views

google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation

A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 :path pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed :path that omits the mandato...

9.1CVSS6.8AI score0.01557EPSS
SaveExploits1References5
IBM Security Bulletins
IBM Security Bulletins
added 2026/05/27 6:40 a.m.23 views

Security Bulletin: IBM Instana Observability is affected by multiple vulnerabilities within Instana Agent container image

Summary Multiple vulnerabilities were addressed in IBM Observability with Instana within Instana Agent container image build 1.0.319 Vulnerability Details CVEID:CVE-2026-33871 DESCRIPTION: Netty is an asynchronous, event-driven network application framework. In versions prior to 4.1.132.Final and...

9.8CVSS7.5AI score0.01125EPSS
SaveExploits4Affected Software1
NVD
NVD
added 2026/05/27 4:16 a.m.15 views

CVE-2025-15649

IO::Uncompress::Unzip versions before 2.215 for Perl propagate uncaught exception when parsing zip header with malformed DOS date. dosToUnixTime decodes the local-file-header last-modification date field and calls Time::Local::timelocal without an eval guard. A header whose date field decodes to ...

5.5CVSS0.00127EPSS
SaveExploits0References4
Rows per page
Query Builder