Lucene search
+L

7496 matches found

Github Security Blog
Github Security Blog
added 2026/01/13 8:37 p.m.15 views

TYPO3 CMS Allows Broken Access Control in Edit Document Controller

Problem By exploiting the defVals parameter, attackers could bypass field‑level access checks during record creation in the TYPO3 backend. This gave them the ability to insert arbitrary data into prohibited exclude fields of a database table for which the user already has write permission for a...

6.5CVSS6.9AI score0.00299EPSS
SaveExploits0References7Affected Software1
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.00396EPSS
SaveExploits0References1
NVD
NVD
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.5CVSS0.00396EPSS
SaveExploits0References5
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.00396EPSS
SaveExploits0References27
OSV
OSV
added 2026/01/13 4:16 p.m.23 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.00396EPSS
SaveExploits0References28
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.00176EPSS
SaveExploits0References11
Microsoft KB
Microsoft KB
added 2026/01/13 4:00 p.m.33 views

January 13, 2026—KB5073696 (Monthly Rollup)

None None...

9.8CVSS6.8AI score0.19801EPSS
SaveExploits7
Microsoft KB
Microsoft KB
added 2026/01/13 4:00 p.m.21 views

January 13, 2026—KB5073698 (Monthly Rollup)

None None...

9.8CVSS6.8AI score0.19801EPSS
SaveExploits7
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.00188EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2026/01/13 3:29 p.m.37 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.00396EPSS
SaveExploits0References5
OSV
OSV
added 2026/01/13 3:29 p.m.8 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.32 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.00396EPSS
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.00396EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/01/13 3:28 p.m.31 views

CVE-2025-68784 xfs: fix a UAF problem in xattr repair

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...

0.00176EPSS
SaveExploits0References3
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.00176EPSS
SaveExploits0
CVE
CVE
added 2026/01/13 3:28 p.m.29 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.00176EPSS
SaveExploits0References3
NVD
NVD
added 2026/01/13 2:16 p.m.10 views

CVE-2026-0890

Spoofing issue in the DOM: Copy & Paste and Drag & Drop component. This vulnerability was fixed in Firefox 147, Firefox ESR 140.7, Thunderbird 147, and Thunderbird 140.7...

5.4CVSS0.00278EPSS
SaveExploits0References5
NVD
NVD
added 2026/01/13 2:16 p.m.9 views

CVE-2026-0880

Sandbox escape due to integer overflow in the Graphics component. This vulnerability was fixed in Firefox 147, Firefox ESR 115.32, Firefox ESR 140.7, Thunderbird 147, and Thunderbird 140.7...

8.8CVSS0.00606EPSS
SaveExploits0References32
NVD
NVD
added 2026/01/13 2:16 p.m.7 views

CVE-2026-0878

Sandbox escape due to incorrect boundary conditions in the Graphics: CanvasWebGL component. This vulnerability was fixed in Firefox 147, Firefox ESR 140.7, Thunderbird 147, and Thunderbird 140.7...

8CVSS0.00434EPSS
SaveExploits0References31
NVD
NVD
added 2026/01/13 2:16 p.m.6 views

CVE-2026-0882

Use-after-free in the IPC component. This vulnerability was fixed in Firefox 147, Firefox ESR 115.32, Firefox ESR 140.7, Thunderbird 147, and Thunderbird 140.7...

8.8CVSS0.00431EPSS
SaveExploits0References32
Rows per page
Query Builder