Software Security and Cross-Site Scripting (XSS)

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/8

flashcard set

Earn XP

Description and Tags

This set of flashcards covers critical terms and concepts related to software security and Cross-Site Scripting (XSS).

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

9 Terms

1
New cards

Software Security

A field focused on developing and maintaining software applications to protect them from threats, vulnerabilities, and unauthorized access.

2
New cards

Software Threats

Potential dangers that can exploit vulnerabilities in software applications.

3
New cards

Software Vulnerability

Weaknesses in software applications that can be exploited by threats.

4
New cards

Mitigation

Strategies and measures taken to address vulnerabilities and protect against threats.

5
New cards

Access Controls

Security measures that ensure only authorized users can access specific data.

6
New cards

Cross-Site Scripting (XSS)

A type of injection attack where malicious scripts are injected into trusted websites.

7
New cards

Stored XSS

A persistent XSS attack where malicious content is injected and stored in the target application.

8
New cards

Reflected XSS

An XSS attack where malicious code is executed via an HTTP response and does not persist.

9
New cards

DOM XSS

An attack occurring when client-side JavaScript writes untrusted data to a page without proper sanitization.