Lucene search
+L

139 matches found

Kitploit
Kitploit
•added 2026/09/25 8:56 a.m.•11 views

isr-sqlget

-- ISR - Infobyte Security Research -- | ISR-sqlget | www.infobytesec.com | ..:: DESCRIPCIÓN ISR-sqlget: Es una herramienta de inyección SQL ciega desarrollada en Perl. Permite obtener esquemas de bases de datos y filas de tablas. Usando un único GET/POST puedes acceder silenciosamente a la...

5.9AI score
SaveExploits0
EUVD
EUVD
•added 2026/09/24 4:04 p.m.•5 views

EUVD-2026-86079

In the Linux kernel, the following vulnerability has been resolved: serial: 8250: fix possible ISR soft lockup There are rare cases in which the host gets stuck in the ISR because it is flooded with messages during the startup phase. The reason for the soft lockup in the ISR is the missing FIFO...

5.8AI score0.00166EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/24 4:04 p.m.•3 views

CVE-2026-97481 serial: 8250: fix possible ISR soft lockup

In the Linux kernel, the following vulnerability has been resolved: serial: 8250: fix possible ISR soft lockup There are rare cases in which the host gets stuck in the ISR because it is flooded with messages during the startup phase. The reason for the soft lockup in the ISR is the missing FIFO...

5.8AI score
SaveExploits0References6
CVE
CVE
•added 2026/09/24 4:04 p.m.•8 views

CVE-2026-97481

The Linux kernel contains a vulnerability in the serial: 8250 driver where the host can experience an ISR soft lockup during the startup phase. This occurs when the host is flooded with messages because the driver fails to handle the FIFO error IRQ (FIFOE) ; reporting IRQ_HANDLED without proper h...

5.8AI score0.00166EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
•added 2026/09/24 12:00 a.m.•4 views

Linux Distros Unpatched Vulnerability : CVE-2026-97481

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - serial: 8250: fix possible ISR soft lockup There are rare cases in which the host gets stuck in the ISR because it is flooded with messages during the startup...

5.8AI score0.00166EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
•added 2026/09/18 12:00 a.m.•5 views

Linux Distros Unpatched Vulnerability : CVE-2026-90316

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/omap: dsi: Do not copy isr table To be able to unregister stuff from isrs, the corresponding table was copied. Nobody seems to unregister stuff that way, so...

7.8CVSS6.1AI score0.00176EPSS
SaveExploits0References3
NVD
NVD
•added 2026/09/17 5:17 p.m.•11 views

CVE-2026-90430

In the Linux kernel, the following vulnerability has been resolved: iommu/tegra241-cmdqv: Publish an LVCMDQ only after it is fully initialized tegra241vintfinitlvcmdq stores the freshly allocated vcmdq pointer to the vintf-lvcmdqs array, before tegra241vcmdqallocsmmucmdq builds the vcmdq-cmdq. Th...

0.00209EPSS
SaveExploits0References4
NVD
NVD
•added 2026/09/17 5:17 p.m.•8 views

CVE-2026-90316

In the Linux kernel, the following vulnerability has been resolved: drm/omap: dsi: Do not copy isr table To be able to unregister stuff from isrs, the corresponding table was copied. Nobody seems to unregister stuff that way, so it does not help. But there are stack-allocated objects passed to...

7.8CVSS0.00176EPSS
SaveExploits0References7
OSV
OSV
•added 2026/09/17 5:17 p.m.•6 views

DEBIAN-CVE-2026-90316

In the Linux kernel, the following vulnerability has been resolved: drm/omap: dsi: Do not copy isr table To be able to unregister stuff from isrs, the corresponding table was copied. Nobody seems to unregister stuff that way, so it does not help. But there are stack-allocated objects passed to...

7.8CVSS6.1AI score0.00176EPSS
SaveExploits0References1
OSV
OSV
•added 2026/09/17 5:17 p.m.•5 views

AZL-102665 CVE-2026-90316 affecting package kernel 6.6.152.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/omap: dsi: Do not copy isr table To be able to unregister stuff from isrs, the corresponding table was copied. Nobody seems to unregister stuff that way, so it does not help. But there are stack-allocated objects passed to...

7.8CVSS6.1AI score0.00176EPSS
SaveExploits0References1
CVE
CVE
•added 2026/09/17 4:09 p.m.•18 views

CVE-2026-90429

