Lucene search
+L

82180 matches found

NVD
NVD
•added 2026/09/16 1:18 p.m.•10 views

CVE-2026-92360

A weakness has been identified in ag-ui-protocol ag-ui 1.0. The impacted element is the function prepareRunAgentInput of the file agent/agent.ts of the component Event Application Layer. This manipulation of the argument TEXTMESSAGESTART causes origin validation error. Remote exploitation of the...

6.5CVSS0.00208EPSS
SaveExploits0References7
NVD
NVD
•added 2026/09/16 11:17 a.m.•13 views

CVE-2026-90044

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Fix Use-After-Free in AIO error path In ffsepfilewriteiter and ffsepfilereaditer, when ffsepfileio fails with an error other than -EIOCBQUEUED, the iodata structure p is freed. However, for AIO operations, the...

7.8CVSS0.0017EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/16 11:17 a.m.•9 views

DEBIAN-CVE-2026-89977

In the Linux kernel, the following vulnerability has been resolved: accel/ethosu: check MMIO mapping errors in probe devmplatformioremapresource returns an error pointer when the register resource cannot be mapped. ethosuprobe stores it and continues until initialization dereferences it through...

5.8AI score0.00198EPSS
SaveExploits0References1
OSV
OSV
•added 2026/09/16 11:17 a.m.•7 views

AZL-101295 CVE-2026-89937 affecting package kernel 6.6.152.1-1

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: sgp30: Handle IAQ thread creation failure kthreadrun can fail and return an error pointer, but sgpprobe stores it and returns success, so the device is registered without its IAQ thread and sgpremove later passes t...

5.7AI score0.0021EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/16 11:16 a.m.•10 views

CVE-2026-89889

In the Linux kernel, the following vulnerability has been resolved: media: i2c: imx415: Release runtime PM reference on VBLANK error The VBLANK path returned immediately when programming VMAX failed after pmruntimegetifinuse had taken a runtime PM reference. Break out of the switch instead so the...

0.00206EPSS
SaveExploits0References3
NVD
NVD
•added 2026/09/16 11:16 a.m.•10 views

CVE-2026-89871

In the Linux kernel, the following vulnerability has been resolved: media: video-i2c: fix kthread error pointer left in kthreadvidcap on failure kthreadrun returns an ERRPTR on failure, not NULL. When startstreaming fails, data-kthreadvidcap is left holding this error pointer instead of being...

0.00211EPSS
SaveExploits0References8
OSV
OSV
•added 2026/09/16 11:16 a.m.•8 views

AZL-101376 CVE-2026-89871 affecting package kernel 6.6.152.1-1

In the Linux kernel, the following vulnerability has been resolved: media: video-i2c: fix kthread error pointer left in kthreadvidcap on failure kthreadrun returns an ERRPTR on failure, not NULL. When startstreaming fails, data-kthreadvidcap is left holding this error pointer instead of being...

5.6AI score0.00211EPSS
SaveExploits0References1
OSV
OSV
•added 2026/09/16 11:16 a.m.•10 views

AZL-101474 CVE-2026-89821 affecting package kernel 6.6.152.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: avoid divide-by-zero in islutlinear islutlinear computes the expected value of each entry with expected = i MAXDRMLUTVALUE / size - 1; If it is ever called with a single-entry LUT, size - 1 is zero and the kernel...

5.8AI score0.00211EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/16 11:16 a.m.•9 views

CVE-2026-89821

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: avoid divide-by-zero in islutlinear islutlinear computes the expected value of each entry with expected = i MAXDRMLUTVALUE / size - 1; If it is ever called with a single-entry LUT, size - 1 is zero and the kernel...

0.00211EPSS
SaveExploits0References8
OSV
OSV
•added 2026/09/16 11:16 a.m.•11 views

DEBIAN-CVE-2026-89821

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: avoid divide-by-zero in islutlinear islutlinear computes the expected value of each entry with expected = i MAXDRMLUTVALUE / size - 1; If it is ever called with a single-entry LUT, size - 1 is zero and the kernel...

5.8AI score0.00211EPSS
SaveExploits0References1
OSV
OSV
•added 2026/09/16 11:16 a.m.•7 views

