CVE-2021-38477 Vulnerability Analysis & Exploit Details

CVE-2021-38477
Vulnerability Scoring

9.8
/10
Critical Risk

As a catastrophic security flaw, CVE-2021-38477 has severe implications, demanding immediate intervention.

Attack Complexity Details

  • Attack Complexity: Low
    Exploits can be performed without significant complexity or special conditions.
  • Attack Vector: Network
    Vulnerability is exploitable over a network without physical access.
  • Privileges Required: None
    No privileges are required for exploitation.
  • Scope: Unchanged
    Exploit remains within the originally vulnerable component.
  • User Interaction: None
    No user interaction is necessary for exploitation.

CVE-2021-38477 Details

Status: Modified

Last updated: 🕕 21 Nov 2024, 06:17 UTC
Originally published on: 🕛 22 Oct 2021, 12:15 UTC

Time between publication and last update: 1125 days

CVSS Release: version 3

CVSS3 Source

ics-cert@hq.dhs.gov

CVSS3 Type

Secondary

CVSS3 Vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

CVE-2021-38477 Vulnerability Summary

CVE-2021-38477: There are multiple API function codes that permit reading and writing data to or from files and directories, which could lead to the manipulation and/or the deletion of files.

Assessing the Risk of CVE-2021-38477

Access Complexity Graph

The exploitability of CVE-2021-38477 depends on two key factors: attack complexity (the level of effort required to execute an exploit) and privileges required (the access level an attacker needs).

Exploitability Analysis for CVE-2021-38477

With low attack complexity and no required privileges, CVE-2021-38477 is an easy target for cybercriminals. Organizations should prioritize immediate mitigation measures to prevent unauthorized access and data breaches.

Understanding AC and PR

A lower complexity and fewer privilege requirements make exploitation easier. Security teams should evaluate these aspects to determine the urgency of mitigation strategies, such as patch management and access control policies.

Attack Complexity (AC) measures the difficulty in executing an exploit. A high AC means that specific conditions must be met, making an attack more challenging, while a low AC means the vulnerability can be exploited with minimal effort.

Privileges Required (PR) determine the level of system access necessary for an attack. Vulnerabilities requiring no privileges are more accessible to attackers, whereas high privilege requirements limit exploitation to authorized users with elevated access.

CVSS Score Breakdown Chart

Above is the CVSS Sub-score Breakdown for CVE-2021-38477, illustrating how Base, Impact, and Exploitability factors combine to form the overall severity rating. A higher sub-score typically indicates a more severe or easier-to-exploit vulnerability.

CIA Impact Analysis

Below is the Impact Analysis for CVE-2021-38477, showing how Confidentiality, Integrity, and Availability might be affected if the vulnerability is exploited. Higher values usually signal greater potential damage.

  • Confidentiality: High
    Exploiting CVE-2021-38477 can result in unauthorized access to sensitive data, severely compromising data privacy.
  • Integrity: High
    CVE-2021-38477 could allow unauthorized modifications to data, potentially affecting system reliability and trust.
  • Availability: High
    CVE-2021-38477 can disrupt system operations, potentially causing complete denial of service (DoS).

Exploit Prediction Scoring System (EPSS)

The EPSS score estimates the probability that this vulnerability will be exploited in the near future.

EPSS Score: 0.178% (probability of exploit)

EPSS Percentile: 56.05% (lower percentile = lower relative risk)
This vulnerability is less risky than approximately 43.95% of others.

CVE-2021-38477 References

External References

CWE Common Weakness Enumeration

CWE-73

CAPEC Common Attack Pattern Enumeration and Classification

  • Subverting Environment Variable Values CAPEC-13 The adversary directly or indirectly modifies environment variables used by or controlling the target software. The adversary's goal is to cause the target software to deviate from its expected operation in a manner that benefits the adversary.
  • Leverage Alternate Encoding CAPEC-267 An adversary leverages the possibility to encode potentially harmful input or content used by applications such that the applications are ineffective at validating this encoding standard.
  • Using Slashes and URL Encoding Combined to Bypass Validation Logic CAPEC-64 This attack targets the encoding of the URL combined with the encoding of the slash characters. An attacker can take advantage of the multiple ways of encoding a URL and abuse the interpretation of the URL. A URL may contain special character that need special syntax handling in order to be interpreted. Special characters are represented using a percentage character followed by two digits representing the octet code of the original character (%HEX-CODE). For instance US-ASCII space character would be represented with %20. This is often referred as escaped ending or percent-encoding. Since the server decodes the URL from the requests, it may restrict the access to some URL paths by validating and filtering out the URL requests it received. An attacker will try to craft an URL with a sequence of special characters which once interpreted by the server will be equivalent to a forbidden URL. It can be difficult to protect against this attack since the URL can contain other format of encoding such as UTF-8 encoding, Unicode-encoding, etc.
  • URL Encoding CAPEC-72 This attack targets the encoding of the URL. An adversary can take advantage of the multiple way of encoding an URL and abuse the interpretation of the URL.
  • Manipulating Web Input to File System Calls CAPEC-76 An attacker manipulates inputs to the target software which the target software passes to file system calls in the OS. The goal is to gain access to, and perhaps modify, areas of the file system that the target software did not intend to be accessible.
  • Using Escaped Slashes in Alternate Encoding CAPEC-78 This attack targets the use of the backslash in alternate encoding. An adversary can provide a backslash as a leading character and causes a parser to believe that the next character is special. This is called an escape. By using that trick, the adversary tries to exploit alternate ways to encode the same character which leads to filter problems and opens avenues to attack.
  • Using Slashes in Alternate Encoding CAPEC-79 This attack targets the encoding of the Slash characters. An adversary would try to exploit common filtering problems related to the use of the slashes characters to gain access to resources on the target host. Directory-driven systems, such as file systems and databases, typically use the slash character to indicate traversal between directories or other container components. For murky historical reasons, PCs (and, as a result, Microsoft OSs) choose to use a backslash, whereas the UNIX world typically makes use of the forward slash. The schizophrenic result is that many MS-based systems are required to understand both forms of the slash. This gives the adversary many opportunities to discover and abuse a number of common filtering problems. The goal of this pattern is to discover server software that only applies filters to one version, but not the other.
  • Using UTF-8 Encoding to Bypass Validation Logic CAPEC-80 This attack is a specific variation on leveraging alternate encodings to bypass validation logic. This attack leverages the possibility to encode potentially harmful input in UTF-8 and submit it to applications not expecting or effective at validating this encoding standard making input filtering difficult. UTF-8 (8-bit UCS/Unicode Transformation Format) is a variable-length character encoding for Unicode. Legal UTF-8 characters are one to four bytes long. However, early version of the UTF-8 specification got some entries wrong (in some cases it permitted overlong characters). UTF-8 encoders are supposed to use the "shortest possible" encoding, but naive decoders may accept encodings that are longer than necessary. According to the RFC 3629, a particularly subtle form of this attack can be carried out against a parser which performs security-critical validity checks against the UTF-8 encoded form of its input, but interprets certain illegal octet sequences as characters.

