Lucene search
+L

4324 matches found

OSV
OSV
added 2026/07/22 7:19 p.m.11 views

CVE-2026-13061 Improper Access Control Allowing Cross-User Session Metadata Disclosure in $listSessions Aggregation Stage

An authenticated user may be able to view session metadata belonging to other users on the system through the $listSessions aggregation stage. This information is normally restricted to users with cluster-level administrative privileges, and includes active session identifiers, associated...

5.3CVSS5.5AI score
SaveExploits0References3
MongoDB
MongoDB
added 2026/07/22 7:19 p.m.13 views

Improper Access Control Allowing Cross-User Session Metadata Disclosure in $listSessions Aggregation Stage

An authenticated user may be able to view session metadata belonging to other users on the system through the $listSessions aggregation stage. This information is normally restricted to users with cluster-level administrative privileges, and includes active session identifiers, associated...

5.3CVSS5.2AI score0.00166EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2026/07/22 7:19 p.m.158 views

CVE-2026-13061

CVE-2026-13061 affects MongoDB: an authenticated user may access session metadata of other users via the $listSessions aggregation stage. Impacted data includes active session IDs, usernames, and activity timestamps, indicating an access-control weakness that ordinarily requires cluster‑level adm...

5.3CVSS5.3AI score0.00166EPSS
SaveExploits0References1Affected Software1
EUVD
EUVD
added 2026/07/22 11:21 a.m.12 views

EUVD-2026-47630

n8n before 2.28.0 and before 2.27.4 on the 2.27.x branch registers the DELETE /$restEndpoint/test-webhook/:id endpoint before authentication middleware is applied, allowing any unauthenticated network caller who knows a workflow ID to cancel that workflow's active test webhook registration. The...

6.3CVSS5.3AI score0.00334EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/22 11:21 a.m.60 views

CVE-2026-65014

n8n prior to 2.28.0 (and 2.27.x before 2.27.4) exposes DELETE /${restEndpoint}/test-webhook/:id before authentication, enabling an unauthenticated network caller who knows a workflow ID to cancel the active test webhook registration. The impact is limited to disrupting in-progress test sessions; ...

6.3CVSS5.4AI score0.00334EPSS
SaveExploits0References2Affected Software1
Positive Technologies
Positive Technologies
added 2026/07/22 12:00 a.m.18 views

PT-2026-63465

Name of the Vulnerable Software and Affected Versions The product name cannot be determined affected versions not specified Description An authenticated user can access session metadata of other users via the $listSessions aggregation stage. This data, which includes active session identifiers,...

5.3CVSS5.2AI score0.00166EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2026/07/22 12:00 a.m.15 views

PT-2026-63344

n8n before 2.28.0 and before 2.27.4 on the 2.27.x branch registers the DELETE /$restEndpoint/test-webhook/:id endpoint before authentication middleware is applied, allowing any unauthenticated network caller who knows a workflow ID to cancel that workflow's active test webhook registration. The...

6.3CVSS5.4AI score0.00334EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/21 8:20 p.m.7 views

GHSA-RGV6-XP99-6MGJ Gitea Remember-Me Token Theft Not Invalidating Attacker Session

The vulnerability is in the Remember-Me giteaincredible token validation logic, specifically when handling a compromised token hash mismatch. The vulnerable function is this one: https://github.com/go-gitea/gitea/blob/689ace1ce28fd74244b8aa335d9928cdbf6b22f9/services/auth/authtoken.goL33-L64...

9.1CVSS5.6AI score0.00342EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/07/21 12:00 a.m.12 views

PT-2026-63285

Name of the Vulnerable Software and Affected Versions Gitea affected versions not specified Description An issue exists in the Remember-Me token validation logic where the system fails to invalidate all active sessions when a compromised token is detected. Gitea uses a split token design consisti...

9.1CVSS5.9AI score0.00342EPSS
SaveExploits0References11
ATTACKERKB
ATTACKERKB
added 2026/07/20 12:04 p.m.8 views

CVE-2026-63757

SurrealDB versions before 3.1.0 contain a session hijacking vulnerability where the HTTP /rpc sessions method returns attached session UUIDs without authentication and accepts arbitrary session fields with no ownership verification. Unauthenticated attackers can enumerate session UUIDs and...

8.8CVSS5.5AI score0.00354EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/07/20 12:04 p.m.10 views

CVE-2026-63753 SurrealDB before 3.1.0 Authentication Bypass via LIVE Query

SurrealDB before 3.1.0 fails to refresh authentication state in LIVE SELECT subscriptions when session state changes. Attackers can continue receiving real-time notifications under revoked or expired session credentials until the connection closes...

5.3CVSS5.4AI score0.00204EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/07/20 12:00 a.m.22 views

PT-2026-61573

SurrealDB versions before 3.1.0 contain a session hijacking vulnerability where the HTTP /rpc sessions method returns attached session UUIDs without authentication and accepts arbitrary session fields with no ownership verification. Unauthenticated attackers can enumerate session UUIDs and...

8.8CVSS5.6AI score0.00354EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/19 11:59 a.m.42 views

CVE-2026-53383

The CVE-2026-53383 issue affects the Linux kernel’s ksmbd component where a COMPOUND request could bypass validation of the session state. Specifically, smb2_check_user_session() reused work->sess for operations beyond the first in a COMPOUND, validating only SessionId and not rechecking work-...

7.5CVSS5.5AI score0.0069EPSS
SaveExploits0References8Affected Software1
UbuntuCve
UbuntuCve
added 2026/07/18 2:17 p.m.19 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
SaveExploits0References3
OSV
OSV
added 2026/07/18 2:17 p.m.12 views

UBUNTU-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.2CVSS6.3AI score0.00421EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/18 5:48 a.m.19 views

MGASA-2026-0257 Updated nodejs packages fix security vulnerabilities

lib,test: redact proxy credentials in tunnel errors. CVE-2026-48615 permission: handle process.chdir on writereport. CVE-2026-48617 tls: normalize hostname for server identity checks. CVE-2026-48618 http2: cap originSet size to prevent unbounded memory growth. CVE-2026-48619 tls: fix case-sensiti...

9.8CVSS5.9AI score0.03711EPSS
SaveExploits1References4
Mageia
Mageia
added 2026/07/18 5:48 a.m.18 views

Updated nodejs packages fix security vulnerabilities

lib,test: redact proxy credentials in tunnel errors. CVE-2026-48615 permission: handle process.chdir on writereport. CVE-2026-48617 tls: normalize hostname for server identity checks. CVE-2026-48618 http2: cap originSet size to prevent unbounded memory growth. CVE-2026-48619 tls: fix case-sensiti...

9.8CVSS5.9AI score0.03711EPSS
SaveExploits1References3
NVD
NVD
added 2026/07/18 5:16 a.m.13 views

CVE-2026-16075

A flaw has been found in AstrBotDevs AstrBot up to 4.25.5. This vulnerability affects the function OpenApiRoute.getchatsessions of the file astrbot/dashboard/routes/openapi.py of the component session-listing Endpoint. This manipulation of the argument Username causes authorization bypass. It is...

5.3CVSS0.00218EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/07/18 4:00 a.m.13 views

CVE-2026-16075

A flaw has been found in AstrBotDevs AstrBot up to 4.25.5. This vulnerability affects the function OpenApiRoute.getchatsessions of the file astrbot/dashboard/routes/openapi.py of the component session-listing Endpoint. This manipulation of the argument Username causes authorization bypass. It is...

5.3CVSS4.9AI score0.00218EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2026/07/18 4:00 a.m.31 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
Rows per page
Query Builder