Lucene search
+L

489799 matches found

OSV
OSV
added 2026/08/28 6:48 a.m.9 views

CVE-2026-80649 firmware: arm_scmi: Fix OOB in scmi_power_name_get()

In the Linux kernel, the following vulnerability has been resolved: firmware: armscmi: Fix OOB in scmipowernameget scmipowernameget does not validate the domain number passed by the external caller, which may lead to an out-of-bounds access. Fix this by returning "unknown" for invalid domains, li...

7.8CVSS5.8AI score
SaveExploits0References10
CVE
CVE
added 2026/08/28 6:48 a.m.14 views

CVE-2026-80650

CVE-2026-80650 affects the Linux kernel 's media: atomisp: gc2235 camera sensor driver. The root cause is incorrect error-path handling in gc2235_probe(): if media_entity_pads_init() fails, the probe routine calls gc2235_remove() which frees the device structure, but execution then falls through ...

5.8AI score0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/28 6:48 a.m.10 views

CVE-2026-80650 media: atomisp: gc2235: fix UAF and memory leak

In the Linux kernel, the following vulnerability has been resolved: media: atomisp: gc2235: fix UAF and memory leak gc2235probe handles its error paths incorrectly. If mediaentitypadsinit fails, gc2235remove is called, which tears down the subdev and frees dev, but then still falls through to...

5.8AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/08/28 6:48 a.m.7 views

CVE-2026-80649

In the Linux kernel, the following vulnerability has been resolved: firmware: armscmi: Fix OOB in scmipowernameget scmipowernameget does not validate the domain number passed by the external caller, which may lead to an out-of-bounds access. Fix this by returning "unknown" for invalid domains, li...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/28 6:48 a.m.8 views

EUVD-2026-67525

In the Linux kernel, the following vulnerability has been resolved: firmware: armscmi: Fix OOB in scmipowernameget scmipowernameget does not validate the domain number passed by the external caller, which may lead to an out-of-bounds access. Fix this by returning "unknown" for invalid domains, li...

5.8AI score0.00129EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/08/28 6:48 a.m.9 views

EUVD-2026-67526

In the Linux kernel, the following vulnerability has been resolved: media: atomisp: gc2235: fix UAF and memory leak gc2235probe handles its error paths incorrectly. If mediaentitypadsinit fails, gc2235remove is called, which tears down the subdev and frees dev, but then still falls through to...

5.8AI score0.00168EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/08/28 6:48 a.m.10 views

CVE-2026-80648

In the Linux kernel, the following vulnerability has been resolved: pinctrl: spacemit: fix NULL check in spacemitpinsetconfig spacemitpinsetconfig looks up the per-pin descriptor with spacemitgetpin then checks the wrong variable for failure: const struct spacemitpin spin = spacemitgetpinpctrl,...

5.8AI score0.00166EPSS
SaveExploits0
CVE
CVE
added 2026/08/28 6:48 a.m.17 views

CVE-2026-80648

CVE-2026-80648 affects the pinctrl: spacemit driver in the Linux kernel. In spacemit_pin_set_config(), the code checks the wrong variable after calling spacemit_get_pin(): it tests !pin (an unsigned int) instead of !spin (the pointer). Because pin 0 is a valid ID, the check erroneously returns -E...

5.8AI score0.00166EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/28 6:48 a.m.7 views

EUVD-2026-67524

In the Linux kernel, the following vulnerability has been resolved: pinctrl: spacemit: fix NULL check in spacemitpinsetconfig spacemitpinsetconfig looks up the per-pin descriptor with spacemitgetpin then checks the wrong variable for failure: const struct spacemitpin spin = spacemitgetpinpctrl,...

5.8AI score0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/28 6:48 a.m.7 views

CVE-2026-80648 pinctrl: spacemit: fix NULL check in spacemit_pin_set_config