Vulnerable Configurations

  • cpe:2.3:a:auvesy:versiondog:4.0.0:*:*:*:*:*:*:*
    cpe:2.3:a:auvesy:versiondog:4.0.0:*:*:*:*:*:*:*
  • cpe:2.3:a:auvesy:versiondog:4.5.0:*:*:*:*:*:*:*
    cpe:2.3:a:auvesy:versiondog:4.5.0:*:*:*:*:*:*:*
  • cpe:2.3:a:auvesy:versiondog:5.0.0:*:*:*:*:*:*:*
    cpe:2.3:a:auvesy:versiondog:5.0.0:*:*:*:*:*:*:*
  • cpe:2.3:a:auvesy:versiondog:5.5.0:*:*:*:*:*:*:*
    cpe:2.3:a:auvesy:versiondog:5.5.0:*:*:*:*:*:*:*
  • cpe:2.3:a:auvesy:versiondog:6.0.0:*:*:*:*:*:*:*
    cpe:2.3:a:auvesy:versiondog:6.0.0:*:*:*:*:*:*:*
  • cpe:2.3:a:auvesy:versiondog:6.5.0:*:*:*:*:*:*:*
    cpe:2.3:a:auvesy:versiondog:6.5.0:*:*:*:*:*:*:*
  • cpe:2.3:a:auvesy:versiondog:6.5.1:*:*:*:*:*:*:*
    cpe:2.3:a:auvesy:versiondog:6.5.1:*:*:*:*:*:*:*
  • cpe:2.3:a:auvesy:versiondog:6.5.2:*:*:*:*:*:*:*
    cpe:2.3:a:auvesy:versiondog:6.5.2:*:*:*:*:*:*:*
  • cpe:2.3:a:auvesy:versiondog:7.0.0:*:*:*:*:*:*:*
    cpe:2.3:a:auvesy:versiondog:7.0.0:*:*:*:*:*:*:*
  • cpe:2.3:a:auvesy:versiondog:7.0.1:*:*:*:*:*:*:*
    cpe:2.3:a:auvesy:versiondog:7.0.1:*:*:*:*:*:*:*
  • cpe:2.3:a:auvesy:versiondog:7.0.2:*:*:*:*:*:*:*
    cpe:2.3:a:auvesy:versiondog:7.0.2:*:*:*:*:*:*:*
  • cpe:2.3:a:auvesy:versiondog:7.5.0:*:*:*:*:*:*:*
    cpe:2.3:a:auvesy:versiondog:7.5.0:*:*:*:*:*:*:*

Protect Your Infrastructure against CVE-2021-38477: Combat Critical CVE Threats

Stay updated with real-time CVE vulnerabilities and take action to secure your systems. Enhance your cybersecurity posture with the latest threat intelligence and mitigation techniques. Develop the skills necessary to defend against CVEs and secure critical infrastructures. Join the top cybersecurity professionals safeguarding today's infrastructures.

Other 5 Recently Published CVEs Vulnerabilities

  • CVE-2025-2129 – A vulnerability was found in Mage AI 0.9.75. It has been classified as problematic. This affects an unknown part. The manipulation leads to insecur...
  • CVE-2025-2127 – A vulnerability was found in JoomlaUX JUX Real Estate 3.4.0 on Joomla. It has been classified as problematic. Affected is an unknown function of th...
  • CVE-2025-2126 – A vulnerability was found in JoomlaUX JUX Real Estate 3.4.0 on Joomla and classified as critical. This issue affects some unknown processing of the...
  • CVE-2025-2125 – A vulnerability has been found in Control iD RH iD 25.2.25.0 and classified as problematic. This vulnerability affects unknown code of the file /v2...
  • CVE-2025-2124 – A vulnerability, which was classified as problematic, was found in Control iD RH iD 25.2.25.0. This affects an unknown part of the file /v2/custome...