Lucene search
+L

674 matches found

RedhatCVE
RedhatCVE
added 2026/01/14 11:50 p.m.11 views

CVE-2025-68820

A NULL pointer dereference vulnerability was found in the Linux kernel's ext4 filesystem extended attribute handling. When ext4getinodeloc fails with an error such as -EFSCORRUPTED, the iloc.bh buffer head remains NULL. The ext4xattrinodedecrefall function lacks error checking and proceeds to cal...

5.5CVSS5.5AI score0.00207EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/01/14 11:18 p.m.10 views

CVE-2025-68806

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix buffer validation by including null terminator size in EA length The smb2setea function, which handles Extended Attributes EA, was performing buffer validation checks that incorrectly omitted the size of the null...

6AI score0.00437EPSS
SaveExploits0References4
NVD
NVD
added 2026/01/14 3:15 p.m.11 views

CVE-2025-71105

In the Linux kernel, the following vulnerability has been resolved: f2fs: use global inlinexattrslab instead of per-sb slab cache As Hong Yun reported in mailing list: loop7: detected capacity change from 0 to 131072 ------------ cut here ------------ kmemcache of name 'f2fsxattrentry-7:7' alread...

5.5CVSS0.00143EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/01/14 12:00 a.m.45 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-000709)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-000709 advisory. The Btrfs implementation in the Linux kernel before 3.19 does not ensure that the visible xattr state is consistent with a requested replacement, which allows local...

6.9CVSS7.9AI score0.00277EPSS
SaveExploits0References10
OSV
OSV
added 2026/01/13 4:16 p.m.11 views

AZL-74312 CVE-2025-68806 affecting package kernel for versions less than 6.6.121.1-1

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix buffer validation by including null terminator size in EA length The smb2setea function, which handles Extended Attributes EA, was performing buffer validation checks that incorrectly omitted the size of the null...

7.5CVSS5.7AI score0.00437EPSS
SaveExploits0References1
NVD
NVD
added 2026/01/13 4:16 p.m.10 views

CVE-2025-68806

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix buffer validation by including null terminator size in EA length The smb2setea function, which handles Extended Attributes EA, was performing buffer validation checks that incorrectly omitted the size of the null...

7.5CVSS0.00437EPSS
SaveExploits0References5
OSV
OSV
added 2026/01/13 4:16 p.m.24 views

UBUNTU-CVE-2025-68806

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix buffer validation by including null terminator size in EA length The smb2setea function, which handles Extended Attributes EA, was performing buffer validation checks that incorrectly omitted the size of the null...

7.5CVSS5.8AI score0.00437EPSS
SaveExploits0References28
UbuntuCve
UbuntuCve
added 2026/01/13 4:16 p.m.9 views

CVE-2025-68806

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix buffer validation by including null terminator size in EA length The smb2setea function, which handles Extended Attributes EA, was performing buffer validation checks that incorrectly omitted the size of the null...

7.5CVSS6.2AI score0.00437EPSS
SaveExploits0References27
UbuntuCve
UbuntuCve
added 2026/01/13 4:15 p.m.6 views

CVE-2025-68784

In the Linux kernel, the following vulnerability has been resolved: xfs: fix a UAF problem in xattr repair The xchksetupxattrbuf function can allocate a new value buffer, which means that any reference to ab-value before the call could become a dangling pointer. Fix this by moving an assignment t...

5.7AI score0.00194EPSS
SaveExploits0References11
ATTACKERKB
ATTACKERKB
added 2026/01/13 3:29 p.m.11 views

CVE-2025-68820

In the Linux kernel, the following vulnerability has been resolved: ext4: xattr: fix null pointer deref in ext4rawinode If ext4getinodeloc fails e.g. if it returns -EFSCORRUPTED, iloc.bh will remain set to NULL. Since ext4xattrinodedecrefall lacks error checking, this will lead to a null pointer...

5.2AI score0.00207EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2026/01/13 3:29 p.m.40 views

CVE-2025-68806

In CVE-2025-68806, the Linux kernel’s ksmbd SMB server code suffers a buffer-validation issue in smb2_set_ea.c, where EA Name null-terminator handling was ignored in the EaNameLength calculation. The root cause: buffer size checks did not account for the terminating character (+1), enabling impro...

7.5CVSS6.2AI score0.00437EPSS
SaveExploits0References5
OSV
OSV
added 2026/01/13 3:29 p.m.9 views

CVE-2025-68806 ksmbd: fix buffer validation by including null terminator size in EA length

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix buffer validation by including null terminator size in EA length The smb2setea function, which handles Extended Attributes EA, was performing buffer validation checks that incorrectly omitted the size of the null...

7.5CVSS6.5AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/01/13 3:29 p.m.33 views

CVE-2025-68806 ksmbd: fix buffer validation by including null terminator size in EA length

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix buffer validation by including null terminator size in EA length The smb2setea function, which handles Extended Attributes EA, was performing buffer validation checks that incorrectly omitted the size of the null...

7.5CVSS0.00437EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/01/13 3:29 p.m.11 views

CVE-2025-68806

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix buffer validation by including null terminator size in EA length The smb2setea function, which handles Extended Attributes EA, was performing buffer validation checks that incorrectly omitted the size of the null...

7.5CVSS5.3AI score0.00437EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/01/13 3:28 p.m.5 views

CVE-2025-68784

In the Linux kernel, the following vulnerability has been resolved: xfs: fix a UAF problem in xattr repair The xchksetupxattrbuf function can allocate a new value buffer, which means that any reference to ab-value before the call could become a dangling pointer. Fix this by moving an assignment t...

5.5AI score0.00194EPSS
SaveExploits0
CVE
CVE
added 2026/01/13 3:28 p.m.31 views

CVE-2025-68784

CVE-2025-68784 pertains to the Linux kernel (xfs). The issue is a use-after-free in xattr repair where xchk_setup_xattr_buf can allocate a new value buffer, potentially leaving ab->value references dangling. The fix moves the assignment to after the buffer setup, mitigating the dangling refere...

6AI score0.00194EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2026/01/13 2:01 p.m.9 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: IMA: Do not clear the IMADIGSIG flag when setting or removing non-IMA xattr. Currently, when both IMA and EVM are in “fix” mode, the IMA signature will be reset to the IMA hash if a program first stores the IMA signature in...

7.8CVSS5.8AI score0.00154EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/01/13 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-68806

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ksmbd: fix buffer validation by including null terminator size in EA length The smb2setea function, which handles Extended Attributes EA, was performing buffer...

7.5CVSS6.1AI score0.00437EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/01/13 12:00 a.m.12 views

PT-2026-2538

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The smb2 set ea function, responsible for handling Extended Attributes EA, had incorrect buffer validation checks. These checks did not account for the size of the null terminator requir...

5.6AI score0.00437EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/01/09 11:10 a.m.14 views

CVE-2016-10323

Synology Photo Station before 6.3-2958 allows local users to gain privileges by leveraging setuid execution of a "synophotodsmuser --copy-no-ea" command...

7.8CVSS7AI score0.00594EPSS
SaveExploits1References1
Rows per page
Query Builder