Lucene search
+L

13165 matches found

NVD
NVD
added 2025/03/06 4:15 p.m.16 views

CVE-2025-21827

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: mediatek: Add locks for usbdriverclaiminterface The documentation for usbdriverclaiminterface says that "the device lock" is needed when the function is called from places other than probe. This appears to be th...

7.8CVSS0.00145EPSS
SaveExploits0References3
NVD
NVD
added 2025/03/06 4:15 p.m.13 views

CVE-2024-58075

In the Linux kernel, the following vulnerability has been resolved: crypto: tegra - do not transfer req when tegra init fails The tegracmacinit or tegrashainit function may return an error when memory is exhausted. It should not transfer the request when they return an error...

7.8CVSS0.00186EPSS
SaveExploits0References3
NVD
NVD
added 2025/03/06 4:15 p.m.18 views

CVE-2025-21826

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: reject mismatching sum of fieldlen with set key length The field length description provides the length of each separated key field in the concatenation, each field gets rounded up to 32-bits to calculate the...

7.8CVSS0.00196EPSS
SaveExploits0References11
NVD
NVD
added 2025/03/06 4:15 p.m.25 views

CVE-2024-58071

In the Linux kernel, the following vulnerability has been resolved: team: prevent adding a device which is already a team device lower Prevent adding a device which is already a team device lower, e.g. adding veth0 if vlan1 was already added and veth0 is a lower of vlan1. This is not useful in...

5.5CVSS0.00174EPSS
SaveExploits0References11
NVD
NVD
added 2025/03/06 4:15 p.m.31 views

CVE-2024-58074

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Grab inteldisplay from the encoder to avoid potential oopsies Grab the inteldisplay from 'encoder' rather than 'state' in the encoder hooks to avoid the massive footgun that is intelsanitizeencoder, which passes NULL as...

5.5CVSS0.0015EPSS
SaveExploits0References2
NVD
NVD
added 2025/03/06 4:15 p.m.25 views

CVE-2024-58073

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: check dpuplaneatomicprintstate for valid sspp Similar to the rpipe sspp protect, add a check to protect the pipe state prints to avoid NULL ptr dereference for cases when the state is dumped without a corresponding...

5.5CVSS0.0015EPSS
SaveExploits0References2
NVD
NVD
added 2025/03/06 4:15 p.m.24 views

CVE-2024-58061

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: prohibit deactivating all links In the internal API this calls this is a WARNON, but that should remain since internally we want to know about bugs that may cause this. Prevent deactivating all links in the debugf...

5.5CVSS0.00179EPSS
SaveExploits0References7
NVD
NVD
added 2025/03/06 4:15 p.m.17 views

CVE-2024-58062

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: avoid NULL pointer dereference When iterating over the links of a vif, we need to make sure that the pointer is valid in other words - that the link exists before dereferncing it. Use foreachvifactivelink that...

5.5CVSS0.00176EPSS
SaveExploits0References3
NVD
NVD
added 2025/03/06 4:15 p.m.22 views

CVE-2024-58064

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: tests: Fix potential NULL dereference in testcfg80211parsecolocatedap kunitkzalloc may return NULL, dereferencing it without NULL check may lead to NULL dereference. Add a NULL check for ies...

5.5CVSS0.00175EPSS
SaveExploits0References3
NVD
NVD
added 2025/03/06 4:15 p.m.21 views

CVE-2024-58051

In the Linux kernel, the following vulnerability has been resolved: ipmi: ipmb: Add check devmkasprintf returned value devmkasprintf can return a NULL pointer on failure but this returned value is not checked...

5.5CVSS0.00208EPSS
SaveExploits0References11
NVD
NVD
added 2025/03/06 4:15 p.m.19 views

CVE-2024-58055

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ftcm: Don't free command immediately Don't prematurely free the command. Wait for the status completion of the sense status. It can be freed then. Otherwise we will double-free the command...

