CVE-2017-14222

Source
https://nvd.nist.gov/vuln/detail/CVE-2017-14222
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2017-14222.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2017-14222
Downstream
Related
Published
2017-09-09T01:29:02Z
Modified
2025-10-15T08:48:55.902864Z
Severity
  • 6.5 (Medium) CVSS_V3 - CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H CVSS Calculator
Summary
[none]
Details

In libavformat/mov.c in FFmpeg 3.3.3, a DoS in readtfra() due to lack of an EOF (End of File) check might cause huge CPU and memory consumption. When a crafted MOV file, which claims a large "itemcount" field in the header but does not contain sufficient backing data, is provided, the loop would consume huge CPU and memory resources, since there is no EOF check inside the loop.

References

Affected packages

Git / git.ffmpeg.org/ffmpeg.git

Affected ranges

Type
GIT
Repo
https://git.ffmpeg.org/ffmpeg.git
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Type
GIT
Repo
https://github.com/ffmpeg/ffmpeg
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed

Affected versions

Other

N

n0.*

n0.11-dev
n0.12-dev
n0.8

n1.*

n1.1-dev
n1.2-dev
n1.3-dev

n2.*

n2.0
n2.1-dev
n2.2-dev
n2.3-dev
n2.4-dev
n2.5-dev
n2.6-dev
n2.7-dev
n2.8-dev
n2.9-dev

n3.*

n3.1-dev
n3.2-dev
n3.3-dev
n3.4-dev

Database specific

vanir_signatures

[
    {
        "signature_type": "Function",
        "deprecated": false,
        "source": "https://github.com/ffmpeg/ffmpeg/commit/9cb4eb772839c5e1de2855d126bf74ff16d13382",
        "signature_version": "v1",
        "target": {
            "function": "read_tfra",
            "file": "libavformat/mov.c"
        },
        "digest": {
            "function_hash": "99633875861143448701591423030386300978",
            "length": 1595.0
        },
        "id": "CVE-2017-14222-0643c27b"
    },
    {
        "signature_type": "Line",
        "deprecated": false,
        "source": "https://github.com/ffmpeg/ffmpeg/commit/9cb4eb772839c5e1de2855d126bf74ff16d13382",
        "signature_version": "v1",
        "target": {
            "file": "libavformat/mov.c"
        },
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "101427916401913317076866338255985548763",
                "190252647277208106076952828195463980573",
                "281259153174135295323307354524828985407",
                "151407830817122122880265535976400879219"
            ]
        },
        "id": "CVE-2017-14222-18da0ac6"
    }
]