Lucene search
+L

300252 matches found

OSV
OSV
•added 2026/09/17 4:06 p.m.•7 views

CVE-2026-90126 rtc: pcf8563: fix clock provider leak on unbind

In the Linux kernel, the following vulnerability has been resolved: rtc: pcf8563: fix clock provider leak on unbind pcf8563clkoutregisterclk registers the CLKOUT clock provider with ofclkaddprovider, but nothing ever unwinds it: there is no ofclkdelprovider call and the driver has no remove...

5.7AI score
SaveExploits0References11
EUVD
EUVD
•added 2026/09/17 4:06 p.m.•14 views

EUVD-2026-81717

In the Linux kernel, the following vulnerability has been resolved: irqchip/renesas-rzg2l: Fix loss of interrupt rzg2lclearirqint and rzg2lcleartintint perform a read-modify-write on the ISCR/TSCR status registers to clear the bit for the interrupt just handled. Since these registers are...

5.8AI score0.00206EPSS
SaveExploits0References6
CVE
CVE
•added 2026/09/17 4:06 p.m.•19 views

CVE-2026-90125

CVE-2026-90125 is a request buffer leak in the Linux kernel's SMB client , specifically in smb2_new_read_req(). The function allocates a buffer via smb2_plain_req_init() but fails to release it on two early error returns: a failed initialization and a failed smbd_register_mr() call. Because -EAGA...

5.7AI score0.00209EPSS
SaveExploits0References5
EUVD
EUVD
•added 2026/09/17 4:06 p.m.•11 views

EUVD-2026-81718

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix request buffer leak in smb2newreadreq smb2newreadreq allocates the request buffer with smb2plainreqinit but only publishes it to the caller with buf = req at the very end of the function. Two error returns sit in...

5.7AI score0.00209EPSS
SaveExploits0References5
CVE
CVE
•added 2026/09/17 4:06 p.m.•19 views

CVE-2026-90124

This vulnerability affects the Linux kernel 's irqchip/renesas-rzg2l driver. The functions rzg2l_clear_irq_int() and rzg2l_clear_tint_int() perform a racy read-modify-write on the ISCR/TSCR status registers, which are write-0-to-clear per bit. If another interrupt's status bit is set between the ...

5.8AI score0.00206EPSS
SaveExploits0References6
Cvelist
Cvelist
•added 2026/09/17 4:06 p.m.•27 views

CVE-2026-90125 smb: client: fix request buffer leak in smb2_new_read_req()

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix request buffer leak in smb2newreadreq smb2newreadreq allocates the request buffer with smb2plainreqinit but only publishes it to the caller with buf = req at the very end of the function. Two error returns sit in...

0.00209EPSS
SaveExploits0References5
Debian CVE
Debian CVE
•added 2026/09/17 4:06 p.m.•10 views

CVE-2026-90125

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix request buffer leak in smb2newreadreq smb2newreadreq allocates the request buffer with smb2plainreqinit but only publishes it to the caller with buf = req at the very end of the function. Two error returns sit in...

5.7AI score0.00209EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/09/17 4:06 p.m.•11 views

CVE-2026-90124

In the Linux kernel, the following vulnerability has been resolved: irqchip/renesas-rzg2l: Fix loss of interrupt rzg2lclearirqint and rzg2lcleartintint perform a read-modify-write on the ISCR/TSCR status registers to clear the bit for the interrupt just handled. Since these registers are...

5.8AI score0.00206EPSS
SaveExploits0
OSV
OSV
•added 2026/09/17 4:06 p.m.•5 views

CVE-2026-90125 smb: client: fix request buffer leak in smb2_new_read_req()

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix request buffer leak in smb2newreadreq smb2newreadreq allocates the request buffer with smb2plainreqinit but only publishes it to the caller with buf = req at the very end of the function. Two error returns sit in...

5.7AI score
SaveExploits0References8
OSV
OSV
•added 2026/09/17 4:06 p.m.•8 views

CVE-2026-90124 irqchip/renesas-rzg2l: Fix loss of interrupt

In the Linux kernel, the following vulnerability has been resolved: irqchip/renesas-rzg2l: Fix loss of interrupt rzg2lclearirqint and rzg2lcleartintint perform a read-modify-write on the ISCR/TSCR status registers to clear the bit for the interrupt just handled. Since these registers are...

