Lucene search
+L

40030 matches found

RedHat Linux
RedHat Linux
β€’added 2026/09/01 9:10 a.m.β€’7 views

crypto/x509: golang: Go crypto/x509: Denial of Service via inefficient certificate chain validation

A flaw was found in Go's crypto/x509 package. A remote attacker could exploit this by presenting a specially crafted certificate chain containing a large number of policy mappings. This inefficient validation process consumes excessive resources, which can lead to a denial of service DoS for...

7.5CVSS7.1AI score0.00355EPSS
SaveExploits0References8
OSV
OSV
β€’added 2026/09/01 9:09 a.m.β€’8 views

BIT-GITLAB-2026-15387 Acceptance of Extraneous Untrusted Data With Trusted Data in GitLab

GitLab has remediated an issue in GitLab EE affecting all versions from 19.1 before 19.1.7, 19.2 before 19.2.5, and 19.3 before 19.3.1 that, under certain conditions, an authenticated user with developer-role permissions could have influenced the execution environment of Pipeline Execution Policy...

4.3CVSS6AI score0.00204EPSS
SaveExploits0References4
IBM Security Bulletins
IBM Security Bulletins
β€’added 2026/09/01 8:52 a.m.β€’6 views

Security Bulletin: IBM Financial Transaction Manager for SWIFT Services for Multiplatforms is vulnerable to cross-site scripting.

Summary Current security configuration lacks specific content security directives, relying on a broad fallback policy in FTM SWIFT user interfaces CVE-2025-36147. Vulnerability Details CVEID:CVE-2025-36147 DESCRIPTION: IBM Financial Transaction Manager SWIFT is vulnerable to cross-site scripting...

6.1CVSS5.5AI score
SaveExploits0Affected Software1
Kitploit
Kitploit
β€’added 2026/09/01 7:18 a.m.β€’13 views

KubeArmor v1.7.5-rc2

KubeArmor is a cloud-native runtime security enforcement system that restricts the behavior such as process execution, file access, and networking operations of pods, containers, and nodes VMs at the system level. KubeArmor leverag...

5.9AI score
SaveExploits0References60
NVD
NVD
β€’added 2026/09/01 5:17 a.m.β€’10 views

CVE-2026-82747

Incorrect Authorization vulnerability in ash-project ash returns records that a runtime read policy denies to any actor. When a resource has an accesstype :runtime read policy a check evaluated per record rather than compiled to a filter, Ash.Policy.Authorizer decides each record in checkresult/1...

5.9CVSS0.0012EPSS
SaveExploits0References4
NVD
NVD
β€’added 2026/09/01 4:18 a.m.β€’9 views

CVE-2026-82748

Incorrect Authorization vulnerability in ash-project ash authorizes an aggregate under one read action while computing it under another, so an aggregate can run with policies that do not match the action it was authorized against. Ash.Actions.Aggregate groups aggregates by their authorize?,...

2.1CVSS0.0012EPSS
SaveExploits0References4
NVD
NVD
β€’added 2026/09/01 4:18 a.m.β€’8 views

CVE-2026-82746

Missing Authorization vulnerability in ash-project ash allows an actor to update records forbidden by resource policies through the atomic path of Ash.updatemany/4. Ash.updatemany/4 runs as a single atomic statement a data-layer updatemany, for example a SQL MERGE whenever an atomic strategy is...

5.9CVSS0.0012EPSS
SaveExploits0References4
EUVD
EUVD
β€’added 2026/09/01 4:14 a.m.β€’10 views

EUVD-2026-68966

Incorrect Authorization vulnerability in ash-project ash returns records that a runtime read policy denies to any actor. When a resource has an accesstype :runtime read policy a check evaluated per record rather than compiled to a filter, Ash.Policy.Authorizer decides each record in checkresult/1...

5.9CVSS5.8AI score0.0012EPSS
SaveExploits0References4
OSV
OSV
β€’added 2026/09/01 4:14 a.m.β€’9 views

CVE-2026-82747 Ash.Policy.Authorizer returns records denied by a runtime read policy to any actor

Incorrect Authorization vulnerability in ash-project ash returns records that a runtime read policy denies to any actor. When a resource has an accesstype :runtime read policy a check evaluated per record rather than compiled to a filter, Ash.Policy.Authorizer decides each record in checkresult/1...

5.9CVSS5.8AI score0.0012EPSS
SaveExploits0References9
OSV
OSV
β€’added 2026/09/01 4:14 a.m.β€’9 views

EEF-CVE-2026-82747 Ash.Policy.Authorizer returns records denied by a runtime read policy to any actor

Summary Incorrect Authorization vulnerability in ash-project ash returns records that a runtime read policy denies to any actor. When a resource has an accesstype :runtime read policy a check evaluated per record rather than compiled to a filter, Ash.Policy.Authorizer decides each record in...

5.9CVSS5.6AI score0.0012EPSS
SaveExploits0References4
Cvelist
Cvelist
β€’added 2026/09/01 4:14 a.m.β€’41 views