In the Linux kernel, the following vulnerability has been resolved: pinctrl: spacemit: fix NULL check in spacemitpinsetconfig spacemitpinsetconfig looks up the per-pin descriptor with spacemitgetpin then checks the wrong variable for failure: const struct spacemitpin spin = spacemitgetpinpctrl,...

5.8AI score
SaveExploits0References6
OSV
OSV
added 2026/08/28 6:48 a.m.10 views

CVE-2026-80646 ipv6: guard against possible NULL deref in __in6_dev_stats_get()

In the Linux kernel, the following vulnerability has been resolved: ipv6: guard against possible NULL deref in in6devstatsget devgetbyindexrcu could return NULL if the original physical device is unregistered. Found by Sashiko...

7.5CVSS5.8AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/08/28 6:48 a.m.37 views

CVE-2026-80646 ipv6: guard against possible NULL deref in __in6_dev_stats_get()

In the Linux kernel, the following vulnerability has been resolved: ipv6: guard against possible NULL deref in in6devstatsget devgetbyindexrcu could return NULL if the original physical device is unregistered. Found by Sashiko...

7.5CVSS0.00508EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/28 6:48 a.m.7 views

EUVD-2026-67522

In the Linux kernel, the following vulnerability has been resolved: ipv6: guard against possible NULL deref in in6devstatsget devgetbyindexrcu could return NULL if the original physical device is unregistered. Found by Sashiko...

5.8AI score0.00508EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/28 6:48 a.m.6 views

CVE-2026-80647 RDMA/hns: Fix warning in poll cq direct mode

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix warning in poll cq direct mode CQs allocated by iballoccq always have a comphandler. Though in direct mode this handler is never expected to be called, it is still called when the driver is reset, triggering the...

5.8AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/08/28 6:48 a.m.9 views

CVE-2026-80647

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix warning in poll cq direct mode CQs allocated by iballoccq always have a comphandler. Though in direct mode this handler is never expected to be called, it is still called when the driver is reset, triggering the...

5.8AI score0.00176EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/28 6:48 a.m.4 views

EUVD-2026-67523

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix warning in poll cq direct mode CQs allocated by iballoccq always have a comphandler. Though in direct mode this handler is never expected to be called, it is still called when the driver is reset, triggering the...

5.8AI score0.00176EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/28 6:48 a.m.8 views

CVE-2026-80646

In the Linux kernel, the following vulnerability has been resolved: ipv6: guard against possible NULL deref in in6devstatsget devgetbyindexrcu could return NULL if the original physical device is unregistered. Found by Sashiko...

7.5CVSS5.8AI score0.00508EPSS
SaveExploits0
CVE
CVE
added 2026/08/28 6:48 a.m.15 views

CVE-2026-80646

CVE-2026-80646 affects the Linux kernel ipv6 subsystem. The vulnerability resides in __in6_dev_stats_get(), where a call to dev_get_by_index_rcu() may return NULL if the original physical device has been unregistered, leading to a NULL pointer dereference and a denial of service. The CVSS 3.1 sco...

7.5CVSS5.8AI score0.00508EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/28 6:48 a.m.36 views

CVE-2026-80645 rapidio/tsi721: prevent a bad dereference in tsi721_db_dpc()

In the Linux kernel, the following vulnerability has been resolved: rapidio/tsi721: prevent a bad dereference in tsi721dbdpc With a listforeach loop, if we don't find the item we are looking for in the list, then the loop exits with the iterator, which is "dbell" in this loop, pointing to invalid...

8.1CVSS0.00259EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/28 6:48 a.m.6 views

CVE-2026-80645 rapidio/tsi721: prevent a bad dereference in tsi721_db_dpc()

In the Linux kernel, the following vulnerability has been resolved: rapidio/tsi721: prevent a bad dereference in tsi721dbdpc With a listforeach loop, if we don't find the item we are looking for in the list, then the loop exits with the iterator, which is "dbell" in this loop, pointing to invalid...

8.1CVSS5.9AI score
SaveExploits0References11
Rows per page
Query Builder