Predictive Vulnerability Intelligence.

Product

  • Product
  • Pricing
  • Documentation

Company

  • About
  • Partnerships
  • Blog
  • Support

Legal

  • Terms
  • Privacy
  • Data Licensing

© 2026 FAUCET Technologies LLC. All rights reserved.

CVE-2026-28808

33
FAUCET Score

OVERVIEW CVE-2026-28808 is an incorrect authorization vulnerability in Erlang OTP's inets HTTP server modules that enables unauthenticated access to CGI scripts protected by directory-based access controls. The flaw arises from a path mismatch between the mod_auth module, which evaluates access rules against DocumentRoot-relative paths, and the mod_cgi module, which executes scripts at their ScriptAlias-resolved locations. This discrepancy allows attackers to bypass authentication mechanisms when scripts are served through script_alias directives. The vulnerability affects Erlang OTP versions 17.0 through 28.4.2 and corresponding inets library versions 5.10 through 9.6.2, with specific patched releases available for OTP 26.2.5.19, 27.3.4.10, and 28.4.2. SEVERITY The attack requires no authentication and presents a network-accessible attack vector with low complexity, as attackers simply request protected CGI scripts through the misconfigured script_alias path. The potential impact is significant, as successful exploitation results in unauthorized access to scripts that administrators intended to restrict, potentially leading to information disclosure or unauthorized actions depending on script functionality. The CVSS score is not yet publicly assigned, though the FAUCET Risk Score of 50.0/100 suggests moderate concern. EXPLOITATION STATUS There is no indication of active exploitation, as the vulnerability is not listed on the Known Exploited Vulnerabilities catalog and shows no evidence of public exploit code availability. Community attention appears limited, reflected in the extremely low EPSS score of 0.0002, suggesting this vulnerability ranks among the lowest in terms of real-world exploitation probability across all CVEs.

Impacted Technologies

VendorProductVersion(s)CPE
>= 5.10, < 9.1.0.6CPE matchmatch criteria
cpe:2.3:a:erlang:erlang\/inets:*:*:*:*:*:*:*:*
> 9.2, < 9.3.2.4CPE matchmatch criteria
cpe:2.3:a:erlang:erlang\/inets:*:*:*:*:*:*:*:*
> 9.4, < 9.6.2CPE matchmatch criteria
cpe:2.3:a:erlang:erlang\/inets:*:*:*:*:*:*:*:*
>= 17.0, < 26.2.5.19CPE matchmatch criteria
cpe:2.3:a:erlang:erlang\/otp:*:*:*:*:*:*:*:*
>= 27.0, < 27.3.4.10CPE matchmatch criteria
cpe:2.3:a:erlang:erlang\/otp:*:*:*:*:*:*:*:*

CVSS Data

CVSS version used by this source: 4.0

8.3HIGH

CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
PRESENT
Privileges Required
NONE
User Interaction
NONE
VS Confidentiality
HIGH
VS Integrity
LOW
VS Availability
NONE
SS Confidentiality
NONE
SS Integrity
NONE
SS Availability
NONE
Exploit Maturity
NOT_DEFINED
CvssVersion
4.0

Exploit Intelligence

EPSS Score
0.54%
Probability of exploitation in next 30 days
EPSS Percentile
42.2%
Percentile rank of EPSS score among Peer Group
As of 2026-07-25
Model: v2026.06.15
This CVE's current EPSS score of 0.0054 is in the 22nd percentile among its peer group of 36,833 CVEs.

Social Chatter

The average CVE in this peer group has 0.0 Twitter, 0.1 Reddit, 0.3 Bluesky, 0.3 Mastodon, and 2.4 GitHub mentions.

Media Mentions

The average CVE in this peer group has 0.3 InfoSec Media, 0.0 Vendor Blog, and 0.0 Security Researcher mentions.

Remediation

Vendor Patches (1)

github_advisorypatch availablevia nvd_reference
View patch

Vendor Advisories (1)

microsoft2026-Apr/CVE-2026-28808Important

ScriptAlias CGI targets bypass directory auth in inets httpd (mod_auth vs mod_cgi path mismatch)

Apr 14, 2026

References

access.redhat.com / security/cve/CVE-2026-28808
bugzilla.redhat.com / show_bug.cgi
security.access.redhat.com / data/csaf/v2/vex/2026/cve-2026-28808.json
cna.erlef.org / cves/CVE-2026-28808.html
MitigationVendor Advisory
github.com / erlang/otp/commit/8fc71ac6af4fbcc54103bec2983ef22e82942688
Patch
github.com / erlang/otp/commit/9dfa0c51eac97866078e808dec2183cb7871ff7c
Patch
github.com / erlang/otp/security/advisories/GHSA-3vhp-h532-mc3f
Third Party Advisory
osv.dev / vulnerability/EEF-CVE-2026-28808
PatchThird Party Advisory
erlang.org / doc/system/versions.html
Product