CVE-2026-82747 Ash.Policy.Authorizer returns records denied by a runtime read policy to any actor

Incorrect Authorization vulnerability in ash-project ash returns records that a runtime read policy denies to any actor. When a resource has an accesstype :runtime read policy a check evaluated per record rather than compiled to a filter, Ash.Policy.Authorizer decides each record in checkresult/1...

5.9CVSS0.0012EPSS
SaveExploits0References4
CVE
CVE
β€’added 2026/09/01 4:14 a.m.β€’25 views

CVE-2026-82747

CVE-2026-82747 is an Incorrect Authorization vulnerability in ash-project ash (Elixir API framework), affecting versions 3.4.44 through 3.32.1 . The bug resides in Ash.Policy.Authorizer (lib/ash/policy/authorizer/authorizer.ex): when a resource uses an access_type: :runtime read policy, the check...

5.9CVSS5.8AI score0.0012EPSS
SaveExploits0References4
CVE
CVE
β€’added 2026/09/01 3:52 a.m.β€’17 views

CVE-2026-82748

An incorrect authorization flaw in the Elixir library ash-project ash (versions 3.5.13 through before 3.32.2 ) affects Ash.Actions.Aggregate . Aggregates are authorized under a group's read_action, but the query-building code selected the action as opts[:action] || read_action || primary_read. Wh...

2.1CVSS5.9AI score0.0012EPSS
SaveExploits0References4
OSV
OSV
β€’added 2026/09/01 3:52 a.m.β€’8 views

CVE-2026-82748 Ash.Actions.Aggregate authorizes an aggregate under one action but computes it under another

Incorrect Authorization vulnerability in ash-project ash authorizes an aggregate under one read action while computing it under another, so an aggregate can run with policies that do not match the action it was authorized against. Ash.Actions.Aggregate groups aggregates by their authorize?,...

2.1CVSS5.9AI score0.0012EPSS
SaveExploits0References9
EUVD
EUVD
β€’added 2026/09/01 3:47 a.m.β€’7 views

EUVD-2026-68951

Missing Authorization vulnerability in ash-project ash allows an actor to update records forbidden by resource policies through the atomic path of Ash.updatemany/4. Ash.updatemany/4 runs as a single atomic statement a data-layer updatemany, for example a SQL MERGE whenever an atomic strategy is...

5.9CVSS6AI score0.0012EPSS
SaveExploits0References4
Cvelist
Cvelist
β€’added 2026/09/01 3:47 a.m.β€’40 views

CVE-2026-82746 Ash.update_many/4 atomic path skips resource policy authorization, allowing updates to forbidden records

Missing Authorization vulnerability in ash-project ash allows an actor to update records forbidden by resource policies through the atomic path of Ash.updatemany/4. Ash.updatemany/4 runs as a single atomic statement a data-layer updatemany, for example a SQL MERGE whenever an atomic strategy is...

5.9CVSS0.0012EPSS
SaveExploits0References4
OSV
OSV
β€’added 2026/09/01 3:47 a.m.β€’9 views

EEF-CVE-2026-82746 Ash.update_many/4 atomic path skips resource policy authorization, allowing updates to forbidden records

Summary Missing Authorization vulnerability in ash-project ash allows an actor to update records forbidden by resource policies through the atomic path of Ash.updatemany/4. Ash.updatemany/4 runs as a single atomic statement a data-layer updatemany, for example a SQL MERGE whenever an atomic...

5.9CVSS5.8AI score0.0012EPSS
SaveExploits0References4
CVE
CVE
β€’added 2026/09/01 3:47 a.m.β€’23 views

CVE-2026-82746

CVE-2026-82746 is a missing authorization flaw in the ash-project/ash Elixir framework affecting versions 3.29.0 through 3.32.1 . The Ash.update_many/4 function, when using the atomic strategy, executed a single data-layer statement (e.g., a SQL MERGE) that bypassed resource policies even with au...

5.9CVSS6AI score0.0012EPSS
SaveExploits0References4
OSV
OSV
β€’added 2026/09/01 3:47 a.m.β€’7 views

CVE-2026-82746 Ash.update_many/4 atomic path skips resource policy authorization, allowing updates to forbidden records

Missing Authorization vulnerability in ash-project ash allows an actor to update records forbidden by resource policies through the atomic path of Ash.updatemany/4. Ash.updatemany/4 runs as a single atomic statement a data-layer updatemany, for example a SQL MERGE whenever an atomic strategy is...

5.9CVSS6AI score0.0012EPSS
SaveExploits0References9
NVD
NVD
β€’added 2026/09/01 3:16 a.m.β€’9 views

CVE-2026-82730

Incorrect Authorization vulnerability in ash-project ashtypescript allows an unauthorized RPC caller to read attribute values that Ash field policies denied. When a field policy denies an attribute, Ash substitutes %Ash.ForbiddenField, which retains the real value in originalvalue because embedde...

8.2CVSS0.00285EPSS
SaveExploits0References4
Rows per page
Query Builder