LiveActive security incident?Get immediate response
CVE Record

CVE-2021-42897: A remote command execution (RCE) vulnerability was found in FeMiner wms V1.0 in /wms/src/system/datarec.php.

A remote command execution (RCE) vulnerability was found in FeMiner wms V1.0 in /wms/src/system/datarec.php. The $_POST[r_name] is directly passed into the $mysqlstr and is executed by exec.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

FeMiner wms V1.0 has a reported remote command execution flaw in datarec.php. A POST parameter is passed into a string that is executed on the server. If the vulnerable endpoint is reachable, compromise could mean server-level command execution. Public sources do not provide CVSS, patch status, authentication requirements, or active exploitation evidence.

Executive priority

Prioritize confirmation and containment if FeMiner wms is present. RCE can carry severe business impact, but urgency depends on whether the application is deployed, reachable, and maintained. No active exploitation is documented in the provided sources.

Technical view

The CVE states that $_POST['r_name'] in /wms/src/system/datarec.php is directly passed into $mysqlstr and then executed by exec(), creating an RCE condition. The source bundle names FeMiner wms V1.0, but CVE affected-product metadata is incomplete and lists vendor, product, and CPEs as n/a.

Likely exposure

Exposure appears limited to environments running FeMiner wms V1.0, especially where /wms/src/system/datarec.php is reachable. Asset discovery is necessary because the CVE record lacks reliable CPE mapping and lists affected product fields as n/a.

Exploitation context

The provided sources do not show CISA KEV listing or active exploitation. The GitHub issue is public, so technical details are discoverable, but the bundle does not establish exploit availability, authentication requirements, or exploitation in the wild.

Researcher notes

Evidence is sparse: no CVSS, CWE, CPEs, patch reference, or authentication context are supplied. Treat this as a command injection/RCE report grounded mainly in the CVE description and GitHub issue, and avoid assuming broader product impact.

Mitigation direction

  • Check FeMiner project guidance and issue tracker for an official fix or safe upgrade path.
  • Restrict external access to the wms application until exposure is confirmed.
  • Remove or disable vulnerable deployments if no maintained fix is available.
  • Review server logs for suspicious requests to /wms/src/system/datarec.php.
  • Apply least-privilege controls to the web server execution context.

Validation and detection

  • Inventory systems for FeMiner wms V1.0 installations.
  • Check whether /wms/src/system/datarec.php exists and is externally reachable.
  • Review source code for exec() use involving $_POST['r_name'].
  • Confirm whether vendor patches or commits address this issue.
  • Search application and web logs for requests containing r_name to datarec.php.
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.

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-2021-42897 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.