CVE-2026-90429 is a race condition in the Linux kernel's iommu/tegra241-cmdqv driver (NVIDIA Tegra 241 IOMMU). The error interrupt service routine (ISR) can read a cmdqv->vintfs[] slot concurrently with VINTF teardown or initialization, leading to a NULL dereference , a use-after-free , or a s...

7.8CVSS5.8AI score0.00168EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/17 4:09 p.m.•5 views

CVE-2026-90429 iommu/tegra241-cmdqv: Synchronize the error ISR against VINTF (de)init

In the Linux kernel, the following vulnerability has been resolved: iommu/tegra241-cmdqv: Synchronize the error ISR against VINTF deinit A user VINTF is torn down by tegra241cmdqvdeinitvintf, which runs from the destroy callback and from the init-failure unwind in the alloc handler. It clears the...

7.8CVSS5.8AI score
SaveExploits0References6
Cvelist
Cvelist
•added 2026/09/17 4:09 p.m.•36 views

CVE-2026-90428 iommu/tegra241-cmdqv: Don't run the error ISR before probe sets up vintfs

In the Linux kernel, the following vulnerability has been resolved: iommu/tegra241-cmdqv: Don't run the error ISR before probe sets up vintfs tegra241cmdqvprobe requests the error IRQ before it has allocated the cmdqv-vintfs array and set cmdqv-numvintfs. A CMDQV left enabled with a latched error...

0.00209EPSS
SaveExploits0References4
CVE
CVE
•added 2026/09/17 4:09 p.m.•14 views

CVE-2026-90428

CVE-2026-90428 affects the Linux kernel driver iommu/tegra241-cmdqv (NVIDIA Tegra 241 CMDQV IOMMU). The root cause is that __tegra241_cmdqv_probe() requests the error IRQ before allocating the cmdqv->vintfs array and setting cmdqv->num_vintfs. If a CMDQV is left enabled with a latched error...

5.8AI score0.00209EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/09/17 4:08 p.m.•9 views

EUVD-2026-81977

In the Linux kernel, the following vulnerability has been resolved: drm/omap: dsi: Do not copy isr table To be able to unregister stuff from isrs, the corresponding table was copied. Nobody seems to unregister stuff that way, so it does not help. But there are stack-allocated objects passed to...

6.1AI score0.00176EPSS
SaveExploits0References7
OSV
OSV
•added 2026/09/17 4:08 p.m.•6 views

CVE-2026-90316 drm/omap: dsi: Do not copy isr table

In the Linux kernel, the following vulnerability has been resolved: drm/omap: dsi: Do not copy isr table To be able to unregister stuff from isrs, the corresponding table was copied. Nobody seems to unregister stuff that way, so it does not help. But there are stack-allocated objects passed to...

7.8CVSS6.1AI score
SaveExploits0References10
Cvelist
Cvelist
•added 2026/09/17 4:08 p.m.•37 views

CVE-2026-90316 drm/omap: dsi: Do not copy isr table

In the Linux kernel, the following vulnerability has been resolved: drm/omap: dsi: Do not copy isr table To be able to unregister stuff from isrs, the corresponding table was copied. Nobody seems to unregister stuff that way, so it does not help. But there are stack-allocated objects passed to...

7.8CVSS0.00176EPSS
SaveExploits0References7
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/09/17 12:00 a.m.•1 views

CVE-2026-90429: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: iommu/tegra241-cmdqv: Synchronize the error ISR against VINTF deinit A user VINTF is torn down by tegra241cmdqvdeinitvintf, which runs from the destroy callback and from the init-failure unwind in the alloc handler. It clears the...

7.8CVSS5.8AI score0.00168EPSS
SaveExploits0References1
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/09/17 12:00 a.m.•1 views

CVE-2026-90430: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: iommu/tegra241-cmdqv: Publish an LVCMDQ only after it is fully initialized tegra241vintfinitlvcmdq stores the freshly allocated vcmdq pointer to the vintf-lvcmdqs array, before tegra241vcmdqallocsmmucmdq builds the vcmdq-cmdq. Th...

5.7AI score0.00209EPSS
SaveExploits0References1
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/09/17 12:00 a.m.•0 views

CVE-2026-90316: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: drm/omap: dsi: Do not copy isr table To be able to unregister stuff from isrs, the corresponding table was copied. Nobody seems to unregister stuff that way, so it does not help. But there are stack-allocated objects passed to...

7.8CVSS6.1AI score0.00176EPSS
SaveExploits0References1
Rows per page
Query Builder