LiveActive security incident?Get immediate response
CVE Record

CVE-2023-47171: An information disclosure vulnerability exists in the aVideoEncoder.json.php chunkFile path functionality o...

An information disclosure vulnerability exists in the aVideoEncoder.json.php chunkFile path functionality of WWBN AVideo 11.6 and dev master commit 15fed957fb. A specially crafted HTTP request can lead to arbitrary file read.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2023-47171 lets a logged-in attacker read arbitrary files from affected WWBN AVideo systems through the encoder JSON path handling. The business risk is exposure of sensitive server data, not system takeover. Public sources list AVideo 11.6 and dev master commit 15fed957fb as affected.

Executive priority

Treat this as a near-term confidentiality issue. Prioritize internet-facing or multi-user AVideo deployments, because compromise can expose sensitive local files even though the sources do not show code execution or active exploitation.

Technical view

Talos describes an information disclosure flaw in aVideoEncoder.json.php chunkFile path functionality. A specially crafted HTTP request can trigger arbitrary file read. CVSS 3.1 is 6.5: network reachable, low complexity, low privileges, no user interaction, high confidentiality impact, no integrity or availability impact.

Likely exposure

Exposure is most likely on self-hosted WWBN AVideo deployments running version 11.6 or the named dev master commit, especially where authenticated low-privilege users can reach the affected encoder functionality over the network.

Exploitation context

The source bundle does not indicate CISA KEV listing or active exploitation. The CVSS vector shows exploitation requires low privileges but no user interaction, so risk increases when untrusted users can create accounts or access the application.

Researcher notes

Evidence is limited to the CVE description, CVSS vector, affected version list, and Talos advisory references. Do not assume broader versions, unauthenticated reachability, public exploitation, or a specific fixed release unless confirmed by vendor or advisory text.

Mitigation direction

  • Identify any WWBN AVideo 11.6 or affected dev commit deployments.
  • Check WWBN and Talos guidance for fixed versions or vendor-supported mitigations.
  • Restrict network access to AVideo administrative or encoder-facing functionality.
  • Limit application accounts to trusted users until remediation is confirmed.
  • Monitor logs for unusual access to aVideoEncoder.json.php.

Validation and detection

  • Inventory deployed AVideo versions and commit identifiers.
  • Confirm whether aVideoEncoder.json.php is reachable by low-privilege users.
  • Review web logs for suspicious file-read attempts or unusual path parameters.
  • Verify vendor guidance has been applied once a fixed release is confirmed.
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-73: 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

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-2023-47171 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:N/S:U/C:H/I:N/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
3Source 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:N/S:U/C:H/I:N/A:N2.83.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

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

Products and packages named in the record

VendorProductVersion / packageStatus
WWBNAVideo11.6, dev master commit 15fed957fbListed
Weakness

CWE details

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

CWE-73 · source CWE mapping

External Control of File Name or Path

External Control of File Name or Path represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.