Lucene search
+L

13358 matches found

EUVD
EUVD
added 1 hour ago4 views

EUVD-2026-52512

An issue in the HSMonitorApplications component of NASA cFS v7.0.1 allows attackers to force the processor to reset via supplying a crafted HS.AppMonTbl entry...

5.5AI score
SaveExploits0References3
Cvelist
Cvelist
added yesterday9 views

CVE-2026-39932 OpenEMR 8.2.0 Remote Code Execution via CategoryTree eval() Injection

OpenEMR through 8.2.0 contains a remote code execution vulnerability in the document category tree component library/classes/Tree.class.php that allows authenticated administrators to execute arbitrary operating system commands by injecting PHP payloads into the categories database table. Attacke...

9.4CVSS
SaveExploits0References2
EUVD
EUVD
added yesterday5 views

EUVD-2026-52345

OpenEMR through 8.2.0 contains a remote code execution vulnerability in the document category tree component library/classes/Tree.class.php that allows authenticated administrators to execute arbitrary operating system commands by injecting PHP payloads into the categories database table. Attacke...

9.4CVSS6.9AI score
SaveExploits0References2
Nuclei
Nuclei
added yesterday69 views

WordPress ARPrice <3.6.1 - SQL Injection

WordPress ARPrice plugin prior to 3.6.1 contains a SQL injection vulnerability. It fails to properly sanitize and escape user supplied POST data before being inserted in an SQL statement and executed via an AJAX action. An attacker can possibly obtain sensitive information, modify data, and/or...

9.8CVSS8.1AI score0.1345EPSS
SaveExploits1References5
Nuclei
Nuclei
added yesterday26 views

Responsive Pricing Table <= 5.1.12 - Cross-Site Scripting

The Responsive Pricing Table plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'planicons' parameter in all versions up to, and including, 5.1.12 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Author-lev...

6.4CVSS5.7AI score0.00598EPSS
SaveExploits0References3
Nuclei
Nuclei
added yesterday37 views

WP Pricing Table - Reflected XSS

WP Pricing Table WordPress plugin = 1.1 contains a reflected cross-site scripting caused by unsanitized parameter output, letting attackers execute scripts in the context of high privilege users, exploit requires attacker to craft malicious URL. id: CVE-2024-13628 info: name: WP Pricing Table -...

6.1CVSS7.5AI score0.00629EPSS
SaveExploits1References1
CVE
CVE
added yesterday3 views

CVE-2026-67969

In NASA cFS v7.0.1, the vulnerability resides in the HS_MonitorApplications() component. A crafted HS.AppMon_Tbl entry can cause the processor to reset, as described in CVE-2026-67969. No remediation or exploit details are provided in the connected documents beyond this description. If available,...

5.5AI score
SaveExploits0References2
EUVD
EUVD
added 2 days ago11 views

EUVD-2026-52004

PyAthena prior to 3.35.4 contains a sql injection vulnerability that allows unauthenticated attackers to inject arbitrary SQL by exploiting improper quote-escaping in DefaultParameterFormatter.format, which routes DELETE and CTAS statements to the escapehive function that backslash-escapes single...

9.8CVSS6.1AI score0.00436EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2 days ago33 views

CVE-2026-65321 PyAthena SQL Injection via DefaultParameterFormatter DELETE/CTAS

PyAthena prior to 3.35.4 contains a sql injection vulnerability that allows unauthenticated attackers to inject arbitrary SQL by exploiting improper quote-escaping in DefaultParameterFormatter.format, which routes DELETE and CTAS statements to the escapehive function that backslash-escapes single...

9.8CVSS0.00436EPSS
SaveExploits0References4
NVD
NVD
added 3 days ago6 views

CVE-2026-55734

Allocation of Resources Without Limits or Throttling vulnerability in ueberauth guardian Guardian.Permissions module allows a denial of service via BEAM atom-table exhaustion. This vulnerability is associated with program file lib/guardian/permissions.ex and program routines...

6.9CVSS0.00129EPSS
SaveExploits0References4
EUVD
EUVD
added 3 days ago11 views

EUVD-2026-51917

