Lucene search
+L

44 matches found

Cvelist
Cvelist
added 2025/02/27 8:00 p.m.32 views

CVE-2025-21798 firewire: test: Fix potential null dereference in firewire kunit test

In the Linux kernel, the following vulnerability has been resolved: firewire: test: Fix potential null dereference in firewire kunit test kunitkzalloc may return a NULL pointer, dereferencing it without NULL check may lead to NULL dereference. Add a NULL check for teststate...

0.00213EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/02/27 2:07 a.m.8 views

CVE-2024-57989

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: fix NULL deref check in mt7925changeviflinks In mt7925changeviflinks devmkzalloc may return NULL but this returned value is not checked...

5.5CVSS5.5AI score0.00214EPSS
SaveExploits0
CVE
CVE
added 2025/02/26 2:13 a.m.102 views

CVE-2022-49459

Mode C: CVE-2022-49459 affects the Linux kernel (notably kernel 5.10/5.15 in Astra Linux) with a NULL-dereference risk in sr_thermal_probe due to platform_get_resource() possibly returning NULL. The vulnerability stems from insufficient NULL checks, and a fix adds a proper NULL check to prevent d...

5.5CVSS5.4AI score0.00264EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2025/02/26 2:11 a.m.24 views

CVE-2022-49392

In the Linux kernel, the following vulnerability has been resolved: serial: 8250aspeedvuart: Fix potential NULL dereference in aspeedvuartprobe platformgetresource may fail and return NULL, so we should better check it's return value to avoid a NULL pointer dereference...

5.5CVSS5.6AI score0.00256EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/02/26 1:54 a.m.31 views

CVE-2022-49070

In the Linux kernel, the following vulnerability has been resolved: fbdev: Fix unregistering of framebuffers without device OF framebuffers do not have an underlying device in the Linux device hierarchy. Do a regular unregister call instead of hot unplugging such a non-existing device. Fixes a NU...

5.5CVSS5.4AI score0.00256EPSS
SaveExploits0
NVD
NVD
added 2025/01/08 6:15 p.m.21 views

CVE-2024-56773

In the Linux kernel, the following vulnerability has been resolved: kunit: Fix potential null dereference in kunitdevicedrivertest kunitkzalloc may return a NULL pointer, dereferencing it without NULL check may lead to NULL dereference. Add a NULL check for teststate...

5.5CVSS0.00177EPSS
SaveExploits0References2
CVE
CVE
added 2025/01/08 5:49 p.m.163 views

CVE-2024-56773

CVE-2024-56773 : In the Linux kernel, a potential NULL pointer dereference could occur in kunit_device_driver_test() when kunit_kzalloc() returns NULL and is dereferenced without a NULL check. The patch adds a NULL check for test_state to mitigate this. The CVE details, including its impact and e...

5.5CVSS6.5AI score0.00177EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/12/27 1:49 p.m.28 views

CVE-2024-53204

In the Linux kernel, the following vulnerability has been resolved: phy: realtek: usb: fix NULL deref in rtkusb3phyprobe In rtkusb3phyprobe devmkzalloc may return NULL but this returned value is not checked...

5.5CVSS5.6AI score0.00216EPSS
SaveExploits0
CVE
CVE
added 2024/10/21 12:14 p.m.154 views

CVE-2024-47756

CVE-2024-47756 (Linux kernel) resolves a NULL-dereference vulnerability in PCI Keystone quirk handling. The code used a logical AND (&&) where a logical OR (||) was intended in ks_pcie_quirk(), potentially triggering NULL dereferences during PCI Keystone quirk evaluation. The fix corrects the if-...

5.5CVSS6.9AI score0.00219EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2024/09/13 5:29 a.m.24 views

CVE-2024-46685

In the Linux kernel, the following vulnerability has been resolved: pinctrl: single: fix potential NULL dereference in pcsgetfunction pinmuxgenericgetfunction can return NULL and the pointer 'function' was dereferenced without checking against NULL. Add checking of pointer 'function' in...

5.5CVSS5.7AI score0.00259EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/07/16 10:59 p.m.33 views

CVE-2022-48793

A vulnerability was found in the nested.c file in the Linux kernel's KVM driver, where a potential NULL dereference can occur. This happens when the call to load the nested state is executed before Nested Page Tables NPT are enabled, preventing access to guest memory, lead to system instability a...

