Lucene search
+L

30934 matches found

EUVD
EUVD
added 2026/05/27 12:57 p.m.21 views

EUVD-2026-32452

In the Linux kernel, the following vulnerability has been resolved: md/raid5: validate payload size before accessing journal metadata r5crecoveryanalyzemetablock and r5lrecoveryverifydatachecksumformb iterate over payloads in a journal metadata block using on-disk payload size fields without...

5.8AI score0.00126EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/05/27 12:56 p.m.57 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.1CVSS0.00514EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/05/27 12:56 p.m.26 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
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/05/27 12:56 p.m.19 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.93 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.12 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:17 p.m.48 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:14 p.m.50 views

CVE-2025-71305 drm/display/dp_mst: Add protection against 0 vcpi

In the Linux kernel, the following vulnerability has been resolved: drm/display/dpmst: Add protection against 0 vcpi When releasing a timeslot there is a slight chance we may end up with the wrong payload mask due to overflow if the delayeddestroywork ends up coming into play after a DP 2.1 monit...

0.0016EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/05/27 12:14 p.m.10 views

CVE-2025-71305

In the Linux kernel, the following vulnerability has been resolved: drm/display/dpmst: Add protection against 0 vcpi When releasing a timeslot there is a slight chance we may end up with the wrong payload mask due to overflow if the delayeddestroywork ends up coming into play after a DP 2.1 monit...

5.7AI score0.0016EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/05/27 12:14 p.m.9 views

CVE-2025-71305 drm/display/dp_mst: Add protection against 0 vcpi

In the Linux kernel, the following vulnerability has been resolved: drm/display/dpmst: Add protection against 0 vcpi When releasing a timeslot there is a slight chance we may end up with the wrong payload mask due to overflow if the delayeddestroywork ends up coming into play after a DP 2.1 monit...

5.9AI score
SaveExploits0References9
CVE
CVE
added 2026/05/27 12:14 p.m.43 views

CVE-2025-71305

The provided connected sources confirm a concrete fix for CVE-2025-71305 in the Linux kernel DRM MST path. The vulnerability arose in drm/display/dp_mst_topology where, on timeslot release after a DP 2.1 monitor disconnect, the VCPI can become 0 and code could compute a payload mask as ~BIT(vcpi-...

5.5CVSS5.8AI score0.0016EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2026/05/27 9:24 a.m.55 views

CVE-2026-45844

Summary: CVE-2026-45844 affects the Linux kernel netfilter arp_tables on IEEE1394 (FireWire) interfaces. The vulnerability arises because arp_packet_match() unconditionally parses the ARP payload assuming both source and target hardware addresses exist, while IPv4-over-IEEE1394 ARP omits the targ...

5.5CVSS5.8AI score0.00129EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2026/05/27 9:24 a.m.11 views

CVE-2026-45844 netfilter: arp_tables: fix IEEE1394 ARP payload parsing

In the Linux kernel, the following vulnerability has been resolved: netfilter: arptables: fix IEEE1394 ARP payload parsing Weiming Shi says: "arppacketmatch unconditionally parses the ARP payload assuming two hardware addresses are present source and target. However, IPv4-over-IEEE1394 ARP RFC 27...

5.8AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/05/27 9:24 a.m.33 views

CVE-2026-45844

In the Linux kernel, the following vulnerability has been resolved: netfilter: arptables: fix IEEE1394 ARP payload parsing Weiming Shi says: "arppacketmatch unconditionally parses the ARP payload assuming two hardware addresses are present source and target. However, IPv4-over-IEEE1394 ARP RFC 27...

5.5CVSS5.7AI score0.00129EPSS
SaveExploits0
NVD
NVD
added 2026/05/27 9:16 a.m.37 views

CVE-2026-40852

A highly authenticated attacker can alter the config generator injecting a payload into future created configurations. The device is not correctly checking this configuration value before passing it to an system execute leading to code execution. This can result in a total loss of confidentiality...

7.2CVSS0.0037EPSS
SaveExploits0References1
Veracode
Veracode
added 2026/05/27 9:11 a.m.25 views

Improper Access Control

@delmaredigital/payload-puck is vulnerable to Improper Access Control. The vulnerability is due to the use of Payload's local API with overrideAccess: true in /api/puck/ CRUD endpoints, which allows an attacker to bypass collection-level access controls and perform unauthorized actions...

9.8CVSS5.8AI score0.00376EPSS
SaveExploits1References4Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/05/27 8:06 a.m.17 views

CVE-2026-40852

A highly authenticated attacker can alter the config generator injecting a payload into future created configurations. The device is not correctly checking this configuration value before passing it to an system execute leading to code execution. This can result in a total loss of confidentiality...

7.2CVSS6AI score0.0037EPSS
SaveExploits0References2Affected Software4
EUVD
EUVD
added 2026/05/27 8:06 a.m.24 views

EUVD-2026-32151

A highly authenticated attacker can alter the config generator injecting a payload into future created configurations. The device is not correctly checking this configuration value before passing it to an system execute leading to code execution. This can result in a total loss of confidentiality...

7.2CVSS6AI score0.0037EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/05/27 8:06 a.m.19 views

CVE-2026-40852 Command injection via malicious configuration

A highly authenticated attacker can alter the config generator injecting a payload into future created configurations. The device is not correctly checking this configuration value before passing it to an system execute leading to code execution. This can result in a total loss of confidentiality...

7.2CVSS6AI score0.0037EPSS
SaveExploits0References1
CVE
CVE
added 2026/05/27 8:06 a.m.40 views

CVE-2026-40852

This CVE describes a code-execution vulnerability where a highly authenticated attacker can modify the config generator to inject a payload into future configurations. The device may pass the manipulated value to a system execute call, enabling code execution and potentially compromising confiden...

7.2CVSS6AI score0.0037EPSS
SaveExploits0References1
Rows per page
Query Builder