Lucene search
+L

5168 matches found

Tenable Nessus
Tenable Nessus
added 2025/03/05 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2023-52788

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: i915/perf: Fix NULL deref bugs with drmdbg calls When i915 perf interface is not available...

5.5CVSS5.4AI score0.00236EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/03/04 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2017-12457

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - The bfdmakesectionwithflags function in section.c in the Binary File Descriptor BFD library aka libbfd, as distributed in GNU Binutils 2.29 and earlier, allows...

7.8CVSS7.2AI score0.02114EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/03/02 2:30 p.m.44 views

CVE-2022-49733 ALSA: pcm: oss: Fix race at SNDCTL_DSP_SYNC

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: oss: Fix race at SNDCTLDSPSYNC There is a small race window at sndpcmosssync that is called from OSS PCM SNDCTLDSPSYNC ioctl; namely the function calls sndpcmossmakeready at first, then takes the paramslock mutex for t...

7.8CVSS0.00153EPSS
SaveExploits0References5
CVE
CVE
added 2025/03/02 2:30 p.m.119 views

CVE-2022-49733

The CVE-2022-49733 entry concerns the Linux kernel ALSA: pcm: oss – a race in snd_pcm_oss_sync() used by the OSS SNDCTL_DSP_SYNC ioctl. The vulnerability arises because snd_pcm_oss_sync() first calls snd_pcm_oss_make_ready(), then uses the params_lock mutex for the rest, allowing a thread to re-e...

7.8CVSS6.7AI score0.00153EPSS
SaveExploits0References5Affected Software1
SUSE CVE
SUSE CVE
added 2025/03/01 2:52 a.m.6 views

SUSE CVE-2025-21814

In the Linux kernel, the following vulnerability has been resolved: ptp: Ensure info-enable callback is always set The ioctl and sysfs handlers unconditionally call the -enable callback. Not all drivers implement that callback, leading to NULL dereferences. Example of affected drivers: ptps390.c,...

5.5CVSS7.7AI score0.00246EPSS
SaveExploits0References17
RedhatCVE
RedhatCVE
added 2025/02/28 5:33 a.m.13 views

CVE-2022-49616

In the Linux kernel, the following vulnerability has been resolved: ASoC: rt7-sdw: harden jackdetecthandler Realtek headset codec drivers typically check if the card is instantiated before proceeding with the jack detection. The rt700, rt711 and rt711-sdca are however missing a check on the card...

4.4CVSS6.7AI score0.00253EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/02/28 2:23 a.m.5 views

SUSE 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.5CVSS7.7AI score0.00214EPSS
SaveExploits0References5
OSV
OSV
added 2025/02/27 8:16 p.m.2 views

DEBIAN-CVE-2025-21814

In the Linux kernel, the following vulnerability has been resolved: ptp: Ensure info-enable callback is always set The ioctl and sysfs handlers unconditionally call the -enable callback. Not all drivers implement that callback, leading to NULL dereferences. Example of affected drivers: ptps390.c,...

5.5CVSS5.7AI score0.00246EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/27 8:16 p.m.13 views

AZL-57752 CVE-2025-21814 affecting package kernel for versions less than 5.15.179.1-1

In the Linux kernel, the following vulnerability has been resolved: ptp: Ensure info-enable callback is always set The ioctl and sysfs handlers unconditionally call the -enable callback. Not all drivers implement that callback, leading to NULL dereferences. Example of affected drivers: ptps390.c,...

5.5CVSS6.7AI score0.00246EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/27 8:16 p.m.32 views

UBUNTU-CVE-2025-21814

In the Linux kernel, the following vulnerability has been resolved: ptp: Ensure info-enable callback is always set The ioctl and sysfs handlers unconditionally call the -enable callback. Not all drivers implement that callback, leading to NULL dereferences. Example of affected drivers: ptps390.c,...

5.5CVSS6.2AI score0.00246EPSS
SaveExploits0References50
CVE
CVE
added 2025/02/27 8:04 p.m.194 views

CVE-2025-21814

CVE-2025-21814 affects the Linux kernel PTP code: ioctl/sysfs handlers call the info->enable callback unconditionally, which can be NULL if the driver doesn’t implement it. Affected drivers include ptp_s390.c, ptp_vclock.c and ptp_mock.c. The fix replaces a missing callback with a dummy one to...

5.5CVSS6.5AI score0.00246EPSS
SaveExploits0References12Affected Software1
Vulnrichment
Vulnrichment
added 2025/02/27 8:00 p.m.2 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...

6.1AI score0.00213EPSS
SaveExploits0References3
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 8:00 p.m.33 views

CVE-2025-21798

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...

5.5CVSS5.6AI score0.00213EPSS
SaveExploits0
CVE
CVE
added 2025/02/27 8:00 p.m.107 views

CVE-2025-21798

CVE-2025-21798 concerns the Linux kernel FireWire kunit test. The vulnerability arises when kunit_kzalloc() returns NULL and test_state is dereferenced without a NULL check, potentially causing a NULL pointer dereference. A fix adds a NULL check for test_state to prevent dereferencing a NULL poin...

5.5CVSS6.5AI score0.00213EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/02/27 8:00 p.m.8 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...

5.5CVSS6AI score
SaveExploits0References6
OSV
OSV
added 2025/02/27 3:15 a.m.4 views

DEBIAN-CVE-2025-21783

In the Linux kernel, the following vulnerability has been resolved: gpiolib: Fix crash on error in gpiochipgetngpios The gpiochipgetngpios uses chip macros to print messages. However these macros rely on gpiodev to be initialised and set, which is not the case when called via bgpioinit. In such a...

5.5CVSS5.6AI score0.00217EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/27 3:15 a.m.12 views

AZL-57890 CVE-2025-21776 affecting package kernel for versions less than 6.6.79.1-1

In the Linux kernel, the following vulnerability has been resolved: USB: hub: Ignore non-compliant devices with too many configs or interfaces Robert Morris created a test program which can cause usbhubtostructhub to dereference a NULL or inappropriate pointer: Oops: general protection fault,...

5.5CVSS6.3AI score0.00239EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/27 3:15 a.m.8 views

UBUNTU-CVE-2024-58019

In the Linux kernel, the following vulnerability has been resolved: nvkm/gsp: correctly advance the read pointer of GSP message queue A GSP event message consists three parts: message header, RPC header, message body. GSP calculates the number of pages to write from the total size of a GSP messag...

7.8CVSS6.5AI score0.00198EPSS
SaveExploits0References18
SUSE CVE
SUSE CVE
added 2025/02/27 3:11 a.m.7 views

SUSE CVE-2022-49125

In the Linux kernel, the following vulnerability has been resolved: drm/sprd: fix potential NULL dereference 'drm' could be null in sprddrmshutdown, and drmwarn maybe dereference it, remove this warning log. v1 - v2: - Split checking platformgetresource return value to a separate patch - Use...

5.5CVSS6.8AI score0.00231EPSS
SaveExploits0References5
Rows per page
Query Builder