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-2439

35
FAUCET Score

CVE-2026-2439 describes a critical vulnerability in Concierge::Sessions versions 0.8.1 through 0.8.4 for Perl, where insecure session IDs are generated. The generate_session_id function either uses uuidgen without ensuring a high-quality random source or falls back to Perl's predictable rand() function, allowing attackers to guess session IDs and gain unauthorized access. This vulnerability carries a CVSS score of 9.8 (CRITICAL), indicating it can be exploited remotely with low complexity, requiring no user interaction, and leading to complete compromise of confidentiality, integrity, and availability. The core issue lies in insufficient entropy for session ID generation (CWE-338, CWE-340). While there is no evidence of active exploitation, nor are there public exploits in Metasploit or ExploitDB, the vulnerability has garnered significant community discussion with over 20 mentions. Its EPSS score is low, but the FAUCET Risk Score is 55/100, suggesting a moderate to high risk.

Impacted Technologies

VendorProductVersion(s)CPE
>= 0.8.1, < 0.8.5CPE match
cpe:2.3:a:bva:concierge\:\:sessions:*:*:*:*:*:perl:*:*

CVSS Data

CVSS version used by this source: 3.1

9.8CRITICAL

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality Impact
HIGH
Integrity Impact
HIGH
Availability Impact
HIGH
Exploitability Score
3.9
Impact Score
5.9
CvssVersion
3.1

Exploit Intelligence

EPSS Score
0.40%
Probability of exploitation in next 30 days
EPSS Percentile
32.9%
Percentile rank of EPSS score among Peer Group
As of 2026-07-27
Model: v2026.06.15
This CVE's current EPSS score of 0.0040 is in the 10th percentile among its peer group of 36,862 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

No media coverage found for this CVE.

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

Remediation

Remediation records are not available for this CVE.

References

github.com / bwva/Concierge-Sessions/commit/20bb28e92e8fba307c4ff8264701c215be65e73b
Patch
metacpan.org / release/BVA/Concierge-Sessions-v0.8.4/diff/BVA/Concierge-Sessions-v0.8.5
ProductRelease Notes
perldoc.perl.org / 5.42.0/functions/rand
Third Party Advisory
security.metacpan.org / docs/guides/random-data-for-security.html
Third Party Advisory
rfc-editor.org / rfc/rfc9562.html
Third Party Advisory