LiveActive security incident?Get immediate response
CVE Record

CVE-2022-34879: VICIDial 2.14b0.5 SVN 3550 was discovered to contain multiple Cross Site Scripting (XSS) vulnerabilities at /vicidial/admin.php.

Reflected Cross Site Scripting (XSS) vulnerabilities in AST Agent Time Sheet interface (/vicidial/AST_agent_time_sheet.php) of VICIdial via agent, and search_archived_data parameters. This issue affects: VICIdial 2.14b0.5 versions prior to 3555.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2022-34879 is a reflected cross-site scripting issue in VICIdial. An authenticated attacker could cause script to run in another user's browser if that user interacts with a crafted request. Business risk is moderate because it affects a web administration/reporting workflow and could expose session data or enable unauthorized actions.

Executive priority

Treat as a scheduled remediation item unless the affected interface is broadly exposed or used by privileged staff, then prioritize sooner. The issue is medium severity but can affect trust in call-center administration workflows.

Technical view

The CVE describes CWE-79 reflected XSS in VICIdial 2.14b0.5 prior to SVN 3555, specifically the AST Agent Time Sheet interface at /vicidial/AST_agent_time_sheet.php through agent and search_archived_data parameters. CVSS 3.1 is 6.5 with network access, low complexity, low privileges, required user interaction, and changed scope.

Likely exposure

Organizations running VICIdial 2.14b0.5 builds before SVN 3555 are the stated exposure. Risk is higher where VICIdial administrative or reporting interfaces are reachable by many users or from untrusted networks.

Exploitation context

The source bundle does not show CISA KEV listing or active exploitation evidence. Exploitation requires an authenticated attacker and user interaction, consistent with reflected XSS rather than direct unauthenticated compromise.

Researcher notes

There is a source inconsistency: the supplied title mentions /vicidial/admin.php, while the description names /vicidial/AST_agent_time_sheet.php and two parameters. Analysis follows the more specific description and records the inconsistency as unresolved.

Mitigation direction

  • Upgrade VICIdial 2.14b0.5 deployments to SVN 3555 or later where applicable.
  • Check VICIdial vendor guidance for the exact fixed build and deployment notes.
  • Restrict access to VICIdial administrative and reporting interfaces to trusted users and networks.
  • Review web session controls and limit privileged browsing exposure until patched.

Validation and detection

  • Inventory VICIdial versions and confirm whether any build is before SVN 3555.
  • Verify whether /vicidial/AST_agent_time_sheet.php is present and accessible to authenticated users.
  • Run an authorized authenticated web application scan focused on the named parameters.
  • Confirm output encoding prevents script execution using safe marker-based testing.
  • Review logs for suspicious requests targeting agent or search_archived_data parameters.
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-79: 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
cve · low confidence lookup

CVE-2022-34879 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:L/UI:R/S:C/C:L/I:L/A:L

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:L/UI:R/S:C/C:L/I:L/A:L2.33.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

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

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
VICIdialVICIdial2.14b0.5Listed
Weakness

CWE details

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

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.