LiveActive security incident?Get immediate response
CVE Record

CVE-2021-35243: HTTP PUT & DELETE Methods Enabled

The HTTP PUT and DELETE methods were enabled in the Web Help Desk web server (12.7.7 and earlier), allowing users to execute dangerous HTTP requests. The HTTP PUT method is normally used to upload data that is saved on the server with a user-supplied URL. While the DELETE method requests that the origin server removes the association between the target resource and its current functionality. Improper use of these methods may lead to a loss of integrity.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

SolarWinds Web Help Desk allowed risky HTTP methods on its web server. An unauthenticated network user could send PUT or DELETE requests that should normally be disabled, potentially changing server-side content or resource handling. The known impact is integrity loss, not data theft or full compromise.

Executive priority

Treat as a moderate-priority hygiene issue. Prioritize internet-facing or widely accessible help desk systems first, then complete remediation across internal deployments during the next maintenance window.

Technical view

CVE-2021-35243 affects SolarWinds Web Help Desk 12.7.7 and earlier. The embedded web server exposed HTTP PUT and DELETE methods, mapped to CWE-749. CVSS 3.1 is 5.3, network reachable, low complexity, no privileges, no user interaction, with low integrity impact only.

Likely exposure

Exposure is most relevant where SolarWinds Web Help Desk is reachable over a network, especially internet-facing or broadly accessible internal deployments running 12.7.7 or earlier.

Exploitation context

The provided sources do not show CISA KEV listing or active exploitation evidence. The weakness is still operationally important because it is unauthenticated and network reachable, but the documented impact is limited to integrity.

Researcher notes

Evidence supports enabled PUT and DELETE methods with integrity impact. Sources do not establish confidentiality impact, availability impact, authentication bypass, exploit availability, or observed exploitation. Version and remediation details should be confirmed against SolarWinds advisory text.

Mitigation direction

  • Identify all SolarWinds Web Help Desk deployments and versions.
  • Review the SolarWinds advisory and Hotfix 1 release notes.
  • Apply the SolarWinds hotfix or later vendor-supported release after confirming guidance.
  • Restrict Web Help Desk access to trusted networks where feasible.
  • Disable unsafe HTTP methods if supported by vendor configuration guidance.

Validation and detection

  • Confirm no Web Help Desk instance runs 12.7.7 or earlier.
  • Verify HTTP PUT and DELETE are not accepted by the Web Help Desk server.
  • Check external exposure through asset inventory and perimeter scanning results.
  • Review change records for SolarWinds hotfix or upgrade completion.
Prepared
Confidence
high
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.

cwe · low confidence lookup

CWE-749: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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-2021-35243 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
5.3 (3.1)
Known Exploited
No
Published

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

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
3Source 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
5.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N3.91.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.3Medium
CVSS 3.1 vector shape for CVE-2021-35243Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
SolarWindsWeb Help Desk12.7.7 and previous versions 12.7.7 HF1Listed
Weakness

CWE details

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

CWE-749 · source CWE mapping

Exposed Dangerous Method or Function

Exposed Dangerous Method or Function represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.