Description
A vulnerability was found in FLVMeta up to 1.2.2. Affected is the function amf_string_new of the file src/amf.c of the component AMF String Processing. The manipulation of the argument length results in heap-based buffer overflow. The attack can be launched remotely. The exploit has been made public and could be used. The patch is identified as f412a33b9a84c2d1a9dee145a868feddbf64879e. A patch should be applied to remediate this issue. The project maintainer doubts the security impact: "While I acknowledged the bugs and provided fixes, I have yet to see any way to exploit these alleged vulnerabilities."
Published: 2026-08-31
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Heap-Based Buffer Overflow
Action: Apply Patch
AI Analysis

Impact

A heap‑based buffer overflow exists in the amf_string_new function of FLVMeta’s AMF String Processing module due to insufficient validation of the argument length. When an attacker supplies an oversized string, the program writes beyond the allocated heap buffer, corrupting memory integrity and creating the possibility for arbitrary code execution or similar adverse effects. The vulnerability is explicitly identified as remotely exploitable and public proof‑of‑concepts confirm that an attacker can trigger it against a running instance without special privileges.

Affected Systems

The affected product is FLVMeta, an open‑source tool for manipulating FLV files. Versions up to and including 1.2.2 are vulnerable. A patch is available in the repository commit f412a33b9a84c2d1a9dee145a868feddbf64879e and should be applied to any instance using a susceptible version.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity and that remote exploitation is possible. Because the EPSS score is not available and the issue is not listed in the CISA KEV catalog, the formal risk level cannot confirm widespread exploitation, but the public proof‑of‑concept demonstrates real feasibility. The flaw can be triggered over the network, so any exposed FLVMeta invocation is at risk. The lack of an EPSS score does not lessen the need to patch given the proven exploit.

Generated by OpenCVE AI on August 31, 2026 at 20:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the patch from commit f412a33b9a84c2d1a9dee145a868feddbf64879e or upgrade to FLVMeta 1.2.3 or newer.
  • Ensure that the amf_string_new function performs strict bounds checking on the supplied string length to eliminate CWE‑119 (Buffer Overflow) and CWE‑122 (Heap‑based Buffer Overflow) weaknesses; review and refactor the code to validate all input sizes before allocation.
  • Run FLVMeta with the least privilege required and isolate it in a sandbox or container to limit potential damage from an overflow.
  • Restrict network exposure of the FLVMeta service with firewall rules, allowing only trusted clients to interact with it.

Generated by OpenCVE AI on August 31, 2026 at 20:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 02 Sep 2026 08:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 31 Aug 2026 21:45:00 +0000

Type Values Removed Values Added
First Time appeared Noirotm
Noirotm flvmeta
Vendors & Products Noirotm
Noirotm flvmeta

Mon, 31 Aug 2026 18:45:00 +0000

Type Values Removed Values Added
Description A vulnerability was found in FLVMeta up to 1.2.2. Affected is the function amf_string_new of the file src/amf.c of the component AMF String Processing. The manipulation of the argument length results in heap-based buffer overflow. The attack can be launched remotely. The exploit has been made public and could be used. The patch is identified as f412a33b9a84c2d1a9dee145a868feddbf64879e. A patch should be applied to remediate this issue. The project maintainer doubts the security impact: "While I acknowledged the bugs and provided fixes, I have yet to see any way to exploit these alleged vulnerabilities."
Title FLVMeta AMF String Processing amf.c amf_string_new heap-based overflow
First Time appeared Flvmeta
Flvmeta flvmeta
Weaknesses CWE-119
CWE-122
CPEs cpe:2.3:a:flvmeta:flvmeta:*:*:*:*:*:*:*:*
Vendors & Products Flvmeta
Flvmeta flvmeta
References
Metrics cvssV2_0

{'score': 5, 'vector': 'AV:N/AC:L/Au:N/C:N/I:N/A:P/E:POC/RL:OF/RC:C'}

cvssV3_0

{'score': 4.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C'}

cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-01T18:10:42.105Z

Reserved: 2026-08-31T05:57:01.935Z

Link: CVE-2026-82820

cve-icon Vulnrichment

Updated: 2026-09-01T17:23:10.596Z

cve-icon NVD

Status : Deferred

Published: 2026-08-31T19:17:23.137

Modified: 2026-09-01T19:17:29.193

Link: CVE-2026-82820

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T21:20:29Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-122

    Heap-based Buffer Overflow