LiveActive security incident?Get immediate response
CVE Record

CVE-2017-9090: reg.php in Allen Disk 1.6 doesn't check if isset($_SESSION['captcha']['code'])==1, which makes it possible...

reg.php in Allen Disk 1.6 doesn't check if isset($_SESSION['captcha']['code'])==1, which makes it possible to bypass the CAPTCHA via an empty $_POST['captcha'].

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

CVE-2017-9090 is a CAPTCHA bypass in Allen Disk 1.6 registration. A weak check in reg.php can allow automated or abusive registrations when CAPTCHA session state is missing. The public sources do not provide a severity score, patch status, or evidence of active exploitation.

Executive priority

Treat this as a targeted application-hardening issue unless Allen Disk registration is business-critical or exposed at scale. Prioritize review where public self-registration exists, because abuse can create operational cleanup, spam, and trust issues even without confirmed system compromise.

Technical view

The CVE states reg.php in Allen Disk 1.6 fails to check whether $_SESSION['captcha']['code'] is set before validating CAPTCHA input. This makes CAPTCHA bypass possible when the posted CAPTCHA value is empty. Scope beyond registration abuse is not established in the provided sources.

Likely exposure

Exposure is likely limited to deployments running Allen Disk 1.6 with the public registration page enabled and reachable by untrusted users.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of exploitation in the wild. The issue is plausibly useful for bot registration, spam, or account-abuse workflows, but the sources do not prove broader compromise impact.

Researcher notes

Evidence is sparse: the CVE description and linked GitHub issue identify the vulnerable logic, but no CVSS, CWE, affected CPEs, patch confirmation, or exploitation evidence is provided in the bundle. Avoid assuming impact beyond CAPTCHA bypass and registration abuse.

Mitigation direction

  • Check Allen Disk project guidance and the linked issue for an official fix.
  • If no supported fix exists, restrict or disable public registration.
  • Reject missing CAPTCHA session state and empty CAPTCHA input server-side.
  • Add rate limits or moderation controls around account registration.
  • Monitor and clean up suspicious accounts created during exposure.

Validation and detection

  • Inventory systems for Allen Disk 1.6 deployments.
  • Confirm whether reg.php is publicly reachable.
  • Review CAPTCHA validation for required session state and non-empty comparison.
  • Check registration logs for abnormal spikes or automated patterns.
  • Verify any deployed fix against vendor or project guidance.
Prepared
Confidence
medium
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cve · low confidence lookup

CVE-2017-9090 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

0CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.