Lucene search
+L

365133 matches found

Positive Technologies
Positive Technologies
added 2 days ago6 views

PT-2026-72386

In the Linux kernel, the following vulnerability has been resolved: ntfs: reject non-resident records for resident-only attributes The shared lookup-time attribute validator rejects non-resident $FILE NAME and $VOLUME NAME records because their formats require resident values and callers handle...

5.3AI score0.00189EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2 days ago6 views

PT-2026-72396

In the Linux kernel, the following vulnerability has been resolved: ntfs: add bounds check before accessing EA entries in ntfs ea lookup and ntfs listxattr, this verifies that there is enough space in the EA entry before accessing the next entry offset field of the EA entry...

5.3AI score0.00189EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2 days ago8 views

PT-2026-72392

In the Linux kernel, the following vulnerability has been resolved: ntfs: centalize $INDEX ROOT header validation Add a dedicated helper to perform stricter validation of $INDEX ROOT and use it for both directory inodes and named index inodes. This keeps the root size and header geometry checks...

5.3AI score0.00189EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2 days ago9 views

PT-2026-72377

In the Linux kernel, the following vulnerability has been resolved: ntfs: fail attrlist updates when the superblock is inactive generic shutdown super clears SB ACTIVE before evicting cached inodes. If eviction selects the fake inode for a base inode's unnamed $ATTRIBUTE LIST attribute, ntfs evic...

5.5AI score0.00189EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2 days ago7 views

PT-2026-72373

In the Linux kernel, the following vulnerability has been resolved: ntfs: fix WARN ON for resident attribute in ntfs map runlist nolock When ntfs map runlist nolock needs to look up the attribute extent containing a target VCN ctx needs reset == true, it calls ntfs attr lookup and then expects th...

5.6AI score0.00207EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2 days ago9 views

PT-2026-72453

In the Linux kernel, the following vulnerability has been resolved: fbdev: nvidia: fix potential memory leak in nvidiafb probe In nvidiafb probe, the memory allocated for modelist in nvidia set fbinfo is not freed in the subsequent error paths. Fix that by calling fb destroy modelist...

5.3AI score0.0021EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2 days ago10 views

PT-2026-72319

In the Linux kernel, the following vulnerability has been resolved: nvmet-auth: reject short AUTH RECEIVE buffers nvmet execute auth receive trusts the AUTH RECEIVE allocation length after checking only that it is nonzero and matches the transfer length. In the SUCCESS1 and FAILURE1/default state...

5.9AI score0.0024EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2 days ago9 views

PT-2026-72594

In the Linux kernel, the following vulnerability has been resolved: net: sungem: fix probe error cleanup gem init one calls gem remove one when register netdev fails. gem remove one unregisters and frees resources owned by the net device, including the DMA block, MMIO mapping, PCI regions, and th...

5.4AI score0.0021EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2 days ago5 views

PT-2026-72583

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbus Fix passing events to regulator core Sashiko reports: Commit 754bd2b4a084 "hwmon: pmbus/core Protect regulator operations with mutex" introduced a worker to batch regulator events over time using atomic or. The delay...

5.4AI score0.0021EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2 days ago6 views

PT-2026-72628

In the Linux kernel, the following vulnerability has been resolved: md/raid1: fix writes pending and barrier reference leaks on write failures raid1 make request acquires a writes pending reference with md write start before calling raid1 write request. Several failure paths in raid1 write reques...

5.3AI score0.00189EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2 days ago8 views

PT-2026-72623

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: fix order of kfree rcu and rcu assign pointer Sashiko pointed out that kfree rcu was called before rcu assign pointer in handling the comment extension. Fix the order so that rcu assign pointer called first...

5.3AI score0.0021EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2 days ago9 views

PT-2026-72309

In the Linux kernel, the following vulnerability has been resolved: can: bcm: add missing rcu list annotations and operations sashiko-bot remarked the missing use of list add rcu in bcm rx|tx setup to have a proper initialized bcm op structure when bcm proc show traverses the bcm op's under rcu...

5.4AI score0.0021EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2 days ago6 views

PT-2026-72285

In the Linux kernel, the following vulnerability has been resolved: dm-verity: make error counter atomic The error counter "v-corrupted errs" was not atomic, thus it could be subject to race conditions. The call to dm audit log target"max-corrupted-errors" may be skipped due to the races...

5.3AI score0.002EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2 days ago4 views

PT-2026-72287

In the Linux kernel, the following vulnerability has been resolved: dm-verity: fix buffer overflow in FEC calculation There's a buffer overflow in dm-verity-fec: if neras && neras fec-roots fio-erasuresneras++ = i; This allows neras to reach roots + 1 the post-increment pushes it past roots. This...

5.8AI score0.00214EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2 days ago9 views

PT-2026-72331

In the Linux kernel, the following vulnerability has been resolved: platform/x86: ISST: Restore SST-PP control to all domains The SST-PP control offset is only restored to power domain 0 after resume. During suspend, control values are read and stored for all power domains. Use pd info-sst base...

5.3AI score0.00198EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2 days ago9 views

PT-2026-72328

In the Linux kernel, the following vulnerability has been resolved: i2c: mlxbf: Fix use-after-free in mlxbf i2c init resource If devm platform get and ioremap resource returns an error, mlxbf i2c init resource frees tmp res before reading tmp res-io to get the error code. This results in a...

5.5AI score0.0021EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2 days ago9 views

PT-2026-72404

In the Linux kernel, the following vulnerability has been resolved: remoteproc: qcom: Fix leak when custom dump segments addition fails Free allocated minidump region 'name' in qcom add minidump segments when failing before adding the region to 'dump segments'. Otherwise, the 'name' is not tracke...

5.3AI score0.002EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2 days ago6 views

PT-2026-72484

In the Linux kernel, the following vulnerability has been resolved: net: ife: require ETH HLEN to be pullable in ife decode ife decode may return after making only the outer IFE header and metadata pullable. The caller then passes the decapsulated packet to eth type trans, which expects the inner...

5.4AI score0.0021EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2 days ago7 views

PT-2026-72402

In the Linux kernel, the following vulnerability has been resolved: power: supply: cpcap-battery: Fix missing nvmem device put causing reference leak In cpcap battery detect battery type, the reference to an nvmem device obtained via nvmem device find is not released with nvmem device put on the...

5.5AI score0.00205EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2 days ago12 views

PT-2026-72463

In the Linux kernel, the following vulnerability has been resolved: fbdev: broadsheetfb: fix potential memory leak in broadsheetfb probe The memory allocated for pagerefs in fb deferred io init is not freed on the error path. Fix it by calling fb deferred io cleanup...

5.3AI score0.00205EPSS
SaveExploits0References8
Rows per page
Query Builder