LiveActive security incident?Get immediate response
CVE Record

CVE-2022-50787: SOUND4 IMPACT/FIRST/PULSE/Eco <=2.x Unauthenticated Stored Cross-Site Scripting

SOUND4 IMPACT/FIRST/PULSE/Eco versions 2.x contains an unauthenticated stored cross-site scripting vulnerability in the username parameter that allows attackers to inject malicious scripts. Attackers can exploit the unvalidated username input to execute arbitrary HTML and JavaScript code in victim browser sessions without authentication.

HighCVSS 7.2Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2022-50787 lets an unauthenticated attacker store malicious script through a username field in affected SOUND4-related products. When a victim’s browser processes that stored content, the script can run in that browser session. This is most urgent for internet-reachable broadcast or streaming management systems.

Executive priority

Treat as a high-priority exposure review for media and broadcast environments. Prioritize externally reachable systems and administrator-facing portals. The business risk is session compromise or unauthorized actions through browser execution, not direct server takeover based on current sources.

Technical view

The issue is CWE-79 stored cross-site scripting in the username parameter. The CVE lists CVSS 7.2, network attack vector, low complexity, no privileges, changed scope, and low confidentiality/integrity impact. Affected entries include SOUND4 Impact/Pulse/First, Impact/Pulse Eco, BigVoice4, BigVoice2, Stream, and Kantar Media WM2 versions listed in the CVE data.

Likely exposure

Exposure is most likely where affected SOUND4 or related appliances/applications are reachable over a network, especially externally accessible management interfaces. Organizations using broadcast audio, streaming, or media monitoring products should verify exact product and firmware/software versions.

Exploitation context

Public exploit details and third-party advisories are available, but the provided sources do not show CISA KEV listing or confirmed active exploitation. The risk is stored browser-side execution against users who later view attacker-supplied username data.

Researcher notes

Evidence names multiple affected products, but no CPEs are provided. The source bundle does not include an official patch version or vendor advisory with remediation details. Packet Storm indicates exploit information is public; avoid relying on obscurity for protection.

Mitigation direction

  • Check SOUND4 or product vendor guidance for fixed versions or official mitigations.
  • Restrict access to management interfaces to trusted networks or VPNs.
  • Remove affected interfaces from direct internet exposure where possible.
  • Review application input handling and output encoding if maintaining affected deployments.
  • Plan upgrade or replacement for unsupported affected versions.

Validation and detection

  • Inventory SOUND4, BigVoice, Stream, and Kantar WM2 deployments.
  • Compare installed versions against the affected versions in the CVE record.
  • Identify whether management interfaces are internet-accessible.
  • Review stored usernames and audit logs for suspicious script-like content.
  • Confirm remediation status using vendor documentation, not assumptions.
Prepared
Confidence
medium
Sources
7

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-50787 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
High
CVSS
7.2 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/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
6Source 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
7.2CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N3.92.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.2High
CVSS 3.1 vector shape for CVE-2022-50787Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/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
SOUND4 Ltd.Impact/Pulse/FirstVersion 2: 1.1/2.15Listed
SOUND4 Ltd.Impact/Pulse Eco1.16Listed
SOUND4 Ltd.BigVoice41.2Listed
SOUND4 Ltd.BigVoice21.30Listed
SOUND4 Ltd.Stream1.1/2.4.29Listed
Kantar MediaWM21.11Listed
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.