CVE-2017-14223

Source
https://nvd.nist.gov/vuln/detail/CVE-2017-14223
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2017-14223.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2017-14223
Downstream
Related
Published
2017-09-09T01:29:02Z
Modified
2025-10-22T08:10:58.237151Z
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/asfdecf.c in FFmpeg 3.3.3, a DoS in asfbuildsimpleindex() due to lack of an EOF (End of File) check might cause huge CPU consumption. When a crafted ASF file, which claims a large "ict" field in the header but does not contain sufficient backing data, is provided, the for 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

Git / git.ffmpeg.org/ffmpeg.git

Affected ranges

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

[
    {
        "deprecated": false,
        "target": {
            "function": "asf_build_simple_index",
            "file": "libavformat/asfdec_f.c"
        },
        "source": "https://github.com/ffmpeg/ffmpeg/commit/afc9c683ed9db01edb357bc8c19edad4282b3a97",
        "digest": {
            "function_hash": "298941566614919344677850767521217841045",
            "length": 1581.0
        },
        "signature_type": "Function",
        "id": "CVE-2017-14223-b2b0989d",
        "signature_version": "v1"
    },
    {
        "deprecated": false,
        "target": {
            "file": "libavformat/asfdec_f.c"
        },
        "source": "https://github.com/ffmpeg/ffmpeg/commit/afc9c683ed9db01edb357bc8c19edad4282b3a97",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "87977252985728327265785999907427570066",
                "81041191235438376294380721571413715694",
                "214057754302444418590177466812680093676"
            ]
        },
        "signature_type": "Line",
        "id": "CVE-2017-14223-d276890a",
        "signature_version": "v1"
    }
]