Secure Electronic Commerce Vulnerabilities and Analysis

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

1/17

flashcard set

Earn XP

Description and Tags

Flashcards covering key concepts related to secure electronic commerce vulnerabilities and their analysis.

Last updated 10:21 PM on 4/1/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

18 Terms

1
New cards

JavaScript

A programming language used to create dynamic content on web pages.

2
New cards

Inline Code

JavaScript code that is written directly within HTML tags.

3
New cards

External File

A separate JavaScript file that is linked to HTML using the

4
New cards

Technical Vulnerabilities

Security risks arising from insecure programming techniques that can often be detected by automated scanners.

5
New cards

Logical Vulnerabilities

Security issues stemming from faults in application logic or poor trust decisions.

6
New cards

SQL Injection

A common technical vulnerability where an attacker injects malicious SQL code into a web application.

7
New cards

Broken Access Control

A vulnerability that occurs when a system fails to enforce proper permissions, allowing unauthorized actions by users.

8
New cards

Security Misconfiguration

Vulnerabilities caused by improper setup of servers, applications, or databases.

9
New cards

Software Supply Chain Failures

Vulnerabilities arising when external libraries and dependencies are compromised.

10
New cards

Cryptographic Failures

Vulnerabilities related to the incorrect implementation or management of cryptographic protection for sensitive data.

11
New cards

Injection Attack

An attack that occurs when an attacker sends malicious data to a web application, which is then executed as part of a command.

12
New cards

Insecure Design

Design flaws in an application that lead to inherent vulnerabilities, despite having bug-free code.

13
New cards

Authentication Failures

Instances where a system fails to properly verify a user's identity, often due to weak passwords or session management flaws.

14
New cards

Software or Data Integrity Failures

When an application trusts code and data without verifying their integrity, potentially leading to the injection of malicious code.

15
New cards

Security Logging and Alerting Failures

Instances where a system fails to log and monitor suspicious activities or security events, hindering detection of breaches.

16
New cards

Mishandling of Exceptional Conditions

Failures to properly handle unexpected events such as user input errors, leading to potential security vulnerabilities.

17
New cards

OWASP

The Open Web Application Security Project, focused on improving software security.

18
New cards

OWASP Top 10

A regularly updated list of the most critical security risks to web applications.