Lucene search
+L

938742 matches found

OSV
OSV
•added 2026/09/25 10:21 a.m.•2 views

CVE-2026-97547 xfs: fix exchange-range reflink flag clearing issue with INO1_WRITTEN

In the Linux kernel, the following vulnerability has been resolved: xfs: fix exchange-range reflink flag clearing issue with INO1WRITTEN When exchanging two full-file ranges, xmicanexchangereflinkflags can move the reflink inode flag from the file that currently has it to the other file, as long ...

5.9AI score
SaveExploits0References7
OSV
OSV
•added 2026/09/25 10:21 a.m.•1 views

CVE-2026-97545 xfs: don't leak new_bp if xfs_btree_bload_drop_buf fails

In the Linux kernel, the following vulnerability has been resolved: xfs: don't leak newbp if xfsbtreebloaddropbuf fails LOLLM observes that in xfsbtreebloadprepblock, xfsbtreebloaddropbuf can hit an IO error if writing the delwri buffer list to disk fails. In this case, we fail to release newbp,...

5.7AI score
SaveExploits0References7
OSV
OSV
•added 2026/09/25 10:21 a.m.•3 views

CVE-2026-97543 xfs: destroy seen inode bitmap when we fail to add a dirpath

In the Linux kernel, the following vulnerability has been resolved: xfs: destroy seen inode bitmap when we fail to add a dirpath LOLLM observes a memory leak in xchkdirtreecreatepath if we create the directory path object but appending the name to the path fails. When this happens, we don't tear...

5.6AI score
SaveExploits0References7
OSV
OSV
•added 2026/09/25 10:21 a.m.•3 views

CVE-2026-97544 xfs: don't leak dqacct if rhashtable insertion fails

In the Linux kernel, the following vulnerability has been resolved: xfs: don't leak dqacct if rhashtable insertion fails LOLLM observes that xqcheckmodliveinodqtrx doesn't free the newly allocated dqa object if rhashtable insertion fails. Fix this leak...

5.7AI score
SaveExploits0References7
OSV
OSV
•added 2026/09/25 10:21 a.m.•2 views

CVE-2026-97541 wifi: ath9k_htc: don't store usb_device_id

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9khtc: don't store usbdeviceid usbdeviceid is not guaranteed to live longer than probe due to presence of dynamic ID. All information apart from driverdata can be easily retrieved from usbdevice, so just store driverdata...

5.8AI score
SaveExploits0References7
OSV
OSV
•added 2026/09/25 10:21 a.m.•2 views

CVE-2026-97542 xfs: bail out on bitmap errors in xrep_agfl_fill

In the Linux kernel, the following vulnerability has been resolved: xfs: bail out on bitmap errors in xrepagflfill LOLLM also points out that the xagbbitmapset call in xrepagflfill can fail, but we don't check the result of xagbbitmapwalk, so we silently drop the error and proceed with inconsiste...

5.8AI score
SaveExploits0References7
OSV
OSV
•added 2026/09/25 10:21 a.m.•2 views

CVE-2026-97540 net: usb: pegasus: don't rely on id table pointer arithmetic

In the Linux kernel, the following vulnerability has been resolved: net: usb: pegasus: don't rely on id table pointer arithmetic The current code is broken when dynamic ID is involved; in such cases usbdeviceid parameter of probe lives on the heap and the pointer arithmetic will get an index that...

5.8AI score
SaveExploits0References7
OSV
OSV
•added 2026/09/25 10:21 a.m.•3 views

CVE-2026-97539 usb: xusbatm: don't rely on id table pointer arithmetic

In the Linux kernel, the following vulnerability has been resolved: usb: xusbatm: don't rely on id table pointer arithmetic The current code is broken when dynamic ID is involved; in such cases usbdeviceid parameter of probe lives on the heap and the pointer arithmetic will get an index that is...

5.8AI score
SaveExploits0References7
OSV
OSV
•added 2026/09/25 10:21 a.m.•2 views

CVE-2026-97538 hwmon: (asus_rog_ryujin) Validate HID report lengths

In the Linux kernel, the following vulnerability has been resolved: hwmon: asusrogryujin Validate HID report lengths rogryujinrawevent parses response headers and payload fields without first checking that they are present in the received report. A short report can therefore make the driver consu...

6AI score
SaveExploits0References5
OSV
OSV
•added 2026/09/25 10:21 a.m.•2 views

CVE-2026-97537 scsi: qla2xxx: Fix queue teardown NULL dma_free and bitmap locking

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix queue teardown NULL dmafree and bitmap locking qla25xxfreereqque and qla25xxfreerspque have two pre-existing bugs exposed on the error path of qla25xxcreatereq,rspque: 1. When dmaalloccoherent fails during queu...

