Question
Which of the following attacks can occur when a user is
tricked into performing unintended actions on a trusted website without their knowledge?Solution
CSRF is an attack where an authenticated user is tricked into performing actions on a website without their consent. The attacker typically sends a malicious link or embeds it in a third-party site, and when the user clicks it, their browser unknowingly sends authenticated requests to the targeted application. This can result in unauthorized transactions, account modifications, or data theft. CSRF exploits the trust that the application places in the user's browser, relying on the lack of proper anti-CSRF measures like tokens. For example, a user logged into their bank account could unknowingly approve a transfer initiated by an attacker. Why Other Options Are Incorrect :
- SQL Injection : This involves injecting malicious queries into databases, unrelated to user actions.
- Distributed Denial-of-Service (DDoS) : This overwhelms servers, making websites unavailable, but doesn’t involve tricking users.
- Credential Stuffing : This uses leaked credentials to gain unauthorized access, unrelated to unintended user actions.
- Buffer Overflow : This exploits memory allocation vulnerabilities, not user behavior.
- The average of 36 numbers is 75. If every number is multiplied by 9, what will be the average of the resulting numbers?
The average age of 4 children in a family is 30% of the average age of the mother and the youngest child. The total age of the father and the eldest chi...
A set contains ten numbers. The average of the first six numbers is (x - 4), and the average of the last three numbers is (x + 2). The average of the en...
The average of five even numbers is 68. If we replace two of these even numbers, 84 and 92, with a single even number X, the new average decreases by 4....
The average age of A, B & C is 48 years. Ratio of present ages of A to C is 3:5 and present age of B is 33.33% more than that of A. find the difference...
The average marks of 'm' students in a math test is (m + 5) and the average marks of 30 girls is (2m - 10). If the average marks of all students togethe...
The cost of running a mini train is partly fixed and partly variable. When 50 tickets are sold, the average cost per ticket is Rs. 45. When 70 tickets a...
In a class of 50 students, the girls are 76%. The average weight of boys is 62 kg and that of girls is 58 kg. What is the average weight (in kg) of whol...
Determine the average marks achieved by six additional aspirants if the average score of 24 aspirants in a mock test is 67. Adding the marks of these si...
The average of six numbers is 8. When three new numbers are included in such a way that the first number is  twice the second and second number is thri...