Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Security-Driven Software Development

You're reading from  Security-Driven Software Development

Product type Book
Published in Mar 2024
Publisher Packt
ISBN-13 9781835462836
Pages 262 pages
Edition 1st Edition
Languages
Author (1):
Aspen Olmsted Aspen Olmsted
Profile icon Aspen Olmsted
Toc

Table of Contents (20) Chapters close

Preface 1. Part 1: Modeling a Secure Application
2. Chapter 1: Security Principles 3. Chapter 2: Designing a Secure Functional Model 4. Chapter 3: Designing a Secure Object Model 5. Chapter 4: Designing a Secure Dynamic Model 6. Chapter 5: Designing a Secure System Model 7. Chapter 6: Threat Modeling 8. Part 2: Mitigating Risks in Implementation
9. Chapter 7: Authentication and Authorization 10. Chapter 8: Input Validation and Sanitization 11. Chapter 9: Standard Web Application Vulnerabilities 12. Chapter 10: Database Security 13. Part 3: Security Validation
14. Chapter 11: Unit Testing 15. Chapter 12: Regression Testing 16. Chapter 13: Integration, System, and Acceptance Testing 17. Chapter 14: Software Penetration Testing 18. Index 19. Other Books You May Enjoy

SQL injection

SQL injection is a cyberattack that occurs when an attacker inserts malicious SQL code into a query. This can happen when user input is not validated correctly or sanitized before being used in a SQL query. The goal of SQL injection is to manipulate the query in a way that allows unauthorized access to a database, retrieval of sensitive information, or modification of data.

Here are some critical points about SQL injection:

  • Vulnerable input points: SQL injection typically occurs in web applications where user inputs, such as form fields or URL parameters, are directly incorporated into SQL queries without proper validation or parameterization. We discussed this in Chapter 8 when we discussed input validation and sanitization.
  • Attack scenarios:
    • Unauthorized access: Attackers may use SQL injection to bypass authentication mechanisms and gain unauthorized access to a system
    • Data retrieval: Attackers can manipulate queries to retrieve sensitive data from a database...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}