Lucene search
+L

67505 matches found

RedHat Linux
RedHat Linux
added 2026/05/06 3:56 p.m.14 views

openssl: OpenSSL: Denial of Service due to NULL pointer dereference in CMS EnvelopedData processing

A flaw was found in OpenSSL. A remote attacker could exploit this vulnerability by sending a specially crafted Cryptographic Message Syntax CMS EnvelopedData message. During the processing of a KeyTransportRecipientInfo with RSA-OAEP encryption, the system attempts to access an optional parameter...

7.5CVSS6.9AI score0.00805EPSS
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2026/05/06 3:01 p.m.12 views

CVE-2026-43213

A flaw was found in the Linux kernel's rtw89pci component. This vulnerability allows an attacker to cause a kernel NULL pointer dereference by sending a specially crafted TX release report with an abnormal sequence number. This can lead to an out-of-bounds memory access, resulting in a system cra...

7.5CVSS5.8AI score0.0022EPSS
SaveExploits0References4
OSV
OSV
added 2026/05/06 2:45 p.m.14 views

BIT-JAVA-MIN-2025-27113

libxml2 before 2.12.10 and 2.13.x before 2.13.6 has a NULL pointer dereference in xmlPatMatch in pattern.c...

7.5CVSS6.7AI score0.01032EPSS
SaveExploits1References12
OSV
OSV
added 2026/05/06 2:45 p.m.11 views

BIT-JAVA-2025-27113

libxml2 before 2.12.10 and 2.13.x before 2.13.6 has a NULL pointer dereference in xmlPatMatch in pattern.c...

7.5CVSS6.7AI score0.01032EPSS
SaveExploits1References12
OSV
OSV
added 2026/05/06 2:44 p.m.10 views

BIT-JAVA-MIN-2024-47544 GHSL-2024-238: GStreamer has NULL-pointer dereferences in MP4/MOV demuxer CENC handling

GStreamer is a library for constructing graphs of media-handling components. The function qtdemuxparsesbgp in qtdemux.c is affected by a null dereference vulnerability. This vulnerability is fixed in 1.24.10...

7.5CVSS6.8AI score0.01081EPSS
SaveExploits0References5
OSV
OSV
added 2026/05/06 2:44 p.m.14 views

BIT-JAVA-2024-47544 GHSL-2024-238: GStreamer has NULL-pointer dereferences in MP4/MOV demuxer CENC handling

GStreamer is a library for constructing graphs of media-handling components. The function qtdemuxparsesbgp in qtdemux.c is affected by a null dereference vulnerability. This vulnerability is fixed in 1.24.10...

7.5CVSS6.8AI score0.01081EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/05/06 2:43 p.m.14 views

CVE-2026-43100

A flaw was found in the Linux kernel's bridge module. A local user can trigger a null pointer dereference by creating a bridge with specific configuration options. This vulnerability can lead to a system crash, resulting in a Denial of Service DoS. Mitigation To mitigate this issue, prevent the...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/05/06 12:30 p.m.29 views

EUVD-2026-27679

In the Linux kernel, the following vulnerability has been resolved: RDMA/ionic: Fix potential NULL pointer dereference in ionicqueryport The function ionicqueryport calls ibdevicegetnetdev without checking the return value which could lead to NULL pointer dereference, Fix it by checking the retur...

5.7AI score0.00112EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/05/06 12:30 p.m.18 views

EUVD-2026-27666

In the Linux kernel, the following vulnerability has been resolved: md-cluster: fix NULL pointer dereference in processmetadataupdate The function processmetadataupdate blindly dereferences the 'thread' pointer acquired via rcudereferenceprotected within the waitevent macro. While the code commen...

5.8AI score0.00116EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/05/06 12:30 p.m.10 views

EUVD-2026-27766

In the Linux kernel, the following vulnerability has been resolved: media: mtk-mdp: Fix error handling in probe function Add mtkmdpunregisterm2mdevice on the error handling path to prevent resource leak. Add check for the return value of vpugetplatdevice to prevent null pointer dereference. And...

5.8AI score0.00139EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/05/06 12:30 p.m.18 views

EUVD-2026-27775

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: pci: validate sequence number of TX release report Hardware rarely reports abnormal sequence number in TX release report, which will access out-of-bounds of wdring-pages array, causing NULL pointer dereference. BUG:...

5.8AI score0.0022EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/05/06 12:30 p.m.11 views

EUVD-2026-27734

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: xscale: Check for PTP support properly In ixp4xxgettsinfo ixp46xptpfind is called unconditionally despite this feature only existing on ixp46x, leading to the following splat from tcpdump: root@OpenWrt: tcpdump -vv...

5.8AI score0.00122EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/05/06 12:30 p.m.14 views

EUVD-2026-27725

In the Linux kernel, the following vulnerability has been resolved: udplite: Fix null-ptr-deref in udpenqueuescheduleskb. syzbot reported null-ptr-deref of udpsksk-udpprodqueue. 0 Since the cited commit, udplibinitsock can fail, as can udpinitsock and udpv6initsock. Let's handle the error in...

5.8AI score0.00451EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/05/06 12:30 p.m.17 views

EUVD-2026-27711

In the Linux kernel, the following vulnerability has been resolved: powerpc/smp: Add check for kcalloc failure in parsethreadgroups As kcalloc may fail, check its return value to avoid a NULL pointer dereference when passing it to ofpropertyreadu32array...

5.8AI score0.00128EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/05/06 12:30 p.m.14 views

EUVD-2026-27723

In the Linux kernel, the following vulnerability has been resolved: mfd: macsmc: Initialize mutex Initialize struct applesmc's mutex in applesmcprobe. Using the mutex uninitialized surprisingly resulted only in occasional NULL pointer dereferences in applesmcread calls from the probe functions of...

5.8AI score0.00121EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/05/06 12:30 p.m.14 views

EUVD-2026-27699

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Intel: hda: Fix NULL pointer dereference If there's a mismatch between the DAI links in the machine driver and the topology, it is possible that the playback/capture widget is not set, especially in the case of loopbac...

5.8AI score0.00127EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/05/06 12:30 p.m.11 views

EUVD-2026-27713

In the Linux kernel, the following vulnerability has been resolved: HID: hid-pl: handle probe errors Errors in init must be reported back or we'll follow a NULL pointer the first time FF is used...

5.8AI score0.00128EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/05/06 12:30 p.m.12 views

EUVD-2026-27693

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Fix null pointer dereference issue If SMU is disabled, during RAS initialization, there will be null pointer dereference issue here...

5.8AI score0.00112EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/05/06 12:30 p.m.14 views

EUVD-2025-209684

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/ras: Move ras data alloc before bad page check In the rare event if eeprom has only invalid address entries, allocation is skipped, this causes following NULL pointer issue 547.103445 BUG: kernel NULL pointer...

5.8AI score0.00126EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/05/06 12:30 p.m.13 views

EUVD-2026-27685

In the Linux kernel, the following vulnerability has been resolved: ACPI: processor: Update cpuidle driver check in acpiprocessorstart Commit 7a8c994cbb2d "ACPI: processor: idle: Optimize ACPI idle driver registration" moved the ACPI idle driver registration to acpiprocessordriverinit and...

5.8AI score0.00121EPSS
SaveExploits0References4
Rows per page
Query Builder