Skip to content

PlayTube 3.0.1 - Information Disclosure

ID: CVE-2023-4714

Severity: high

Author: Farish

Tags: cve2023,cve,playtube,exposure

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.

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.
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.68074
epss-percentile: 0.97962
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
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: 490a0046304402204e1e7de885154c963ece6e78f1bee314e25222acb4dbafce29df7bb7742c0104022045846ff2bb875c5914b6c90587b1722111433aab78bbecadb8d5657e95959889:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/cves/2023/CVE-2023-4714.yaml"

View on Github