Lucene search
+L

133 matches found

CNNVD
CNNVD
added 2026/05/06 12:0 a.m.19 views

Linux kernel 安全漏洞

The Linux kernel is the kernel used by the Linux operating system developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from bypassing the RDSCONNERROR state during the handling of RDS connection status. This may lead to abnorma...

7.5CVSS5.8AI score0.00523EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/03/06 9:4 p.m.10 views

Astra Linux - уязвимость в linux-5.10

In the Linux kernel, the following vulnerability has been resolved: media: iris: Add sanity check for stop streaming Add sanity check in irisvb2stopstreaming. If inst-state is already IRISINSTERROR, we should skip the streamoff operation because it would still send packets to the firmware. In...

5.6AI score0.00027EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2026/02/16 12:25 a.m.11 views

SUSE CVE-2026-23197

In the Linux kernel, the following vulnerability has been resolved: i2c: imx: preserve error state in block data length handler When a block read returns an invalid length, zero or I2CSMBUSBLOCKMAX, the length handler sets the state to IMXI2CSTATEFAILED. However, i2cimxmasterisr unconditionally...

5.5CVSS5.2AI score0.001EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/02/14 5:15 p.m.9 views

CVE-2026-23197

In the Linux kernel, the following vulnerability has been resolved: i2c: imx: preserve error state in block data length handler When a block read returns an invalid length, zero or I2CSMBUSBLOCKMAX, the length handler sets the state to IMXI2CSTATEFAILED. However, i2cimxmasterisr unconditionally...

5.5CVSS5.7AI score0.001EPSS
SaveExploits0References4
OSV
OSV
added 2026/02/14 5:15 p.m.9 views

UBUNTU-CVE-2026-23197

In the Linux kernel, the following vulnerability has been resolved: i2c: imx: preserve error state in block data length handler When a block read returns an invalid length, zero or I2CSMBUSBLOCKMAX, the length handler sets the state to IMXI2CSTATEFAILED. However, i2cimxmasterisr unconditionally...

5.5CVSS5.7AI score0.001EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/02/14 4:27 p.m.5 views

CVE-2026-23197

In the Linux kernel, the following vulnerability has been resolved: i2c: imx: preserve error state in block data length handler When a block read returns an invalid length, zero or I2CSMBUSBLOCKMAX, the length handler sets the state to IMXI2CSTATEFAILED. However, i2cimxmasterisr unconditionally...

5.1AI score0.001EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2026/02/14 4:27 p.m.40 views

CVE-2026-23197

The CVE-2026-23197 issue affects the Linux kernel i2c_imx driver: when a block read returns an invalid length (not in range), the length handler sets IMX_I2C_STATE_FAILED, but i2c_imx_master_isr() overwrites it with IMX_I2C_STATE_READ_CONTINUE, causing an endless read loop that overruns buffers a...

5.5CVSS5.2AI score0.001EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/02/14 4:27 p.m.21 views

CVE-2026-23197 i2c: imx: preserve error state in block data length handler

In the Linux kernel, the following vulnerability has been resolved: i2c: imx: preserve error state in block data length handler When a block read returns an invalid length, zero or I2CSMBUSBLOCKMAX, the length handler sets the state to IMXI2CSTATEFAILED. However, i2cimxmasterisr unconditionally...

5.2AI score
SaveExploits0References5
NVD
NVD
added 2026/01/13 4:16 p.m.7 views

CVE-2025-68812

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

0.00027EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2026/01/13 4:16 p.m.9 views

CVE-2025-68812

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.7AI score0.00027EPSS
SaveExploits0References4
CVE
CVE
added 2026/01/13 3:29 p.m.15 views

CVE-2025-68812

CVE-2025-68812 affects the Linux kernel iris media driver. The fix adds a sanity check in iris_vb2_stop_streaming: if inst->state is IRIS_INST_ERROR, the driver now skips stream_off to avoid sending packets to the firmware after the session is torn down. In iris_kill_session, the state is set ...

6.1AI score0.00027EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/01/13 3:29 p.m.25 views

CVE-2025-68812

...

0.00027EPSS
SaveExploits0
EUVD
EUVD
added 2025/12/08 3:31 a.m.5 views

EUVD-2025-201642

In the Linux kernel, the following vulnerability has been resolved: btrfs: ensure no dirty metadata is written back for an fs with errors BUG During development of a minor feature make sure all btrfsbio::endio is called in task context, I noticed a crash in generic/388, where metadata writes...

6.1AI score0.00136EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/08 1:16 a.m.2 views

DEBIAN-CVE-2025-40303

In the Linux kernel, the following vulnerability has been resolved: btrfs: ensure no dirty metadata is written back for an fs with errors BUG During development of a minor feature make sure all btrfsbio::endio is called in task context, I noticed a crash in generic/388, where metadata writes...

7.8CVSS5.3AI score0.00136EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/08 1:16 a.m.4 views

UBUNTU-CVE-2025-40303

In the Linux kernel, the following vulnerability has been resolved: btrfs: ensure no dirty metadata is written back for an fs with errors BUG During development of a minor feature make sure all btrfsbio::endio is called in task context, I noticed a crash in generic/388, where metadata writes...

7.8CVSS5.7AI score0.00136EPSS
SaveExploits0References22
Cvelist
Cvelist
added 2025/12/08 12:46 a.m.41 views

CVE-2025-40303 btrfs: ensure no dirty metadata is written back for an fs with errors

In the Linux kernel, the following vulnerability has been resolved: btrfs: ensure no dirty metadata is written back for an fs with errors BUG During development of a minor feature make sure all btrfsbio::endio is called in task context, I noticed a crash in generic/388, where metadata writes...

7.8CVSS0.00136EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/08 12:46 a.m.34 views

CVE-2025-40303

CVE-2025-40303 affects the Linux kernel’s Btrfs: when the filesystem is in an error state, dirty metadata may be written back due to pending in-memory metadata and a stopped workqueue path. The root cause is that, if an error occurs, no new transactions are allowed and dirty folios in the btrie i...

7.8CVSS6.2AI score0.00136EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/08 12:46 a.m.9 views

CVE-2025-40303 btrfs: ensure no dirty metadata is written back for an fs with errors

In the Linux kernel, the following vulnerability has been resolved: btrfs: ensure no dirty metadata is written back for an fs with errors BUG During development of a minor feature make sure all btrfsbio::endio is called in task context, I noticed a crash in generic/388, where metadata writes...

7.8CVSS6.5AI score
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2025/12/08 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2025-40303

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - btrfs: ensure no dirty metadata is written back for an fs with errors BUG During development of a minor feature make sure all btrfsbio::endio is called in task...

7.8CVSS5.5AI score0.00136EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2025/11/11 9:13 a.m.7 views

kernel: RDMA/rxe: Fix the qp flush warnings in req

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix the qp flush warnings in req When the qp is in error state, the status of WQEs in the queue should be set to error. Or else the following will appear. 920.617269 WARNING: CPU: 1 PID: 21 at...

5.5CVSS6.8AI score0.00237EPSS
SaveExploits0References5
Rows per page
Query Builder