Lucene search
+L

51141 matches found

Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.15 views

PT-2026-61235

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A race condition exists in the l2tp session get by ifname function. A reader matching session-ifname can be preempted between the strcmp and refcount inc operations. If the last referenc...

7.8CVSS5.1AI score0.00159EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.15 views

PT-2026-61436

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An unprivileged local user can cause a host CPU to pin indefinitely. This occurs when L2TP CMD SESSION GET is issued on L2TP ATTR IFNAME concurrently with L2TP CMD SESSION CREATE and L2T...

5.8AI score0.00121EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.14 views

PT-2026-61333

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix durable reconnect error path file lifetime After a durable reconnect succeeds, ksmbd reopen durable fd republishes the same ksmbd file into the session volatile-id table. If smb2 open then takes a later error path,...

5.3AI score0.00442EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.13 views

PT-2026-61495

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A Use-After-Free UAF read occurs in the Bluetooth BNEP Bluetooth Network Encapsulation Protocol component. The bnep add connection function fails to maintain the bnep session sem semapho...

8.8CVSS5.2AI score0.00249EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.15 views

PT-2026-61453

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A locking issue exists in the SMB client where the tc count increment within the smb2 find smb sess tcon unlocked function is not properly protected. This occurs because the code failed ...

9.8CVSS5.3AI score0.00491EPSS
SaveExploits0
NVD
NVD
added 2026/07/18 11:17 p.m.13 views

CVE-2026-10130

QueryWeaver contains an authentication bypass vulnerability that allows unauthenticated attackers to obtain valid session tokens for existing accounts by submitting a signup request with a known victim email address. The signup route unconditionally creates and links a new token to the matching...

8.8CVSS0.00366EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/18 10:15 p.m.49 views

CVE-2026-10130 QueryWeaver Authentication Bypass via Email Signup Token Issuance for Existing Accounts

QueryWeaver contains an authentication bypass vulnerability that allows unauthenticated attackers to obtain valid session tokens for existing accounts by submitting a signup request with a known victim email address. The signup route unconditionally creates and links a new token to the matching...

8.8CVSS0.00366EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/18 10:15 p.m.28 views

CVE-2026-10130

QueryWeaver (CVE-2026-10130) contains an authentication bypass where the signup route unconditionally creates and links a new token to the victim Identity via a Cypher MERGE before verifying email ownership, enabling unauthenticated attackers to obtain valid session tokens for existing accounts a...

8.8CVSS5.5AI score0.00366EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/18 2:17 p.m.27 views

CVE-2026-9323

The urwid web display backend urwid/display/web.py generates web session identifiers urwidid in Screen.start by concatenating two random.randrange109 calls that use Python's Mersenne Twister PRNG, which is not cryptographically secure. Each call consumes approximately 30 bits of PRNG state, and t...

9.2CVSS0.00421EPSS
SaveExploits0References6
NVD
NVD
added 2026/07/18 2:17 p.m.19 views

CVE-2024-58362

SurrealDB before 1.5.5 and 2.0.0-beta before 2.0.0-beta.3 accepts an arbitrary object in the signin and signup operations of the RPC API without recursively validating it for non-computed values. When a record access method defines a SIGNIN or SIGNUP query and the RPC API is exposed to untrusted...

8.8CVSS0.00375EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/18 1:51 p.m.47 views

CVE-2026-9323 Insecure PRNG and Information Exposure in urwid Web Display Backend

The urwid web display backend urwid/display/web.py generates web session identifiers urwidid in Screen.start by concatenating two random.randrange109 calls that use Python's Mersenne Twister PRNG, which is not cryptographically secure. Each call consumes approximately 30 bits of PRNG state, and t...

9.2CVSS0.00421EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/07/18 1:51 p.m.17 views

CVE-2026-9323

The urwid web display backend urwid/display/web.py generates web session identifiers urwidid in Screen.start by concatenating two random.randrange109 calls that use Python's Mersenne Twister PRNG, which is not cryptographically secure. Each call consumes approximately 30 bits of PRNG state, and t...

9.2CVSS6AI score0.00421EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/07/18 1:51 p.m.8 views

CVE-2026-9323

The urwid web display backend urwid/display/web.py generates web session identifiers urwidid in Screen.start by concatenating two random.randrange109 calls that use Python's Mersenne Twister PRNG, which is not cryptographically secure. Each call consumes approximately 30 bits of PRNG state, and t...

9.2CVSS6AI score0.00421EPSS
SaveExploits0
OSV
OSV
added 2026/07/18 1:51 p.m.9 views

CVE-2026-9323 Insecure PRNG and Information Exposure in urwid Web Display Backend

The urwid web display backend urwid/display/web.py generates web session identifiers urwidid in Screen.start by concatenating two random.randrange109 calls that use Python's Mersenne Twister PRNG, which is not cryptographically secure. Each call consumes approximately 30 bits of PRNG state, and t...

9.2CVSS6AI score
SaveExploits0References8
CVE
CVE
added 2026/07/18 1:51 p.m.36 views

CVE-2026-9323

The CVE-2026-9323 issue affects the urwid web display backend (urwid/display/web.py), where web session IDs (urwid_id) are created by concatenating two random.randrange(10**9) calls that rely on Python’s Mersenne Twister PRNG. This is not cryptographically secure. An observer collecting ~334 sess...

9.2CVSS6AI score0.00421EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/07/18 1:51 p.m.8 views

CVE-2026-9323 Insecure PRNG and Information Exposure in urwid Web Display Backend

The urwid web display backend urwid/display/web.py generates web session identifiers urwidid in Screen.start by concatenating two random.randrange109 calls that use Python's Mersenne Twister PRNG, which is not cryptographically secure. Each call consumes approximately 30 bits of PRNG state, and t...

9.2CVSS6AI score0.00421EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/18 1:51 p.m.16 views

EUVD-2026-45381

The urwid web display backend urwid/display/web.py generates web session identifiers urwidid in Screen.start by concatenating two random.randrange109 calls that use Python's Mersenne Twister PRNG, which is not cryptographically secure. Each call consumes approximately 30 bits of PRNG state, and t...

9.2CVSS6AI score0.00421EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/18 1:10 p.m.6 views

CVE-2024-58362 SurrealDB before 1.5.5 Query Injection via RPC API

SurrealDB before 1.5.5 and 2.0.0-beta before 2.0.0-beta.3 accepts an arbitrary object in the signin and signup operations of the RPC API without recursively validating it for non-computed values. When a record access method defines a SIGNIN or SIGNUP query and the RPC API is exposed to untrusted...

8.7CVSS5.5AI score
SaveExploits0References4
CVE
CVE
added 2026/07/18 4:0 a.m.30 views

CVE-2026-16075

CVE-2026-16075 affects AstrBotDevs AstrBot up to 4.25.5. The flaw is in the function OpenApiRoute.get_chat_sessions (file astrbot/dashboard/routes/open_api.py) of the session-listing Endpoint. By manipulating the Username argument, an authorization bypass is possible, and the issue can be exploit...

5.3CVSS4.9AI score0.00218EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/07/18 12:0 a.m.20 views

PT-2026-60967

Name of the Vulnerable Software and Affected Versions urwid affected versions not specified Description The web display backend in urwid/display/web.py uses Python's Mersenne Twister PRNG to generate web session identifiers urwid id within the Screen.start function. Because this PRNG is not...

9.2CVSS6.2AI score0.00421EPSS
SaveExploits0References21
Rows per page
Query Builder