LiveActive security incident?Get immediate response
CVE Record

CVE-2020-23151: rConfig 3.9.5 allows command injection by sending a crafted GET request to lib/ajaxHandlers/ajaxArchiveFile...

rConfig 3.9.5 allows command injection by sending a crafted GET request to lib/ajaxHandlers/ajaxArchiveFiles.php since the path parameter is passed directly to the exec function without being escaped.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This vulnerability lets an attacker make rConfig run operating-system commands through a vulnerable archive-file handler. The source identifies rConfig 3.9.5 and a path value passed to exec without escaping. That is serious because successful command injection can compromise the application host.

Executive priority

Treat this as a high-priority review if rConfig 3.9.5 is present, especially on exposed management systems. Business urgency depends on reachability and authentication controls, which are not established in the provided sources.

Technical view

CVE-2020-23151 is a command injection issue in rConfig 3.9.5. The vulnerable PHP handler is lib/ajaxHandlers/ajaxArchiveFiles.php, where the path parameter is passed directly to exec without escaping. The available sources do not state authentication requirements, CVSS, or a patched version.

Likely exposure

Likely exposure is limited to environments running rConfig 3.9.5 where the affected ajaxArchiveFiles.php route is reachable. The source bundle does not confirm authentication requirements, internet exposure, or affected versions beyond rConfig 3.9.5.

Exploitation context

The CVE record describes exploitation through a crafted GET request, but the source bundle does not cite active exploitation. CISA KEV status is false, so active exploitation should not be assumed from these sources.

Researcher notes

The evidence supports CWE-78 style OS command injection, tied to the path parameter and exec usage in the referenced PHP file. Missing details include authentication, patch status, CVSS, exploit maturity, and broader affected version range.

Mitigation direction

  • Check rConfig vendor or project guidance for fixed versions or official remediation.
  • Upgrade away from rConfig 3.9.5 if a vendor-supported fixed release is available.
  • Restrict network access to rConfig administrative interfaces and handler paths.
  • Apply least-privilege permissions to the rConfig runtime account.
  • Monitor requests to the affected handler for suspicious path parameter activity.

Validation and detection

  • Inventory whether rConfig is deployed and confirm any 3.9.5 installations.
  • Determine whether lib/ajaxHandlers/ajaxArchiveFiles.php is present and reachable.
  • Review local code for path input reaching exec without escaping or validation.
  • Check web access logs for requests targeting ajaxArchiveFiles.php.
  • Confirm administrative routes are restricted to trusted networks and users.
Prepared
Confidence
medium
Sources
4

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.

description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2020-23151 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
3Source links

CVSS and timeline data

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

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.