Project

General

Profile

Actions

Bug #94

closed

Feature #65: Security Audit

[Security Audit ] 29 -Clickjacking Attack

Added by Kalyan Battula about 1 year ago. Updated 7 months ago.

Status:
Closed
Priority:
Low
Assignee:
Srinivas Kanukolanu
Category:
-
Target version:
Start date:
17/04/2024
Due date:
% Done:

0%

Estimated time:
Deployed In:
Category:

Description

29- Clickjacking Attack
CWE : CWE-1021
Description :
Clickjacking is a malicious technique of tricking a Web user into clicking on something
different from what the user perceives they are clicking on, thus potentially revealing
confidential information or taking control of their computer while clicking on seemingly
innocuous web pages.
Affected Path(s) :
https://earogya.satragroup.in/ *-Applicable to entire application
Impact :
An attacker can host this domain in other evil site by using iframe and if a user fills the
given field it can directly redirect as logs to attacker and after its redirect to your web
server. Leading to steal user information too and use that host site as phishing of your
site its CSRF and Clickjacking.
Recommendation :
It is recommended to implement any of the following:
Use the X-FRAME Options header in response headers and set its value to DENY
or Same Origin or ALLOW-FROM a specified URL
Use Content-Security-Policy header and set frame-ancestors attribute to self.
Evidence/Proof Of Concept :
Step 1: Sample HTML code for Clickjacking.

Step 2: Clickjacking attack is successfully executed as shown in the screenshot.


Files

Actions #1

Updated by Vasudev Mamidi 12 months ago

  • Status changed from New to Resolved
Actions #2

Updated by Vasudev Mamidi 12 months ago

  • Assignee set to Sivakanth Kesiraju
Actions #3

Updated by Vasudev Mamidi 12 months ago

  • Assignee changed from Sivakanth Kesiraju to Srinivas Kanukolanu
Actions #4

Updated by Sivakanth Kesiraju 12 months ago

  • Target version set to Sprint 1 (29th April - 3rd May)
Actions #5

Updated by Sivakanth Kesiraju 12 months ago

  • Target version changed from Sprint 1 (29th April - 3rd May) to Security Audit
Actions #6

Updated by Gautam Kumar 7 months ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF