LiveActive security incident?Get immediate response
CVE Record

CVE-2020-36825: cyberaz0r WebRAT api.php download_file unrestricted upload

** UNSUPPORTED WHEN ASSIGNED ** ** DISPUTED ** A vulnerability has been found in cyberaz0r WebRAT up to 20191222 and classified as critical. This vulnerability affects the function download_file of the file Server/api.php. The manipulation of the argument name leads to unrestricted upload. The attack can be initiated remotely. The real existence of this vulnerability is still doubted at the moment. The patch is identified as 0c394a795b9c10c07085361e6fcea286ee793701. It is recommended to apply a patch to fix this issue. VDB-257782 is the identifier assigned to this vulnerability. NOTE: This vulnerability only affects products that are no longer supported by the maintainer. NOTE: The issue, discovered in a 20-stars GitHub project (now private) by its author, had CVE requested by a third party 4 years post-resolution, referencing the fix commit (now a broken link). Due to minimal attention and usage, it should not be eligible for CVE according to the project maintainer.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2020-36825 concerns an unsupported cyberaz0r WebRAT project where a file-handling API may allow unrestricted upload through the download_file function. The record is disputed, and the maintainer reportedly doubts CVE eligibility. Treat it as a cleanup and verification issue unless WebRAT is actually present.

Executive priority

Prioritize only if WebRAT exists in your environment. Unsupported remote administration tools can create outsized operational risk, but this CVE has disputed evidence and no cited active exploitation. The main business action is inventory, removal, and compensating access control.

Technical view

Sources describe CWE-434 in WebRAT Server/api.php, affecting download_file and the name argument, with network attack vector and authenticated access in CVSS v2. The affected version is listed as 20191222 or earlier. The patch hash is named, but the GitHub link is broken and the repository is now private.

Likely exposure

Exposure is likely limited to environments still running the unsupported cyberaz0r WebRAT project, especially version 20191222 or older. The project appears low-usage and unsupported, so broad enterprise exposure is unlikely unless it was installed experimentally or inherited.

Exploitation context

The bundle does not show CISA KEV listing or active exploitation evidence. VulDB labels the issue critical, but the CVE bundle marks it medium and disputed. The CVSS vector indicates remote exploitation requiring authentication, but the vulnerability’s real existence is explicitly questioned.

Researcher notes

Do not assume exploitability beyond the record. Key gaps are the private repository, broken patch link, disputed status, and lack of KEV evidence. Validation should focus on product presence, code provenance, patch verification, and whether authenticated file-handling behavior exists.

Mitigation direction

  • Remove unsupported WebRAT deployments from production where possible.
  • Apply the referenced patch only if its authenticity can be verified.
  • Restrict WebRAT access to trusted administrators and networks.
  • Review vendor or maintainer guidance before relying on the broken patch link.
  • Monitor for unexpected uploaded files or changes under WebRAT paths.

Validation and detection

  • Inventory systems for cyberaz0r WebRAT and version 20191222 or older.
  • Check whether Server/api.php and download_file functionality are present.
  • Confirm whether patch 0c394a795b9c10c07085361e6fcea286ee793701 is applied from trusted history.
  • Review access logs for unusual authenticated api.php file-handling activity.
  • Document uncertainty because the CVE is disputed and source evidence is limited.
Prepared
Confidence
low
Sources
5

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.

cwe · medium confidence lookup

CWE-434: 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 lookup
cve · low confidence lookup

CVE-2020-36825 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
Medium
CVSS
6.5 (2.0)
Known Exploited
No
Published

Vector: AV:N/AC:L/Au:S/C:P/I:P/A:P

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.

1CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS vector scores

1 official score

We 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.

ScoreVersionSeverityVectorExploitImpactSource
6.5CVSS 2.0MediumAV:N/AC:L/Au:S/C:P/I:P/A:P86.4Primary CVE score

Vulnerability scoring details

Base CVSS 2.0 score

6.5Medium
CVSS 2.0 vector shape for CVE-2020-36825Access VectorAccess ComplexityAuthenticationConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: AV:N/AC:L/Au:S/C:P/I:P/A:P

Access Vector
NetworkAdjacentLocal
Access Complexity
LowMediumHigh
Authentication
NoneSingleMultiple
Confidentiality Impact
CompletePartialNone
Integrity Impact
CompletePartialNone
Availability Impact
CompletePartialNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
cyberaz0rWebRAT20191222Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-434 · source CWE mapping

Unrestricted Upload of File with Dangerous Type

Unrestricted Upload of File with Dangerous Type represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.