Security readout for executives and security teams
Plain-English summary
CVE-2023-24689 is a Mojoportal issue where a logged-in attacker can manipulate a design tool parameter to list CSS files under the web server root. The direct impact is limited information disclosure, but exposed file listings can help an attacker map the site and plan later attacks.
Executive priority
Treat this as a moderate-priority hardening item. It is not documented as actively exploited in the provided sources, but affected internet-facing Mojoportal sites should be remediated because the bug can expose file structure details to logged-in attackers.
Technical view
Mojoportal v2.7.0.0 and below has a CWE-22 path traversal issue in /DesignTools/ManageSkin.aspx. Manipulating the "s" parameter can allow an authenticated network attacker to enumerate CSS files in the web root. CVSS 3.1 is 4.3: low complexity, privileges required, no user interaction, confidentiality impact only.
Likely exposure
Exposure is likely limited to organizations running Mojoportal v2.7.0.0 or earlier with authenticated access to the DesignTools ManageSkin page. Public internet exposure increases reconnaissance value, but the source bundle does not identify affected CPEs or hosting patterns.
Exploitation context
The source bundle does not show CISA KEV listing or cited evidence of active exploitation. The vulnerability requires authentication and appears limited to listing CSS files, so it is more useful for reconnaissance than direct compromise based on available evidence.
Researcher notes
Evidence supports authenticated path traversal-style file enumeration through the s parameter, but not broader file read, code execution, unauthenticated access, or a named patch. Avoid expanding impact beyond CSS file listing unless vendor advisories or testing provide additional proof.
Mitigation direction
- Check Mojoportal vendor or project guidance for a fixed release or official workaround.
- Limit DesignTools and ManageSkin access to trusted administrative users only.
- Remove or disable unnecessary authenticated accounts with design-tool access.
- Monitor web logs for unusual ManageSkin.aspx requests involving the s parameter.
- Prioritize upgrade planning for Mojoportal v2.7.0.0 and earlier deployments.
Validation and detection
- Inventory sites running Mojoportal and record exact version numbers.
- Confirm whether /DesignTools/ManageSkin.aspx is reachable by authenticated non-admin users.
- Review access controls around design and skin management functions.
- Inspect logs for unexpected authenticated requests to ManageSkin.aspx.
- Verify any vendor-recommended update or workaround blocks unintended CSS file enumeration.
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.
CWE-22: File access and web shell behavior lookup
File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCVE-2023-24689 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
- Medium
- CVSS
- 4.3 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
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 vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N2.81.4Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
4.3MediumVector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://www.mojoportal.com/CVE reference
- https://github.com/blakduk/Advisories/blob/main/Mojoportal/README.mdCVE reference
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.
