The chart below shows the most common weaknesses found in vulnerabilities across the Erlang ecosystem. Understanding which weakness types recur most often helps library authors and application developers focus their security efforts where they matter most.

Each CVE is mapped to its CWE (Common Weakness Enumeration) using the MITRE CWE hierarchy. A slice's count includes every CVE reachable anywhere below it in the hierarchy, not just CVEs assigned that exact CWE — click a slice or legend row to drill into its direct children and see the same breakdown one level down.

Viewing · CWE-1430 CWE-1430 at MITRE

We're looking at the CWE hierarchy through the Weaknesses in the 2024 CWE Top 25 Most Dangerous Software Weaknesses view.

Uncontrolled Resource Consumption: 14 CVEs (31.1%) — click to drill down Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal'): 8 CVEs (17.8%) — click to drill down Incorrect Authorization: 6 CVEs (13.3%) — click to drill down Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting'): 5 CVEs (11.1%) — click to drill down Server-Side Request Forgery (SSRF): 3 CVEs (6.7%) — click to drill down Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection'): 2 CVEs (4.4%) — click to drill down Deserialization of Untrusted Data: 2 CVEs (4.4%) — click to drill down Out-of-bounds Write: 2 CVEs (4.4%) — click to drill down Improper Control of Generation of Code ('Code Injection'): 1 CVEs (2.2%) — click to drill down Exposure of Sensitive Information to an Unauthorized Actor: 1 CVEs (2.2%) — click to drill down Missing Authorization: 1 CVEs (2.2%) — click to drill down Improper Input Validation: 0 CVEs (0.0%) — click to drill down Improper Neutralization of Special Elements used in a Command ('Command Injection'): 0 CVEs (0.0%) — click to drill down Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection'): 0 CVEs (0.0%) — click to drill down Improper Restriction of Operations within the Bounds of a Memory Buffer: 0 CVEs (0.0%) — click to drill down Out-of-bounds Read: 0 CVEs (0.0%) — click to drill down Integer Overflow or Wraparound: 0 CVEs (0.0%) — click to drill down Improper Privilege Management: 0 CVEs (0.0%) — click to drill down Improper Authentication: 0 CVEs (0.0%) — click to drill down Missing Authentication for Critical Function: 0 CVEs (0.0%) — click to drill down Cross-Site Request Forgery (CSRF): 0 CVEs (0.0%) — click to drill down Use After Free: 0 CVEs (0.0%) — click to drill down Unrestricted Upload of File with Dangerous Type: 0 CVEs (0.0%) — click to drill down NULL Pointer Dereference: 0 CVEs (0.0%) — click to drill down Use of Hard-coded Credentials: 0 CVEs (0.0%) — click to drill down Total 44
Uncontrolled Resource Consumption CWE-400 14 (31.1%) Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') CWE-22 8 (17.8%) Incorrect Authorization CWE-863 6 (13.3%) Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') CWE-79 5 (11.1%) Server-Side Request Forgery (SSRF) CWE-918 3 (6.7%) Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') CWE-89 2 (4.4%) Deserialization of Untrusted Data CWE-502 2 (4.4%) Out-of-bounds Write CWE-787 2 (4.4%) Improper Control of Generation of Code ('Code Injection') CWE-94 1 (2.2%) Exposure of Sensitive Information to an Unauthorized Actor CWE-200 1 (2.2%) Missing Authorization CWE-862 1 (2.2%) Improper Input Validation CWE-20 0 (0.0%) Improper Neutralization of Special Elements used in a Command ('Command Injection') CWE-77 0 (0.0%) Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') CWE-78 0 (0.0%) Improper Restriction of Operations within the Bounds of a Memory Buffer CWE-119 0 (0.0%) Out-of-bounds Read CWE-125 0 (0.0%) Integer Overflow or Wraparound CWE-190 0 (0.0%) Improper Privilege Management CWE-269 0 (0.0%) Improper Authentication CWE-287 0 (0.0%) Missing Authentication for Critical Function CWE-306 0 (0.0%) Cross-Site Request Forgery (CSRF) CWE-352 0 (0.0%) Use After Free CWE-416 0 (0.0%) Unrestricted Upload of File with Dangerous Type CWE-434 0 (0.0%) NULL Pointer Dereference CWE-476 0 (0.0%) Use of Hard-coded Credentials CWE-798 0 (0.0%)

