Lucene search
+L

27 matches found

NVD
NVD
added 2026/09/17 10:17 p.m.6 views

CVE-2026-76949

Authentication Bypass by Spoofing vulnerability in team-alembic ashauthentication allows an attacker who can plant a remember-me cookie in a victim's browser to replace that victim's authenticated session with one for the attacker's own account...

9.1CVSS0.00491EPSS
SaveExploits0References6
NVD
NVD
added 2026/09/17 10:16 p.m.7 views

CVE-2026-53554

SQLBot is an intelligent Text-to-SQL system based on large language models and RAG. Prior to 1.9.0, the POST /api/v1/datasource/parseExcel endpoint in backend/apps/datasource/api/datasource.py uses attacker-controlled multipart filename data when selecting where uploaded content is stored, writes...

7.3CVSS0.00358EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/17 9:57 p.m.17 views

CVE-2026-76949

CVE-2026-76949 is an Authentication Bypass by Spoofing flaw in the Elixir library ash_authentication (by team-alembic). The root cause is a session-key mismatch: sign_in_using_remember_me/3 checks for "_token", but store_in_session/2 only writes that key when require_token_presence_for_authentica...

9.1CVSS0.00491EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/17 9:38 p.m.24 views

CVE-2026-53554 SQLBot: Arbitrary File Write via parseExcel Leading to Code Execution Through Alembic Import Processing

SQLBot is an intelligent Text-to-SQL system based on large language models and RAG. Prior to 1.9.0, the POST /api/v1/datasource/parseExcel endpoint in backend/apps/datasource/api/datasource.py uses attacker-controlled multipart filename data when selecting where uploaded content is stored, writes...

7.3CVSS0.00358EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/17 9:38 p.m.5 views

CVE-2026-53554 SQLBot: Arbitrary File Write via parseExcel Leading to Code Execution Through Alembic Import Processing

SQLBot is an intelligent Text-to-SQL system based on large language models and RAG. Prior to 1.9.0, the POST /api/v1/datasource/parseExcel endpoint in backend/apps/datasource/api/datasource.py uses attacker-controlled multipart filename data when selecting where uploaded content is stored, writes...

7.3CVSS
SaveExploits0References6
CVE
CVE
added 2026/09/17 9:38 p.m.14 views

CVE-2026-53554

SQLBot (an intelligent Text-to-SQL system based on LLMs and RAG) is vulnerable to arbitrary file write leading to remote code execution prior to version 1.9.0 . The POST /api/v1/datasource/parseExcel endpoint uses attacker-controlled multipart filename data to determine the storage path, writes c...

7.3CVSS0.00358EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/17 3:19 p.m.9 views

EUVD-2026-81687

Authentication Bypass by Spoofing vulnerability in team-alembic ashauthentication allows an attacker who operates one identity-provider connection of a dynamicoidc strategy to be signed in as a local user established through a different connection. The strategy is meant to keep each connection in...

9.1CVSS0.00403EPSS
SaveExploits0References5
NVD
NVD
added 2026/09/17 3:16 p.m.7 views

CVE-2026-88952

Improper Authentication vulnerability in team-alembic AshAuthentication allows an attacker to be signed in as another user by linking an OAuth2 identity to an account that is not theirs. AshAuthentication.Strategy.OAuth2.UserResolver.resolve/3 matches an existing account using the register action...

9.1CVSS0.00435EPSS
SaveExploits0References7
NVD
NVD
added 2026/09/17 2:17 p.m.14 views

CVE-2026-82759

Use of a One-Way Hash with a Predictable Salt vulnerability in team-alembic AshAuthentication allows readers of the audit store to recover the client IP addresses that the audit log add-on's :hash privacy mode is meant to pseudonymise. AshAuthentication.AddOn.AuditLog.IpPrivacy.haship/1 computes ...

1.8CVSS0.00104EPSS
SaveExploits0References6
NVD
NVD
added 2026/09/17 2:17 p.m.11 views

CVE-2026-81632

Use of HTTP Request With Sensitive Query String vulnerability in team-alembic AshAuthenticationPhoenix allows someone able to read access logs, proxy logs or browser history to recover a single-use sign-in token and authenticate as its owner. After a successful password sign-in,...

7.2CVSS0.00155EPSS
SaveExploits0References10
NVD
NVD
added 2026/09/17 2:17 p.m.7 views

CVE-2026-80218

