Web-Exposed Databases and Cross Site Scripting

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/4

flashcard set

Earn XP

Description and Tags

Web-Exposed Databases and Cross Site Scripting for Cisco CyOps Associate

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

5 Terms

1
New cards
**Code Injection**
Attackers are able to execute commands on a web server’s OS through a web application that is vulnerable. This might occur if the web application provides input fields to the attacker for entering malicious data. The attacker’s commands are executed through the web application and have the same permissions as the web application. This type of attack is used because often there is insufficient validation of input.
2
New cards
**SQL Injection**
Threat actors use SQL injections to breach the relational database, create malicious SQL queries, and obtain sensitive data from the relational database.
3
New cards
**Cross-Site Scripting**
Where web pages that are executed on the client-side, within their own web browser, are injected with malicious scripts.
4
New cards
Stored (persistant) XSS
This is permanently stored on the infected server and is received by all visitors to the infected page.
5
New cards
**Reflected (non-persistent) XSS**
This only requires that the malicious script is located in a link and visitors must click the infected link to become infected.