Lucene search
+L

938809 matches found

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

CVE-2026-97550 xfs: fix unit conversions in per_binval computation

In the Linux kernel, the following vulnerability has been resolved: xfs: fix unit conversions in perbinval computation LOLLM noticed that we're doing the unit conversion in the perbinval computation backwards -- xfsbufinvallogspace's second parameter is supposed to be in bytes, but maxbinval is i...

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

CVE-2026-97549 xfs: fix under-reservation of blocks when repairing sf directories

In the Linux kernel, the following vulnerability has been resolved: xfs: fix under-reservation of blocks when repairing sf directories Whilst running QA on XFS for-next as of 7.3-rc2 with MKFSOPTIONS="-n size=8192", I observed the following trimmed dmesg splat: XFS: Assertion failed: args-total =...

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

CVE-2026-97548 xfs: fix the rtrmap and rtrefcount _maxlevels_ondisk functions

In the Linux kernel, the following vulnerability has been resolved: xfs: fix the rtrmap and rtrefcount maxlevelsondisk functions The maxlevelsondisk functions are used to compute the size of in-memory btree cursors for each btree type. Unfortunately, LOLLM noticed that the rtrmap and rtrefcount...

7.8CVSS5.8AI score
SaveExploits0References6
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.•4 views

CVE-2026-97546 xfs: don't spin forever on zero-length dirents when salvaging them

In the Linux kernel, the following vulnerability has been resolved: xfs: don't spin forever on zero-length dirents when salvaging them LOLLM noticed that xrepdirrecoverdata can spin forever if it encounters an unused dirent that claims to have length zero. Fix that, and prevent the same thing fro...

5.8AI 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.•3 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.•3 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.•21 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
Rows per page
Query Builder