Improper Authentication vulnerability in team-alembic AshAuthentication allows an attacker holding a sign-in token for one authenticated resource to be signed in as a user of a different resource. AshAuthentication.Strategy.Password.SignInWithTokenPreparation.extractprimarykeysfromsubject/2 parse...

7.6CVSS0.00454EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/17 2:15 p.m.5 views

CVE-2026-88952 OAuth2 sign-in attached to an existing account without an email comparison in AshAuthentication

Improper Authentication vulnerability in team-alembic AshAuthentication allows an attacker to be signed in as another user by linking an OAuth2 identity to an account that is not theirs. AshAuthentication.Strategy.OAuth2.UserResolver.resolve/3 matches an existing account using the register action...

9.1CVSS0.00435EPSS
SaveExploits0References12
EUVD
EUVD
added 2026/09/17 1:09 p.m.13 views

EUVD-2026-81487

Authentication Bypass by Primary Weakness vulnerability in team-alembic AshAuthentication allows an unconfirmed user to obtain a session, defeating a mandatory email confirmation requirement. AshAuthentication.Strategy.Password.Actions.checkuser/2 decides whether the attribute named by...

9.1CVSS0.00548EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/17 1:09 p.m.6 views

CVE-2026-82761 Magic link single-use tokens replayable via TOCTOU race in AshAuthentication

Time-of-check Time-of-use TOCTOU Race Condition vulnerability in team-alembic AshAuthentication allows an attacker holding a leaked magic link to replay its single-use token and authenticate as the target subject. A magic link configured with singleusetoken?, which is the default, is meant to be...

9.1CVSS0.00399EPSS
SaveExploits0References11
CVE
CVE
added 2026/09/17 1:08 p.m.15 views

CVE-2026-82760

AshAuthentication (Elixir library by team-alembic) is vulnerable to CPU and memory exhaustion via superlinear base62 decoding in the API key sign-in flow. The root cause is in AshAuthentication.Base.decode62/1, which recomputes Integer.pow(62, index) at every character position instead of accumul...

8.2CVSS0.00525EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/17 1:08 p.m.8 views

CVE-2026-82759 Reversible IP address pseudonymisation in AshAuthentication audit log hash mode

Use of a One-Way Hash with a Predictable Salt vulnerability in team-alembic AshAuthentication allows readers of the audit store to recover the client IP addresses that the audit log add-on's :hash privacy mode is meant to pseudonymise. AshAuthentication.AddOn.AuditLog.IpPrivacy.haship/1 computes ...

1.8CVSS0.00104EPSS
SaveExploits0References11
EUVD
EUVD
added 2026/09/17 1:08 p.m.10 views

EUVD-2026-81476

Insertion of Sensitive Information into Log File vulnerability in team-alembic AshAuthentication allows disclosure of user password digests to readers of the audit store. The auditlog add-on builds each entry's extradata in AshAuthentication.AddOn.AuditLog.Auditor.buildextradata/4, which takes...

1.8CVSS0.00145EPSS
SaveExploits0References6
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
added 2026/08/25 12:00 a.m.3 views

CVE-2026-65633: Improper Authentication

Improper Authentication vulnerability in team-alembic AshAuthentication allows purpose-limited JWTs to be replayed as full bearer API credentials when a resource uses stateless bearer-token verification. The bearer-token authentication helper AshAuthentication.Plug.Helpers.retrievefrombearer/3...

7.6CVSS0.00359EPSS
SaveExploits0References2
Anthropic
Anthropic
added 2026/07/21 5:24 a.m.11 views

ANT-2026-19SGCVZZ · Alembic · Heap Buffer Overflow

heap-buffer-overflow high Severity Claude high · Security research firm high · Maintainer - Discovered by Claude Mythos Preview REPORT Anthropic's analysis, sealed at approval. Disclosure to the maintainer was performed by Trail of Bits. ANT-2026-19SGCVZZ: Heap buffer overflow in Ogawa...

6.2AI score
SaveExploits0References1
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/05/13 8:08 p.m.23 views

Malicious code in web3-helpers (PyPI)

--- -= Per source details. Do not edit below this line.=- Source: kam193 8d6102ae402b2583a01da47e71f41cccba99fb7826dcf360004d8924557e1760 During installation, package exfiltrates some basic info to a GitHub issue comment, and then attempt to set up a persistent infostealer focused on exfiltrating...

6AI score
SaveExploits0References1
Rows per page
Query Builder