LiveActive security incident?Get immediate response
CVE Record

CVE-2017-16043: Shout is an IRC client.

Shout is an IRC client. Because the `/topic` command in messages is unescaped, attackers have the ability to inject HTML scripts that will run in the victim's browser. Affects shout >=0.44.0 <=0.49.3.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Shout versions 0.44.0 through 0.49.3 can let an attacker inject browser-executed script through an unescaped IRC topic message. Business risk depends on whether the affected web IRC client is deployed and who can influence topics viewed by users.

Executive priority

Treat as a moderate remediation item if Shout is present. Prioritize quickly for internet-facing or multi-user IRC web clients because successful abuse can run attacker script in users' browsers.

Technical view

CVE-2017-16043 is a CWE-80 improper neutralization issue in the shout node module. The /topic command content was not escaped before browser rendering, allowing HTML/script injection in affected versions >=0.44.0 and <=0.49.3.

Likely exposure

Exposure is limited to environments running the shout node module in the affected version range, especially browser-accessible IRC client deployments where untrusted users can influence topic messages.

Exploitation context

The supplied sources describe attacker-controlled script execution in a victim browser. They do not provide CVSS, public exploitation evidence, or KEV listing, so active exploitation is not established here.

Researcher notes

Evidence is sparse but consistent: affected component, version range, weakness class, and injection vector are identified. No supplied source confirms exploit activity, CVSS scoring, or detailed operational mitigations beyond fixing the escaping behavior.

Mitigation direction

  • Inventory applications and lockfiles for shout versions 0.44.0 through 0.49.3.
  • Upgrade shout beyond the affected range if a supported fixed version is available.
  • If upgrade is not possible, follow vendor advisory and PR guidance before accepting topic content.
  • Restrict access to affected deployments until remediation is confirmed.
  • Review logs for unusual topic changes or unexpected client-side behavior.

Validation and detection

  • Confirm no deployed package resolves to shout 0.44.0 through 0.49.3.
  • Review topic rendering paths for HTML escaping before browser output.
  • Add regression tests for topic text rendering as inert content.
  • Verify dependency scans no longer report CVE-2017-16043.
  • Confirm browser clients do not execute markup supplied through IRC topics.
Prepared
Confidence
medium
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 · medium confidence lookup

CWE-80: 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-2017-16043 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

0CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
HackerOneshout node module>=0.44.0 <=0.49.3Listed
Weakness

CWE details

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

CWE-80 · source CWE mapping

Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)

Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.