LiveActive security incident?Get immediate response
CVE Record

CVE-2021-34743: Cisco Webex Software Application Authorization Bypass Vulnerability

A vulnerability in the application integration feature of Cisco Webex Software could allow an unauthenticated, remote attacker to authorize an external application to integrate with and access a user's account without that user's express consent. This vulnerability is due to improper validation of cross-site request forgery (CSRF) tokens. An attacker could exploit this vulnerability by convincing a targeted user who is currently authenticated to Cisco Webex Software to follow a link designed to pass malicious input to the Cisco Webex Software application authorization interface. A successful exploit could allow the attacker to cause Cisco Webex Software to authorize an application on the user's behalf without the express consent of the user, possibly allowing external applications to read data from that user's profile.

MediumCVSS 4.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This is a consent-bypass issue in Cisco Webex application integrations. A signed-in user who follows an attacker-controlled link could unknowingly authorize an external application for their Webex account. The described impact is limited but meaningful: unauthorized app access may allow profile data exposure.

Executive priority

Treat this as a moderate-priority SaaS account governance issue, not a critical infrastructure emergency. Prioritize environments with heavy Webex use, sensitive user profile data, or broad third-party integration permissions.

Technical view

Cisco attributes CVE-2021-34743 to improper CSRF token validation in the Webex application authorization interface. Exploitation is remote and unauthenticated but requires user interaction and an already authenticated Webex session. CVSS 3.1 is 4.3 with low integrity impact.

Likely exposure

Organizations using Cisco Webex Meetings or Webex Software application integrations may be exposed. The bundle does not provide affected version ranges, fixed versions, or deployment-specific prerequisites beyond authenticated user interaction.

Exploitation context

The source bundle does not show CISA KEV listing or other evidence of active exploitation. Attack success depends on social engineering a signed-in Webex user into following a crafted authorization link.

Researcher notes

The provided evidence supports a CSRF-based authorization bypass with user interaction. Version and patch details are absent from the bundle, so remediation must be confirmed through Cisco’s advisory. Avoid assuming data access beyond the stated profile-read possibility.

Mitigation direction

  • Check Cisco’s advisory for fixed versions and official remediation guidance.
  • Inventory Cisco Webex Meetings and Webex Software use across the organization.
  • Review and remove unexpected Webex third-party application authorizations.
  • Limit Webex integrations to approved applications where administratively possible.
  • Warn users about unsolicited Webex authorization links.

Validation and detection

  • Confirm whether Webex application integrations are enabled or used.
  • Compare deployed Webex software versions against Cisco’s advisory guidance.
  • Review user-authorized Webex applications for unfamiliar external apps.
  • Check helpdesk or security reports for suspicious Webex authorization prompts.
  • Document residual exposure where version or integration data is unavailable.
Prepared
Confidence
high
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-352: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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

Privilege behavior lookup

The CVE wording references privilege impact, so privilege escalation and authorization behavior 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-34743 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
4.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/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
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
4.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N2.81.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
CiscoCisco Webex Meetingsn/aListed
Weakness

CWE details

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

CWE-352 · source CWE mapping

Cross-Site Request Forgery (CSRF)

Cross-Site Request Forgery (CSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.