5.8AI score
SaveExploits0References9
EUVD
EUVD
•added 2026/09/17 4:06 p.m.•11 views

EUVD-2026-81716

In the Linux kernel, the following vulnerability has been resolved: irqchip/ast2700-intc: Avoid allocating in the irqdomain activate callback The interrupt core calls the irqdomainactivate callback from setupirq with desc-lock held and interrupts disabled. Both aspeedintc1irqdomainactivate and...

5.8AI score0.00198EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/17 4:06 p.m.•5 views

CVE-2026-90123 irqchip/ast2700-intc: Avoid allocating in the irq_domain activate() callback

In the Linux kernel, the following vulnerability has been resolved: irqchip/ast2700-intc: Avoid allocating in the irqdomain activate callback The interrupt core calls the irqdomainactivate callback from setupirq with desc-lock held and interrupts disabled. Both aspeedintc1irqdomainactivate and...

5.8AI score
SaveExploits0References5
Debian CVE
Debian CVE
•added 2026/09/17 4:06 p.m.•21 views

CVE-2026-90123

In the Linux kernel, the following vulnerability has been resolved: irqchip/ast2700-intc: Avoid allocating in the irqdomain activate callback The interrupt core calls the irqdomainactivate callback from setupirq with desc-lock held and interrupts disabled. Both aspeedintc1irqdomainactivate and...

5.8AI score0.00198EPSS
SaveExploits0
CVE
CVE
•added 2026/09/17 4:06 p.m.•15 views

CVE-2026-90123

CVE-2026-90123 affects the Linux kernel irqchip/ast2700-intc driver (Aspeed AST2700 interrupt controller). The root cause is that fwnode_device_is_compatible() performs a GFP_KERNEL memory allocation, which is unsafe in the irq_domain_activate() callback context — a path invoked from __setup_irq(...

5.8AI score0.00198EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/17 4:06 p.m.•30 views

CVE-2026-90123 irqchip/ast2700-intc: Avoid allocating in the irq_domain activate() callback

In the Linux kernel, the following vulnerability has been resolved: irqchip/ast2700-intc: Avoid allocating in the irqdomain activate callback The interrupt core calls the irqdomainactivate callback from setupirq with desc-lock held and interrupts disabled. Both aspeedintc1irqdomainactivate and...

0.00198EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/09/17 4:06 p.m.•14 views

EUVD-2026-81714

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v5: Clear per-CPU IRS data on teardown IRS affinity setup publishes an IRS pointer and IAFFID state in the per-CPU data before the remaining IRS initialization can fail. The error path then frees the IRS data without...

5.8AI score0.00198EPSS
SaveExploits0References2
Debian CVE
Debian CVE
•added 2026/09/17 4:06 p.m.•10 views

CVE-2026-90121

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v5: Clear per-CPU IRS data on teardown IRS affinity setup publishes an IRS pointer and IAFFID state in the per-CPU data before the remaining IRS initialization can fail. The error path then frees the IRS data without...

5.8AI score0.00198EPSS
SaveExploits0
OSV
OSV
•added 2026/09/17 4:06 p.m.•10 views

CVE-2026-90121 irqchip/gic-v5: Clear per-CPU IRS data on teardown

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v5: Clear per-CPU IRS data on teardown IRS affinity setup publishes an IRS pointer and IAFFID state in the per-CPU data before the remaining IRS initialization can fail. The error path then frees the IRS data without...

5.8AI score
SaveExploits0References5
EUVD
EUVD
•added 2026/09/17 4:06 p.m.•12 views

EUVD-2026-81715

In the Linux kernel, the following vulnerability has been resolved: clk: visconti: Make sure clkinitdata is fully initialized The clkinitdata structure contains several mutually-exclusive members for different methods to specify the possible parents of a clock, prompting drivers to initialize onl...

5.8AI score0.00215EPSS
SaveExploits0References6
CVE
CVE
•added 2026/09/17 4:06 p.m.•18 views

CVE-2026-90122

CVE-2026-90122 affects the Linux kernel in the visconti clock driver . The function visconti_clk_register_gate() fills in init.parent_data but assumes init.parent_names is NULL; however, this member is left uninitialized in the clk_init_data structure, which can cause a crash when CONFIG_INIT_STA...

5.8AI score0.00215EPSS
SaveExploits0References6
Rows per page
Query Builder