CVEs

Every CVE in this view

Summary Publication CVE ID Published
Server-side request forgery in Boruta OAuth request_uri and OpenID jwks_uri fetching CVE-2026-54885 2026-07-30
Megaco flex scanner buffer overflow via oversized property parm name
pkg:otp/megaco
CVE-2026-59250 2026-07-27
Heap pointer corruption via signed/unsigned mismatch in LARGE_TUPLE_EXT decoding in erts external term format decoder
pkg:otp/erts
CVE-2026-55737 2026-07-27
Scheme validation bypass in Phoenix.LiveView.Utils leads to XSS via <.link> CVE-2026-58228 2026-07-13
SQL injection via unescaped dollar-quote in Postgrex.Notifications reconnect replay causes notification denial of service CVE-2026-58225 2026-07-10
SSH SFTP server denial of service via extended channel data infinite loop
pkg:otp/ssh
CVE-2026-54886 2026-07-02
Unsanitized URL schemes in MDEx Quill Delta output allow javascript: injection (XSS) CVE-2026-54889 2026-06-29
Cross-site scripting in MDEx via unescaped highlight_lines_class code-fence attribute CVE-2026-53427 2026-06-29
Remote code execution and denial of service via unsafe Erlang term deserialization in elixir-grpc/grpc CVE-2026-48853 2026-06-15
Distribution-over-TLS LAN allowlist silently bypassed due to sockname/peername confusion in inet_tls_dist
pkg:otp/ssl
CVE-2026-48860 2026-06-10
SFTP READLINK Leaks Absolute Backend Filesystem Path When Root Is Configured
pkg:otp/ssh
CVE-2026-48855 2026-06-10
ftp client PASV response IP not validated against control peer, enabling SSRF and FTP bounce attacks
pkg:otp/inets
pkg:otp/ftp
CVE-2026-48858 2026-06-10
Unbounded integer parsing in the Version module enables CPU and memory exhaustion denial of service
pkg:otp/elixir
CVE-2026-49762 2026-06-09
Path Traversal in gleam docs build via documentation.pages Allows Arbitrary File Read and Write
pkg:sid/gleam.run/gleam
pkg:oci/gleam
CVE-2026-32685 2026-06-02
Path Traversal in build/packages/packages.toml Allows Arbitrary Directory Deletion
pkg:sid/gleam.run/gleam
pkg:oci/gleam
CVE-2026-43965 2026-06-02
Missing authorization check on save-job event handler in oban_web CVE-2026-48592 2026-05-26
Unbounded range expansion in cron describe causes memory exhaustion in oban_web CVE-2026-48593 2026-05-26
Unbounded memory consumption in WebSocket client in hackney CVE-2026-47073 2026-05-25
SSRF allowlist bypass via percent-encoded host in hackney CVE-2026-47076 2026-05-25
Unbounded body accumulation in HTTP/3 response loop in hackney CVE-2026-47077 2026-05-25
SOCKS5 TLS upgrade ignores caller timeout in hackney CVE-2026-47071 2026-05-25
Unauthenticated remote code execution via HEEx template injection in phoenix_storybook playground CVE-2026-8467 2026-05-20
SQL injection via channel name in Postgrex.Notifications.listen/3 and unlisten/3 CVE-2026-32687 2026-05-12
Unbounded chunk-size hex digits in cowlib cause quadratic CPU and memory DoS CVE-2026-7790 2026-05-11
Reflected XSS via backslash bypass in GraphiQL js_escape in absinthe_plug CVE-2026-42794 2026-05-08
25 per page · 44 CVEs
Page of 2