SOP,CORS,XSS,CSRF Software Vulnerability

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/9

flashcard set

Earn XP

Description and Tags

These flashcards cover key terms and concepts related to software vulnerabilities including security policies and common web vulnerabilities.

Last updated 9:11 AM on 4/27/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

10 Terms

1
New cards

Same-Origin Policy (SOP)

A security mechanism that restricts how documents or scripts loaded from one origin can interact with resources from another origin.

2
New cards

Cross-Origin Resource Sharing (CORS)

A mechanism that allows restricted resources on a web page to be requested from another domain outside the domain from which the first resource was served.

3
New cards

XSS (Cross-Site Scripting)

A vulnerability that allows attackers to inject malicious scripts into content from otherwise trusted websites.

4
New cards

CSRF (Cross-Site Request Forgery)

An attack that tricks the user’s browser into sending a request to a different site that a user is authenticated against.

5
New cards

SQL Injection

An attack that allows an attacker to interfere with the queries that an application makes to its database.

6
New cards

Attack Surface

The total sum of the different points (attack vectors) in a given computing device or network that are accessible to an unauthorized user.

7
New cards

Input Attack

Exploitation that occurs through areas where user input can be sent to the server, such as query parameters, forms, or cookies.

8
New cards

Cookie Theft

An attack where an attacker exploits vulnerabilities to steal cookies, allowing unauthorized access to the user's session.

9
New cards

Metasploit

A penetration testing framework that allows security professionals to find vulnerabilities in their systems.

10
New cards

OWASP

Open Web Application Security Project, an organization dedicated to identifying and combating the most prevalent web security risks.