Security readout for executives and security teams
Plain-English summary
CVE-2009-2037 affects legacy Online Grades & Attendance installations. If PHP register_globals is enabled, a remote attacker may be able to make the application include and execute local files through skin-related input. This can become serious on an exposed school or administrative website, but the source bundle does not provide CVSS scoring or confirmed active exploitation.
Executive priority
Treat exposed legacy deployments as urgent to assess. Business urgency depends on whether this obsolete application is still reachable and misconfigured with register_globals enabled.
Technical view
The CVE describes multiple directory traversal local file inclusion flaws in Online Grades & Attendance 3.2.5 and earlier, and possibly 3.2.6. The affected paths are index.php using GLOBALS[SKIN] and admin/admin.php using skin, only when register_globals is enabled. Public exploit information is referenced, but KEV is false.
Likely exposure
Exposure is most likely in old PHP-hosted Online Grades & Attendance deployments that remain internet-facing and use register_globals. Modern systems are less likely exposed unless the legacy application or configuration persists.
Exploitation context
The source bundle cites an Exploit-DB entry, so public exploit information exists. It does not cite CISA KEV or any source confirming active exploitation in the wild.
Researcher notes
Evidence is sparse: no CVSS, no CWE mapping, and affected metadata is generic. The CVE description supplies the vulnerable parameters and version range, while references confirm vulnerability database and public exploit coverage.
Mitigation direction
- Inventory for Online Grades & Attendance 3.2.5 and earlier, and possibly 3.2.6.
- Disable PHP register_globals wherever present.
- Restrict public access to any remaining legacy deployment.
- Check vendor or maintainer guidance before assuming a patch exists.
- Retire or isolate unsupported installations if no maintained fix is available.
Validation and detection
- Confirm whether Online Grades & Attendance is deployed.
- Identify application version from deployment records or source files.
- Check PHP configuration for register_globals.
- Verify whether index.php and admin/admin.php are internet-accessible.
- Review web logs for traversal or local file inclusion probes.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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.
File access behavior lookup
The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
Open ATT&CK lookupCVE-2009-2037 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
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.
CVSS and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- onlinegrades-globalsskin-file-include(50901)CVE reference · vdb-entry, x_refsource_XF
- 8853CVE reference · exploit, x_refsource_EXPLOIT-DB
- onlinegrades-admin-file-include(50902)CVE reference · vdb-entry, x_refsource_XF
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
