惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 【当耐特】
Help Net Security
Help Net Security
P
Proofpoint News Feed
J
Java Code Geeks
爱范儿
爱范儿
Last Week in AI
Last Week in AI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
F
Full Disclosure
Google DeepMind News
Google DeepMind News
H
Help Net Security
G
Google Developers Blog
Jina AI
Jina AI
Vercel News
Vercel News
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
L
Lohrmann on Cybersecurity
S
Schneier on Security
Microsoft Azure Blog
Microsoft Azure Blog
IT之家
IT之家
Security Archives - TechRepublic
Security Archives - TechRepublic
阮一峰的网络日志
阮一峰的网络日志
N
News and Events Feed by Topic
GbyAI
GbyAI
B
Blog
O
OpenAI News
博客园_首页
Cisco Talos Blog
Cisco Talos Blog
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Hacker News: Ask HN
Hacker News: Ask HN
TaoSecurity Blog
TaoSecurity Blog
腾讯CDC
MongoDB | Blog
MongoDB | Blog
M
MIT News - Artificial intelligence
C
Cybersecurity and Infrastructure Security Agency CISA
Cyberwarzone
Cyberwarzone
Webroot Blog
Webroot Blog
Simon Willison's Weblog
Simon Willison's Weblog
Y
Y Combinator Blog
C
Cisco Blogs
A
Arctic Wolf
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
T
The Exploit Database - CXSecurity.com
Security Latest
Security Latest
AI
AI
W
WeLiveSecurity
aimingoo的专栏
aimingoo的专栏
The Register - Security
The Register - Security
Project Zero
Project Zero
H
Hackread – Cybersecurity News, Data Breaches, AI and More
N
Netflix TechBlog - Medium
Blog — PlanetScale
Blog — PlanetScale

Stories Archive - Cyber Security News

- Cyber Security News 12 Best Vulnerability Management Tools 2023 10 Best Secure web Gateway vendors in 2023 Types of Password Attacks Types of Firewall What is DNS Filtering? How Does It Work?
10 Most Dangerous Injection Attacks in 2023
2023-08-14 · via Stories Archive - Cyber Security News

What is an injection Attack?

A security vulnerability called an injection attack allows an attacker  to insert malicious code or commands into a system or application

1. Code injection 2. SQL injection 3.  Command injection 4.  Cross-site scripting 5.  XPath injection 6.  Mail command injection 7. CRLF injection 8. Host header injection 9.  LDAP injection 10. XXE Injection

10 Most Dangerous Injection  Attacks 2023

With the injection attacks where if the  attacker knows the programming language, database operating system, web  application, etc. Then it will become easy to inject the code via teinput and force that to the webserver

This is also a similar type of injection where attackers attack SQL scripts.This language is mostly used by the query operations in this text  input field. Scrip has to go to the application, which will directly  execute with the database.

If you do not put sufficient validation, then this type of attack is expected. Here these attackers insert the command into the system instead of programming code or script.

The output will automatically get generated whenever anything is inserted without encoding or validating. This is the chance for an attacker to send the malicious code to a different end-user.

This type of injection mainly gets affected when the user works with XPath Query for XML data. This attack exactly works like SQL injection where attackers send malformed information, they will attack your access data.

6. Mail command Injection

In this application, IAMP or SMTP statements are included, which improperly validated the user input. These two will not have strong protection against attack and most web servers can be exploitable.

Usually, this attack performs based on the vulnerable web  application, and it does not do the correct filtering for the user  point. Here vulnerability helps to open the web application which does not do the proper filtering.

8.  Host Header Injection

In this server, many websites or applications include where it  becomes necessary to determine the resident website or web application. Everyone has a virtual host which processes the incoming request. Here the server is the virtual host which can dispatch the request.

This is one of the best protocol designs which is facilitated with the other network. This is a very useful intranet where you can use a single-sign-on system and here user name and password will be stored.

This type of injection gives the vulnerability in the compilation of XML external entity (XXE). It exploited the support where it provides DTDs with weak XML parser security.