5.5CVSS6.6AI score0.00241EPSS
SaveExploits0References4
Amazon
Amazon
added 2024/06/24 12:00 a.m.12 views

Medium: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: md: fix kmemleak of rdev-serial CVE-2024-26900 In the Linux kernel, the following vulnerability has been resolved: dyndbg: fix old BUGON in control parser CVE-2024-35947 In the Linux kernel, the following...

8.1CVSS6.8AI score0.01305EPSS
SaveExploits1
Vulnrichment
Vulnrichment
added 2024/05/19 8:34 a.m.22 views

CVE-2024-35902 net/rds: fix possible cp null dereference

In the Linux kernel, the following vulnerability has been resolved: net/rds: fix possible cp null dereference cp might be null, calling cp-cpconn would produce null dereference Simon Horman adds: Analysis: cp is a parameter of rdsrdmamap and is not reassigned. The following call-sites pass a NULL...

6.8AI score0.00223EPSS
SaveExploits0References8
OSV
OSV
added 2022/06/20 10:32 a.m.10 views

OPENSUSE-SU-2022:10018-1 Security update for atheme

This update for atheme fixes the following issues: atheme was updated to release 7.2.12: CVE-2022-24976: Fixed General authentication bypass in Atheme IRC services with InspIRCd 3 boo1195989 Track SASL login EID Update to release 7.2.11 Add a preliminary Turkish translation Add HMAC-MD5 verify-on...

9.1CVSS9.3AI score0.0182EPSS
SaveExploits1References4
OSV
OSV
added 2022/02/16 12:08 p.m.25 views

SUSE-SU-2022:0440-1 Security update for apache2

This update for apache2 fixes the following issues: - CVE-2021-44224: Fixed NULL dereference or SSRF in forward proxy configurations bsc1193943 - CVE-2021-44790: Fixed a buffer overflow when parsing multipart content in modlua bsc1193942 This update also enables TLS 1.3 support, by building again...

9.8CVSS9.3AI score0.9684EPSS
SaveExploits5References5
OSV
OSV
added 2022/01/18 4:51 p.m.20 views

SUSE-SU-2022:0119-1 Security update for apache2

This update for apache2 fixes the following issues: - CVE-2021-44224: Fixed NULL dereference or SSRF in forward proxy configurations. bsc1193943 - CVE-2021-44790: Fixed buffer overflow when parsing multipart content in modlua. bsc1193942...

9.8CVSS9.4AI score0.9684EPSS
SaveExploits5References5
OSV
OSV
added 2022/01/17 3:25 p.m.20 views

OPENSUSE-SU-2022:0091-1 Security update for apache2

This update for apache2 fixes the following issues: Apache2 was updated to the current stable version 2.4.51 jscSLE-22733 jscSLE-22849 It fixes all CVEs and selected bugs represented by patches found between 2.4.23 and 2.4.51. See https://downloads.apache.org/httpd/CHANGES2.4 for a complete chang...

9.8CVSS9.4AI score0.9684EPSS
SaveExploits5References5
OSV
OSV
added 2022/01/17 3:25 p.m.19 views

SUSE-SU-2022:0091-1 Security update for apache2

This update for apache2 fixes the following issues: Apache2 was updated to the current stable version 2.4.51 jscSLE-22733 jscSLE-22849 It fixes all CVEs and selected bugs represented by patches found between 2.4.23 and 2.4.51. See https://downloads.apache.org/httpd/CHANGES2.4 for a complete chang...

9.8CVSS9.4AI score0.9684EPSS
SaveExploits5References5
OSV
OSV
added 2022/01/12 4:47 p.m.21 views

SUSE-SU-2022:0065-1 Security update for apache2

This update for apache2 fixes the following issues: - CVE-2021-44224: Fixed NULL dereference or SSRF in forward proxy configurations. bsc1193943 - CVE-2021-44790: Fixed buffer overflow when parsing multipart content in modlua. bsc1193942...

9.8CVSS9.4AI score0.9684EPSS
SaveExploits5References5
OSV
OSV
added 2021/06/30 12:29 a.m.15 views

GSD-2021-1000968 net: ieee802154: fix null deref in parse dev addr

net: ieee802154: fix null deref in parse dev addr This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.10.45 by commit...

7.2AI score
SaveExploits0
Rows per page
Query Builder