Lucene search
+L

13650 matches found

EUVD
EUVD
added 2026/08/10 11:59 a.m.8 views

EUVD-2026-55547

In the Linux kernel, the following vulnerability has been resolved: sctp: close UDP tunnel sockets during netns teardown procsctpdoudpport starts per-net SCTP UDP tunneling sockets when net.sctp.udpport is set, and stops/restarts them when the sysctl value changes. The netns exit path does not st...

5.3AI score0.00626EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/10 11:59 a.m.34 views

CVE-2026-68138 net/sched: serialize qdisc_rtab_list against concurrent get/put

In the Linux kernel, the following vulnerability has been resolved: net/sched: serialize qdiscrtablist against concurrent get/put qdiscgetrtab and qdiscputrtab mutate the process-global singly linked list qdiscrtablist and a plain non-atomic 'int refcnt' with no lock. This was only safe because...

7.8CVSS0.00129EPSS
SaveExploits1References2
EUVD
EUVD
added 2026/08/10 11:59 a.m.39 views

EUVD-2026-55519

In the Linux kernel, the following vulnerability has been resolved: net/sched: serialize qdiscrtablist against concurrent get/put qdiscgetrtab and qdiscputrtab mutate the process-global singly linked list qdiscrtablist and a plain non-atomic 'int refcnt' with no lock. This was only safe because...

5.3AI score0.00129EPSS
SaveExploits1References2
CVE
CVE
added 2026/08/10 11:59 a.m.118 views

CVE-2026-68138

The CVE-2026-68138 issue concerns a race in the Linux kernel networking scheduler (net/sched) where qdisc_rtab_list and a non-atomic refcnt are mutated without proper locking. The historical RTNL mutex was supposed to serialize rate-table lookups, inserts, and frees, but CLS_FLOWER/TCF_PROTO_OPS_...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits1References2
EUVD
EUVD
added 2026/08/10 11:58 a.m.7 views

EUVD-2026-55474

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Bump asidgeneration on CPU online to avoid ASID collision after hotplug If a vCPU stays scheduled out or blocked while the last pCPU it ran on goes through a hotplug cycle online-offline-online, and the vCPU then resume...

5.5AI score0.0018EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/10 11:17 a.m.11 views

CVE-2026-71394

GNU Emacs for Android improperly validates the table header input in sfntreadtabledirectory in src/sfnt.c. Due to an incorrect comparison variable in the read-length check, a crafted font file that claims to contain more table directory entries than actually present causes the parser to return a...

5.3CVSS0.00279EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/10 11:17 a.m.12 views

CVE-2026-71393

GNU Emacs for Android is vulnerable to an integer overflow in sfntreadnametable in src/sfnt.c. The function computes an allocation size using a 32-bit length value from a TrueType font file without overflow checking. On 32-bit targets, a crafted font causes the calculation to wrap, resulting in a...

5.3CVSS0.0039EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/10 11:17 a.m.9 views

CVE-2026-72565

A SQL injection vulnerability in Tencent APIJSON through 8.1.8 allows unauthenticated remote attackers to bypass per-table access control and read arbitrary database tables via the Map-form @having operator...

9.8CVSS0.00469EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/10 10:40 a.m.34 views

CVE-2026-72565 Tencent APIJSON - Unauthenticated SQL Injection via @having Operator Map-Form Bypass

A SQL injection vulnerability in Tencent APIJSON through 8.1.8 allows unauthenticated remote attackers to bypass per-table access control and read arbitrary database tables via the Map-form @having operator...

9.8CVSS0.00469EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/10 10:40 a.m.9 views

CVE-2026-72565

A SQL injection vulnerability in Tencent APIJSON through 8.1.8 allows unauthenticated remote attackers to bypass per-table access control and read arbitrary database tables via the Map-form @having operator...

9.8CVSS5.8AI score0.00469EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2026/08/10 10:40 a.m.8 views

EUVD-2026-55241

A SQL injection vulnerability in Tencent APIJSON through 8.1.8 allows unauthenticated remote attackers to bypass per-table access control and read arbitrary database tables via the Map-form @having operator...

9.8CVSS5.8AI score0.00469EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/10 10:40 a.m.37 views

CVE-2026-72565

Tencent APIJSON (up to 8.1.8) contains a SQL injection in the Map-form @having operator that bypasses per-table access control, enabling unauthenticated remote attackers to read arbitrary database tables. The APIJSONORM AbstractSQLConfig.java applies per-role allow-list checks only to the String ...

9.8CVSS5.8AI score0.00469EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/10 10:23 a.m.7 views

EUVD-2026-55257

GNU Emacs for Android improperly validates the table header input in sfntreadtabledirectory in src/sfnt.c. Due to an incorrect comparison variable in the read-length check, a crafted font file that claims to contain more table directory entries than actually present causes the parser to return a...

5.3CVSS5.5AI score0.00327EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/10 10:23 a.m.30 views

CVE-2026-71394

CVE-2026-71394 affects GNU Emacs for Android. The flaw in sfnt_read_table_directory() (src/sfnt.c) arises from an incorrect read-length check, allowing a crafted font to report more table directory entries than exist and return a structure with uninitialized heap memory in table directory entries...

5.3CVSS5.5AI score0.00279EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/10 10:23 a.m.36 views

CVE-2026-71394 Heap Use of Uninitialized Memory in GNU Emacs for Android

GNU Emacs for Android improperly validates the table header input in sfntreadtabledirectory in src/sfnt.c. Due to an incorrect comparison variable in the read-length check, a crafted font file that claims to contain more table directory entries than actually present causes the parser to return a...

5.3CVSS0.00279EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/10 10:22 a.m.7 views

EUVD-2026-55258

GNU Emacs for Android is vulnerable to an integer overflow in sfntreadnametable in src/sfnt.c. The function computes an allocation size using a 32-bit length value from a TrueType font file without overflow checking. On 32-bit targets, a crafted font causes the calculation to wrap, resulting in a...

5.3CVSS6AI score0.0039EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/10 10:22 a.m.35 views

CVE-2026-71391 Off-by-One Error in GNU Emacs for Android

GNU Emacs for Android contains an off-by-one error in the gvar table parser in src/sfnt.c. The shared-coordinate index boundary check in sfntvarysimpleglyph and sfntvarycompoundglyph uses a strict greater-than comparison instead of greater-than-or-equal, allowing a crafted TrueType variable font ...

5.3CVSS0.00327EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2026/08/10 7:11 a.m.4 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Avoid lock inversion when pinning to GGTT on CHV/BXT+VTD After i915vmapinww is completed, a synchronous variant of dmafenceworkcommit is called. When pinning a VMA to GGTT address space on a Cherry View family processor...

5.5AI score0.00188EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2026/08/10 7:11 a.m.9 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerabilities have been resolved: AppArmor: Fixed and optimized the creation of tables from potentially unaligned memory. The source code may come from user space, and it might be unaligned. Try to optimize the copying process by avoiding unaligned memory...

7.1CVSS5.9AI score0.00125EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/10 7:11 a.m.8 views

Astra Linux – Vulnerability in libde265

strukturag libde265 commit d9fea9d was discovered to contain a segmentation fault due to the component decodercontext::computeframedroptable...

6.2CVSS5.7AI score0.00159EPSS
SaveExploits1References3
Rows per page
Query Builder