5.8AI score
SaveExploits0References6
OSV
OSV
•added 2026/09/25 10:21 a.m.•2 views

CVE-2026-97536 scsi: qla2xxx: Fix use-after-free of qpair work on queue teardown

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix use-after-free of qpair work on queue teardown The response queue MSI-X handler qla2xxxmsixrspq schedules qladowork via queueworkha-wq, &qpair-qwork. qladowork dereferences the qpair vha, rsp and takes...

7.5CVSS6.2AI score
SaveExploits0References6
EUVD
EUVD
•added 2026/09/25 10:21 a.m.•5 views

EUVD-2026-86843

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Bound VP index against VPCTRL IOCB bitmap size The VP control IOCB selects its target virtual port by setting one bit in vpidxmap, a fixed 16-byte 128-bit array in both vpctrlentry24xx and vpctrlentry24xxext...

5.8AI score0.00198EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/25 10:21 a.m.•20 views

CVE-2026-97535 scsi: qla2xxx: Bound VP index against VP_CTRL IOCB bitmap size

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Bound VP index against VPCTRL IOCB bitmap size The VP control IOCB selects its target virtual port by setting one bit in vpidxmap, a fixed 16-byte 128-bit array in both vpctrlentry24xx and vpctrlentry24xxext...

0.00198EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/25 10:21 a.m.•2 views

CVE-2026-97535 scsi: qla2xxx: Bound VP index against VP_CTRL IOCB bitmap size

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Bound VP index against VPCTRL IOCB bitmap size The VP control IOCB selects its target virtual port by setting one bit in vpidxmap, a fixed 16-byte 128-bit array in both vpctrlentry24xx and vpctrlentry24xxext...

5.8AI score
SaveExploits0References6
Debian CVE
Debian CVE
•added 2026/09/25 10:21 a.m.•4 views

CVE-2026-97535

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Bound VP index against VPCTRL IOCB bitmap size The VP control IOCB selects its target virtual port by setting one bit in vpidxmap, a fixed 16-byte 128-bit array in both vpctrlentry24xx and vpctrlentry24xxext...

5.9AI score0.00198EPSS
SaveExploits0
CVE
CVE
•added 2026/09/25 10:21 a.m.•7 views

CVE-2026-97535

The Linux kernel contains a vulnerability in the scsi qla2xxx driver where the qla25xx_ctrlvp_iocb() function performs an out-of-bounds write. The root cause is a lack of bounds checking when computing the map index for the vp_idx_map array (a fixed 16-byte array). If a vp_index above 128 is prov...

5.8AI score0.00198EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/25 10:21 a.m.•2 views

CVE-2026-97534 f2fs: accurately adjust free_sections during free_segment_range

In the Linux kernel, the following vulnerability has been resolved: f2fs: accurately adjust freesections during freesegmentrange In freesegmentrange, MAINSECSsbi is temporarily reduced by secs to restrict block allocation to the safe remaining main area while valid blocks in the truncated range a...

5.8AI score
SaveExploits0References6
OSV
OSV
•added 2026/09/25 10:21 a.m.•3 views

CVE-2026-97533 x86/mm/pat: Acquire init_mm read lock on attribute changes to avoid UAF

In the Linux kernel, the following vulnerability has been resolved: x86/mm/pat: Acquire initmm read lock on attribute changes to avoid UAF A previous commit protected against races between ptdump and CPA collapse, however one still exists between attribute changes and collapse as reported by Deni...

5.9AI score
SaveExploits0References6
OSV
OSV
•added 2026/09/25 10:21 a.m.•2 views

CVE-2026-97532 scsi: qla2xxx: Null out freed pointers in qla2x00_mem_alloc() error path

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Null out freed pointers in qla2x00memalloc error path When qla2x00memalloc fails, qla2x00probeone jumps to probehwfailed and calls qla2x00memfree. Several error labels in qla2x00memalloc freed adapter members...

5.7AI score
SaveExploits0References6
OSV
OSV
•added 2026/09/25 10:21 a.m.•2 views

CVE-2026-97530 scsi: qla2xxx: Fix soft lockup polling continuation IOCB signature

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix soft lockup polling continuation IOCB signature qla27xxcopymultiplepkt and qla27xxcopyfpinpkt poll rspq-ringptr-signature for RESPONSEPROCESSED 0xDEADDEAD to decide whether the next continuation IOCB has arrive...

5.8AI score
SaveExploits0References6
Rows per page
Query Builder