Allocation of Resources Without Limits or Throttling vulnerability in ueberauth guardian Guardian.Permissions module allows a denial of service via BEAM atom-table exhaustion. This vulnerability is associated with program file lib/guardian/permissions.ex and program routines...

6.9CVSS5.5AI score0.00129EPSS
SaveExploits0References4
OSV
OSV
added 3 days ago6 views

CVE-2026-55734 guardian atom exhaustion in Guardian.Permissions.encode_permissions!/1

Allocation of Resources Without Limits or Throttling vulnerability in ueberauth guardian Guardian.Permissions module allows a denial of service via BEAM atom-table exhaustion. This vulnerability is associated with program file lib/guardian/permissions.ex and program routines...

6.9CVSS5.5AI score0.00129EPSS
SaveExploits0References9
CVE
CVE
added 3 days ago20 views

CVE-2026-55733

CVE-2026-55733 concerns Guardian permissions AtomEncoding: when encoding permission scopes, external binary inputs are passed to String.to_atom/1 without allow-list checks, causing unbounded atom creation. Each unseen binary mints a permanent BEAM atom; the atom table is finite (~1,048,576 entrie...

6.9CVSS5.6AI score0.00126EPSS
SaveExploits0References4
EUVD
EUVD
added 3 days ago12 views

EUVD-2026-51916

Allocation of Resources Without Limits or Throttling in ueberauth guardian allows denial of service via unbounded atom creation from attacker-controlled binary input. Guardian.Permissions.AtomEncoding encodes permission scopes by passing arbitrary binaries to String.toatom/1. When encode/3 in...

6.9CVSS5.6AI score0.00126EPSS
SaveExploits0References4
CVE
CVE
added 3 days ago16 views

CVE-2026-54894

CVE-2026-54894 affects guardian: from 0.1.0 before 2.4.1. The issue arises when Guardian.Plug.Keys converts attacker-controlled binaries into atoms via String.to_atom/1, creating permanent atoms (e.g., "guardian_") and a second atom for keys mustered by claims_key/resource_key/token_key. Since at...

6.9CVSS5.7AI score0.00126EPSS
SaveExploits0References4
Cvelist
Cvelist
added 3 days ago38 views

CVE-2026-54894 Atom-table exhaustion denial of service in Guardian via unbounded atom creation from binary keys

Allocation of Resources Without Limits or Throttling in ueberauth guardian allows denial of service via unbounded atom creation from attacker-influenced binary input. Guardian.Plug.Keys derives connection and session namespace keys by passing arbitrary binaries to String.toatom/1. basekey/1 in...

6.9CVSS0.00126EPSS
SaveExploits0References4
OSV
OSV
added 3 days ago4 views

CVE-2026-54894 Atom-table exhaustion denial of service in Guardian via unbounded atom creation from binary keys

Allocation of Resources Without Limits or Throttling in ueberauth guardian allows denial of service via unbounded atom creation from attacker-influenced binary input. Guardian.Plug.Keys derives connection and session namespace keys by passing arbitrary binaries to String.toatom/1. basekey/1 in...

6.9CVSS5.7AI score0.00126EPSS
SaveExploits0References9
NVD
NVD
added 3 days ago6 views

CVE-2026-15262

The Admin Columns for ACF Fields WordPress plugin through 0.3.2 does not escape Advanced Custom Fields values before outputting them in the WordPress admin list-table columns, allowing users with contributor-level access or above to store a payload that executes as JavaScript in the session of...

5.4CVSS0.00152EPSS
SaveExploits0References1
EUVD
EUVD
added 3 days ago7 views

EUVD-2026-51716

The Admin Columns for ACF Fields WordPress plugin through 0.3.2 does not escape Advanced Custom Fields values before outputting them in the WordPress admin list-table columns, allowing users with contributor-level access or above to store a payload that executes as JavaScript in the session of...

5.5AI score0.00152EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 3 days ago5 views

CVE-2026-15262

The Admin Columns for ACF Fields WordPress plugin through 0.3.2 does not escape Advanced Custom Fields values before outputting them in the WordPress admin list-table columns, allowing users with contributor-level access or above to store a payload that executes as JavaScript in the session of...

5.5AI score0.00152EPSS
SaveExploits0References1
Rows per page
Query Builder