AZL-101484 CVE-2026-89810 affecting package kernel 6.6.157.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix error path at svmmigratecopytoram If page migration from device to sys ram fails for some reasons driver needs release and unlock allocated system pages. To do that driver should use page physical address, or pfn,...

7.8CVSS5.8AI score0.00173EPSS
SaveExploits0References1
The Hacker News
The Hacker News
•added 2026/09/16 11:15 a.m.•11 views

Google Patches Pixel Modem Flaw Amid Signs of Limited Targeted Exploitation

Google has disclosed that a high-severity security flaw in its Pixel Cellular Modem has come under exploitation in the wild. The vulnerability, tracked as CVE-2026-58704 CVSS score: 8.0, is a privilege escalation flaw. "In Cellular Modem, there is a possible permission bypass due to a logic error...

8CVSS6.1AI score0.00591EPSS
SaveExploits0
Cvelist
Cvelist
•added 2026/09/16 10:33 a.m.•36 views

CVE-2026-90044 usb: gadget: f_fs: Fix Use-After-Free in AIO error path

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Fix Use-After-Free in AIO error path In ffsepfilewriteiter and ffsepfilereaditer, when ffsepfileio fails with an error other than -EIOCBQUEUED, the iodata structure p is freed. However, for AIO operations, the...

7.8CVSS0.0017EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/09/16 10:32 a.m.•34 views

CVE-2026-89977 accel/ethosu: check MMIO mapping errors in probe

In the Linux kernel, the following vulnerability has been resolved: accel/ethosu: check MMIO mapping errors in probe devmplatformioremapresource returns an error pointer when the register resource cannot be mapped. ethosuprobe stores it and continues until initialization dereferences it through...

0.00198EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/09/16 10:32 a.m.•9 views

EUVD-2026-80577

In the Linux kernel, the following vulnerability has been resolved: accel/ethosu: check MMIO mapping errors in probe devmplatformioremapresource returns an error pointer when the register resource cannot be mapped. ethosuprobe stores it and continues until initialization dereferences it through...

5.7AI score0.00198EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/16 10:32 a.m.•12 views

CVE-2026-89977 accel/ethosu: check MMIO mapping errors in probe

In the Linux kernel, the following vulnerability has been resolved: accel/ethosu: check MMIO mapping errors in probe devmplatformioremapresource returns an error pointer when the register resource cannot be mapped. ethosuprobe stores it and continues until initialization dereferences it through...

5.8AI score
SaveExploits0References5
Cvelist
Cvelist
•added 2026/09/16 10:32 a.m.•36 views

CVE-2026-89937 iio: chemical: sgp30: Handle IAQ thread creation failure

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: sgp30: Handle IAQ thread creation failure kthreadrun can fail and return an error pointer, but sgpprobe stores it and returns success, so the device is registered without its IAQ thread and sgpremove later passes t...

0.0021EPSS
SaveExploits0References8
OSV
OSV
•added 2026/09/16 10:32 a.m.•7 views

CVE-2026-89937 iio: chemical: sgp30: Handle IAQ thread creation failure

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: sgp30: Handle IAQ thread creation failure kthreadrun can fail and return an error pointer, but sgpprobe stores it and returns success, so the device is registered without its IAQ thread and sgpremove later passes t...

5.7AI score
SaveExploits0References11
EUVD
EUVD
•added 2026/09/16 10:32 a.m.•10 views

EUVD-2026-80537

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: sgp30: Handle IAQ thread creation failure kthreadrun can fail and return an error pointer, but sgpprobe stores it and returns success, so the device is registered without its IAQ thread and sgpremove later passes t...

5.7AI score0.0021EPSS
SaveExploits0References8
EUVD
EUVD
•added 2026/09/16 10:32 a.m.•7 views

EUVD-2026-80534

In the Linux kernel, the following vulnerability has been resolved: iio: light: ltrf216a: fix runtime PM reference leak in error path ltrf216agetlux acquires a runtime PM reference by calling ltrf216asetpowerstatedata, true. However, if ltrf216areaddata fails, the function returns immediately...

5.6AI score0.00209EPSS
SaveExploits0References4
Rows per page
Query Builder