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

推荐订阅源

博客园_首页
GbyAI
GbyAI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Apple Machine Learning Research
Apple Machine Learning Research
大猫的无限游戏
大猫的无限游戏
阮一峰的网络日志
阮一峰的网络日志
Last Week in AI
Last Week in AI
V
Visual Studio Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
The Cloudflare Blog
博客园 - 【当耐特】
博客园 - 叶小钗
量子位
博客园 - 聂微东
S
SegmentFault 最新的问题
美团技术团队
Hugging Face - Blog
Hugging Face - Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
月光博客
月光博客
宝玉的分享
宝玉的分享
小众软件
小众软件
罗磊的独立博客
有赞技术团队
有赞技术团队
Stack Overflow Blog
Stack Overflow Blog

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.