7.8CVSS0.00258EPSS
SaveExploits0References10
NVD
NVD
added 2025/03/06 4:15 p.m.22 views

CVE-2024-58057

In the Linux kernel, the following vulnerability has been resolved: idpf: convert workqueues to unbound When a workqueue is created with WQUNBOUND, its work items are served by special worker-pools, whose host workers are not bound to any specific CPU. In the default configuration i.e. when...

5.5CVSS0.00178EPSS
SaveExploits0References3
CVE
CVE
added 2025/03/06 4:13 p.m.131 views

CVE-2024-58081

CVE-2024-58081 : In the Linux kernel, a race/ordering flaw in the power-domain (GENPD) debug path can dereference NULL if the genpd struct device name isn’t set before pm_genpd_init() runs. The issue arises when dev_set_name() for the GENPD device occurs inside pm_genpd_init(), and a NULL genpd n...

5.5CVSS7AI score0.00176EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2025/03/06 4:13 p.m.13 views

CVE-2024-58081

In the Linux kernel, the following vulnerability has been resolved: clk: mmp2: call pmgenpdinit only after genpd.name is set Setting the genpd's struct device's name with devsetname is happening within pmgenpdinit. If it remains NULL, things can blow up later, such as when crafting the devfs...

5.5CVSS5.6AI score0.00176EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/03/06 4:13 p.m.17 views

CVE-2024-58082

In the Linux kernel, the following vulnerability has been resolved: media: nuvoton: Fix an error check in npcmvideoeceinit When function offinddevicebynode fails, it returns NULL instead of an error code. So the corresponding error check logic should be modified to check whether the return value ...

5.5CVSS5.6AI score0.00176EPSS
SaveExploits0
CVE
CVE
added 2025/03/06 4:13 p.m.113 views

CVE-2024-58082

CVE-2024-58082 affects the Linux kernel media nuvoton driver (npcm_video_ece_init). The root cause is improper error handling: when of_find_device_by_node() fails it returns NULL instead of an error code, so the code path should check for NULL and return -ENODEV. The fix implements proper NULL ch...

5.5CVSS7.3AI score0.00176EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/03/06 4:13 p.m.9 views

CVE-2024-58082 media: nuvoton: Fix an error check in npcm_video_ece_init()

In the Linux kernel, the following vulnerability has been resolved: media: nuvoton: Fix an error check in npcmvideoeceinit When function offinddevicebynode fails, it returns NULL instead of an error code. So the corresponding error check logic should be modified to check whether the return value ...

6.1AI score
SaveExploits0References6
OSV
OSV
added 2025/03/06 4:13 p.m.12 views

CVE-2024-58081 clk: mmp2: call pm_genpd_init() only after genpd.name is set

In the Linux kernel, the following vulnerability has been resolved: clk: mmp2: call pmgenpdinit only after genpd.name is set Setting the genpd's struct device's name with devsetname is happening within pmgenpdinit. If it remains NULL, things can blow up later, such as when crafting the devfs...

5.5CVSS6AI score
SaveExploits0References6
OSV
OSV
added 2025/03/06 4:13 p.m.17 views

CVE-2024-58080 clk: qcom: dispcc-sm6350: Add missing parent_map for a clock

In the Linux kernel, the following vulnerability has been resolved: clk: qcom: dispcc-sm6350: Add missing parentmap for a clock If a clkrcg2 has a parent, it should also have parentmap defined, otherwise we'll get a NULL pointer dereference when calling clksetrate like the following: 3.388105 Cal...

5.5CVSS6.2AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/03/06 4:13 p.m.17 views

CVE-2024-58077

In the Linux kernel, the following vulnerability has been resolved: ASoC: soc-pcm: don't use socpcmret on .prepare callback commit 1f5664351410 "ASoC: lower "no backend DAIs enabled for ... Port" log severity" ignores -EINVAL error message on common socpcmret. It is used from many functions,...

5.5CVSS5.6AI score0.0018EPSS
SaveExploits0
Rows per page
Query Builder