← Back to scan
File as GitHub Issue repo: FFmpeg/FFmpeg

Push this scan report to FFmpeg/FFmpeg

Click the green button below to open GitHub’s new-issue form, pre-filled with the report title, summary table, top findings, and an embedded score-card image. No authentication needed — you review on GitHub before submitting. Repobility is credited as the scanner.

Embedded score card image

This image will render at the top of the issue body. Hosted on Repobility, refreshes automatically after re-scans.

Repobility score card

Issue title

Server-Side Request Forgery (SSRF) — outbound HTTP from user input

Curate findings to include

Pick exactly which findings appear in the issue body. By default the top 5 are included. Uncheck noise, check what matters.

Top 5 (default)
Severity Rule Title File:line
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). libavcodec/h274.h:61
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). libavcodec/flac.c:221
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). doc/examples/filter_audio.c:212
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … .forgejo/inject-pr-samples.py:100
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… .forgejo/inject-pr-samples.py:57
HIGH MINED126 [MINED126] Workflow container/services image `ghcr.io/mstorsjo/wine` unpinned: `container… tests/checkasm/ext/.github/workflows/bu…:150
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… tests/checkasm/ext/.github/workflows/bu…:185
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… tests/checkasm/ext/.github/workflows/bu…:183
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… tests/checkasm/ext/.github/workflows/bu…:166
HIGH MINED115 [MINED115] Action `actions/cache` pinned to mutable ref `@v4`: `uses: actions/cache@v4` r… tests/checkasm/ext/.github/workflows/bu…:160
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… tests/checkasm/ext/.github/workflows/bu…:137
HIGH MINED115 [MINED115] Action `ilammy/msvc-dev-cmd` pinned to mutable ref `@v1`: `uses: ilammy/msvc-d… tests/checkasm/ext/.github/workflows/bu…:134
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… tests/checkasm/ext/.github/workflows/bu…:106
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… tests/checkasm/ext/.github/workflows/bu…:104
HIGH MINED115 [MINED115] Action `ilammy/msvc-dev-cmd` pinned to mutable ref `@v1`: `uses: ilammy/msvc-d… tests/checkasm/ext/.github/workflows/bu…:99
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… tests/checkasm/ext/.github/workflows/bu…:50
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… tests/checkasm/ext/.github/workflows/bu…:48
HIGH MINED115 [MINED115] Action `ilammy/msvc-dev-cmd` pinned to mutable ref `@v1`: `uses: ilammy/msvc-d… tests/checkasm/ext/.github/workflows/bu…:45
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… tests/checkasm/ext/.github/workflows/bu…:25
HIGH MINED115 [MINED115] Action `ilammy/msvc-dev-cmd` pinned to mutable ref `@v1`: `uses: ilammy/msvc-d… tests/checkasm/ext/.github/workflows/bu…:22
MED COMP001 [COMP001] High cognitive complexity: Function `main` has cognitive complexity 16 (SonarSo… .forgejo/inject-pr-samples.py:120
MED AIC001 Parallel implementation file sits beside a canonical file libavcodec/aac/aacdec_fixed.c:1
MED AIC001 Parallel implementation file sits beside a canonical file libavcodec/sbrdsp_fixed.c:1
MED AIC001 Parallel implementation file sits beside a canonical file libavcodec/mpegaudiodsp_fixed.c:1
MED AIC001 Parallel implementation file sits beside a canonical file libavcodec/cbrt_data_fixed.c:1
MED AIC001 Parallel implementation file sits beside a canonical file libavcodec/ac3enc_fixed.c:1
MED AIC001 Parallel implementation file sits beside a canonical file libavcodec/ac3dec_fixed.c:1
MED AIC001 Parallel implementation file sits beside a canonical file libavcodec/aacsbr_fixed.c:1
MED AIC001 Parallel implementation file sits beside a canonical file libavcodec/aacps_fixed.c:1
MED AIC004 Suspicious implementation file appears unreferenced libavcodec/sbrdsp_fixed.c:1
MED AIC004 Suspicious implementation file appears unreferenced libavcodec/mpegaudiodsp_fixed.c:1
MED AIC004 Suspicious implementation file appears unreferenced libavcodec/mpegaudiodec_fixed.c:1
MED AIC004 Suspicious implementation file appears unreferenced libavcodec/mips/mpegaudiodsp_mips_fixed…:1
MED AIC004 Suspicious implementation file appears unreferenced libavcodec/mips/compute_antialias_fixed…:1
MED AIC004 Suspicious implementation file appears unreferenced libavcodec/dct32_fixed.c:1
MED AIC004 Suspicious implementation file appears unreferenced libavcodec/cbrt_data_fixed.c:1
MED AIC004 Suspicious implementation file appears unreferenced libavcodec/ac3enc_fixed.c:1
MED AIC004 Suspicious implementation file appears unreferenced libavcodec/ac3dec_fixed.c:1
MED AIC004 Suspicious implementation file appears unreferenced libavcodec/aacsbr_fixed.c:1
MED AIC004 Suspicious implementation file appears unreferenced libavcodec/aacpsdsp_fixed.c:1
MED AIC004 Suspicious implementation file appears unreferenced libavcodec/aacps_fixed.c:1
LOW COMP001 [COMP001] High cognitive complexity: Function `parse_fate_samples` has cognitive complexi… .forgejo/inject-pr-samples.py:61
LOW AIC003 Duplicated implementation block across source files libavcodec/bsf/vvc_mp4toannexb.c:119
LOW AIC003 Duplicated implementation block across source files libavcodec/bsf/lcevc_metadata.c:111
LOW AIC003 Duplicated implementation block across source files libavcodec/bsf/h265_metadata.c:193
LOW AIC003 Duplicated implementation block across source files libavcodec/avs3.h:2
LOW AIC003 Duplicated implementation block across source files libavcodec/arm/vp9dsp_init_arm.c:1
LOW AIC003 Duplicated implementation block across source files libavcodec/arm/vp9dsp_init_16bpp_arm_te…:1
LOW AIC003 Duplicated implementation block across source files libavcodec/arm/vp8dsp_init_neon.c:1
LOW AIC003 Duplicated implementation block across source files libavcodec/arm/vp8dsp.h:5
LOW AIC003 Duplicated implementation block across source files libavcodec/arm/vc1dsp_init_neon.c:43
LOW AIC003 Duplicated implementation block across source files libavcodec/arm/sbrdsp_init_arm.c:1
LOW AIC003 Duplicated implementation block across source files libavcodec/arm/neontest.c:1
LOW AIC003 Duplicated implementation block across source files libavcodec/arm/idctdsp_init_neon.c:7
LOW AIC003 Duplicated implementation block across source files libavcodec/arm/hpeldsp_init_neon.c:28
LOW AIC003 Duplicated implementation block across source files libavcodec/arm/h264qpel_init_arm.c:1
LOW AIC003 Duplicated implementation block across source files libavcodec/arm/h264pred_init_arm.c:1
LOW AIC003 Duplicated implementation block across source files libavcodec/arm/h264dsp_init_arm.c:24
LOW AIC003 Duplicated implementation block across source files libavcodec/arm/h264chroma_init_arm.c:1
LOW AIC003 Duplicated implementation block across source files libavcodec/amfenc_hevc.c:412
LOW AIC003 Duplicated implementation block across source files libavcodec/amfenc_hevc.c:71
LOW AIC003 Duplicated implementation block across source files libavcodec/amfenc_h264.c:76
LOW AIC003 Duplicated implementation block across source files libavcodec/aacsbr.c:220
LOW AIC003 Duplicated implementation block across source files compat/atomics/win32/stdatomic.h:4
LOW AIC002 Source file name looks like an AI patch artifact libavfilter/vf_copy.c:1
LOW AIC002 Source file name looks like an AI patch artifact libavcodec/mips/mpegaudiodsp_mips_fixed…:1
LOW AIC002 Source file name looks like an AI patch artifact libavcodec/mips/compute_antialias_fixed…:1
LOW AIC002 Source file name looks like an AI patch artifact libavcodec/mpegaudiodec_fixed.c:1
LOW AIC002 Source file name looks like an AI patch artifact libavcodec/dct32_fixed.c:1
LOW AIC002 Source file name looks like an AI patch artifact libavcodec/aacpsdsp_fixed.c:1
LOW AIC002 Source file name looks like an AI patch artifact compat/va_copy.h:1
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … libavfilter/vf_bwdif_cuda.cu:147
INFO MINED042 [MINED042] Cpp New Without Delete: C++ raw new without RAII / unique_ptr — memory leak ri… libavfilter/ocio_wrapper.cpp:105
INFO MINED048 [MINED048] Php Error Suppress: @function() suppresses errors silently. Hides real issues. libavfilter/metal/utils.m:33
INFO MINED057 [MINED057] Todo Bomb: Code path with a TODO/FIXME/HACK comment that gates correctness — l… libavcodec/vaapi_encode_vp9.c:321
INFO MINED057 [MINED057] Todo Bomb: Code path with a TODO/FIXME/HACK comment that gates correctness — l… libavcodec/vaapi_encode_vp8.c:265
INFO MINED057 [MINED057] Todo Bomb: Code path with a TODO/FIXME/HACK comment that gates correctness — l… libavcodec/rv20enc.c:47
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… libavcodec/ttmlenc.h:29
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… fftools/textformat/tf_xml.c:86
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… doc/examples/avio_http_serve_files.c:107
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … .forgejo/labeler/labeler.js:46
Reset to top 5 81 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `FFmpeg/FFmpeg`

**Score: 78/100 (B-)**  ·  81 findings  ·  scanned 2026-06-05 09:41 UTC  ·  1,960,356 LOC

| Severity | Count |
|---|---|
| CRITICAL | 0 |
| HIGH | 20 |
| MEDIUM | 21 |
| LOW | 30 |

📊 [Full filterable report](https://repobility.com/scan/d041ba63-4219-4593-842b-93f1db35fe2e/)  ·  ![scorecard](https://repobility.com/scan/d041ba63-4219-4593-842b-93f1db35fe2e/report.png?v=1780652477-s2)

### Top findings

1. **HIGH** `MINED004` — Weak Crypto
   `libavcodec/h274.h:61` · CWE-327 · ✓ Repobility
2. **HIGH** `MINED004` — Weak Crypto
   `libavcodec/flac.c:221` · CWE-327 · ✓ Repobility
3. **HIGH** `MINED004` — Weak Crypto
   `doc/examples/filter_audio.c:212` · CWE-327 · ✓ Repobility
4. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `.forgejo/inject-pr-samples.py:100`
5. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `.forgejo/inject-pr-samples.py:57` · A10:2021 SSRF

---

**Security note**: this issue is public. If any flagged finding is a real, exploitable vulnerability, please redirect to your `SECURITY.md` policy or open a [private security advisory](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability) instead. We're happy to close this and re-submit privately.

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/d041ba63-4219-4593-842b-93f1db35fe2e/_
Megaproject â high spam risk
Could not determine 'FFmpeg/FFmpeg' star count (GitHub API rate-limited or unreachable). When in doubt about repo size, prefer opening a focused PR or a discussion rather than an issue.

The button opens GitHubâs new-issue page in a new tab. You will see the title + body pre-filled â review, edit if you want, then click GitHubâs "Submit new issue" button. Repobility never posts anything on your behalf.

For real security findings on big repos: use the project's SECURITY.md or private advisory flow instead of a public issue.