Lucene search
+L

1634486 matches found

NVD
NVD
added 2026/09/17 2:17 p.m.9 views

CVE-2026-82761

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
SaveExploits0References6
NVD
NVD
added 2026/09/17 2:17 p.m.7 views

CVE-2026-82760

Inefficient Algorithmic Complexity vulnerability in team-alembic AshAuthentication allows an unauthenticated attacker to exhaust CPU and memory via an oversized base62 segment in a submitted API key. AshAuthentication.Base.decode62/1 in lib/ashauthentication/base.ex splits its argument into one...

8.2CVSS0.00525EPSS
SaveExploits0References6
NVD
NVD
added 2026/09/17 2:17 p.m.8 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.7 views

CVE-2026-81637

Insufficient Session Expiration vulnerability in team-alembic AshAuthentication allows an attacker who obtains a victim's OAuth2 state value to replay the callback and sign that victim into an attacker-controlled account. AshAuthentication.Strategy.OAuth2.Plug.callback/2 clears the stored...

2.3CVSS0.0048EPSS
SaveExploits0References6
NVD
NVD
added 2026/09/17 2:17 p.m.8 views

CVE-2026-82685

Authorization Bypass Through User-Controlled Key vulnerability in team-alembic AshAuthentication allows an authenticated attacker to overwrite and confirm another user's email address, and so take over that account. A confirmation token issued to one user is accepted on any other user's record...

7.6CVSS0.00474EPSS
SaveExploits0References6
NVD
NVD
added 2026/09/17 2:17 p.m.6 views

CVE-2026-81829

A flaw was found in SmallRye JWT's AwsAlbKeyResolver, which is used by applications to verify JSON Web Tokens signed by AWS Application Load Balancers. When the AWSALB key provider is configured, the resolver constructs the key-fetch URL by directly concatenating the attacker-controlled kid heade...

5.3CVSS0.00387EPSS
SaveExploits0References2
NVD
NVD
added 2026/09/17 2:17 p.m.7 views

CVE-2026-82723

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
NVD
NVD
added 2026/09/17 2:17 p.m.6 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.6 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
NVD
NVD
added 2026/09/17 2:17 p.m.6 views

CVE-2026-78223

Improper Verification of Cryptographic Signature vulnerability in team-alembic AshAuthentication allows a caller of the token revocation action to neutralise a revocation or write arbitrary rows into the token resource. AshAuthentication.TokenResource.RevokeTokenChange.change/3 reads the :token...

6.9CVSS0.00319EPSS
SaveExploits0References6
IBM Security Bulletins
IBM Security Bulletins
added 2026/09/17 2:16 p.m.12 views

Security Bulletin: Eclipse parsson security vulnerability in IBM Content Cortex reported for BAI-EVENTS-JAVA-SDK

Summary Eclipse parsson CVE-2026-9563 security vulnerability in IBM Content Cortex. Affected and vulnerable. Vulnerability Details CVEID:CVE-2026-9563 DESCRIPTION: In Eclipse Parsson published Maven Central artifacts before version 1.1.8, the JSON parser did not enforce a default maximum on the...

7.5CVSS5.6AI score0.0063EPSS
SaveExploits0Affected Software1
EUVD
EUVD
added 2026/09/17 2:15 p.m.5 views

EUVD-2026-81619

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
CVE
CVE
added 2026/09/17 2:15 p.m.7 views

CVE-2026-88952

AshAuthentication (team-alembic, an Elixir authentication library) contains an improper authentication flaw in its OAuth2 sign-in flow. The UserResolver.resolve/3 function matches an existing account via upsert_identity keys but gates the link solely on the provider's email_verified boolean, neve...

9.1CVSS0.00435EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/09/17 2:15 p.m.18 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
SaveExploits0References7
OSV
OSV
added 2026/09/17 2:15 p.m.6 views

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

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

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

CVE-2024-48326

CVE-2024-48326 Description: Portabilis i-Educar v2.8.0 is vulnerable to Cross-Site Scripting XSS via the nmreligiao parameter in POST request at /intranet/educarreligiaocad.php and trigged in GET request at /intranet/educarreligiaolst.php?busca=S&nmreligiao=. This allows an unauthenticated remote...

6.1AI score
SaveExploits1
RedHat Linux
RedHat Linux
added 2026/09/17 2:13 p.m.5 views

gstreamer1-plugins-good: gstreamer: unsigned integer underflow in avidemux FUJIFILM strd parsing leading to out-of-bounds read/write

A flaw was found in GStreamer gst-plugins-good avidemux. When parsing FUJIFILM metadata in an AVI strd chunk, gstavidemuxparsestrd decrements a remaining-length counter by fixed offsets 98 and 10 bytes without verifying sufficient data remains. For crafted strd payloads of exactly 106 or 107 byte...

6.6CVSS0.00143EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/09/17 2:13 p.m.8 views

Important: Red Hat Security Advisory: gstreamer1-plugins-good security update

An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 9.6 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, ...

6.6CVSS0.00143EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/09/17 2:08 p.m.7 views

Important: Red Hat Security Advisory: gstreamer1-plugins-good security update

An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severit...

6.6CVSS0.00143EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/09/17 2:08 p.m.5 views

gstreamer1-plugins-good: gstreamer: unsigned integer underflow in avidemux FUJIFILM strd parsing leading to out-of-bounds read/write

A flaw was found in GStreamer gst-plugins-good avidemux. When parsing FUJIFILM metadata in an AVI strd chunk, gstavidemuxparsestrd decrements a remaining-length counter by fixed offsets 98 and 10 bytes without verifying sufficient data remains. For crafted strd payloads of exactly 106 or 107 byte...

6.6CVSS0.00143EPSS
SaveExploits0References6
Rows per page
Query Builder