LiveActive security incident?Get immediate response
CVE Record

CVE-2021-32964: Claroty Secure Remote Access Site - Authentication Bypass Using an Alternate Path or Channel

The AGG Software Web Server version 4.0.40.1014 and prior is vulnerable to a path traversal attack, which may allow an attacker to read arbitrary files from the file system.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-32964 describes a path traversal flaw in AGG Software Web Server. A remote unauthenticated attacker could potentially read files from the server filesystem. The business risk is unauthorized exposure of local files, including configuration or sensitive operational data, depending on what the web server can access.

Executive priority

Treat as a medium-priority exposure issue unless the service is internet-facing or hosts sensitive files, then prioritize faster. The key business concern is unauthorized file disclosure from affected servers.

Technical view

The provided record describes CWE-23 path traversal in AGG Software Web Server webserver.dll, version 4.0.40.1014 and prior. CVSS 3.1 is 6.5 with network access, low complexity, no privileges, and no user interaction. Impact is listed as low confidentiality and integrity impact, with no availability impact.

Likely exposure

Organizations running AGG Software Web Server are the likely exposed population. The bundle conflicts on affected versions, stating both all versions and version 4.0.40.1014 and prior, so asset validation should cover both until vendor guidance confirms scope.

Exploitation context

The source bundle does not report active exploitation, and KEV status is false. The weakness is remotely reachable and unauthenticated according to the CVSS vector, but the bundle does not provide exploit availability or in-the-wild evidence.

Researcher notes

The bundle title references Claroty authentication bypass, but the description, CWE, affected product, and CVSS describe AGG Software Web Server path traversal. This analysis follows the detailed affected-product data and flags the inconsistency as an evidence limitation.

Mitigation direction

  • Check CISA advisory and AGG Software guidance for official fixes or mitigations.
  • Inventory AGG Software Web Server deployments and record exact versions.
  • Prioritize systems exposed to untrusted networks or the internet.
  • Restrict access to the service where business operations allow.
  • Monitor web server logs for suspicious file path traversal patterns.

Validation and detection

  • Confirm whether webserver.dll is present on suspected hosts.
  • Compare installed versions against 4.0.40.1014 and prior.
  • Identify whether the service is reachable from untrusted networks.
  • Review application logs for abnormal file path requests.
  • Verify remediation only against vendor or CISA guidance.
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.

cwe · medium confidence lookup

CWE-23: 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
description · low confidence lookup

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
description · low confidence lookup

File access behavior lookup

The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. 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-32964 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 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
AGG SoftwareWeb Server (webserver.dll)AllListed
Weakness

CWE details

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

CWE-23 · source CWE mapping

Relative Path Traversal

Relative Path Traversal represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.