appsec.fyi · Sources

acunetix.com

8 curated AppSec resources from acunetix.com across 6 topics on appsec.fyi.

acunetix.com

Resources curated from this publisher and indexed across appsec.fyi topic pages. Last item added: 2026-04-19.

Date Added Resource Excerpt
2026-04-19 2026JSON Web Token Attacks and Vulnerabilities — AcunetixJWTJSON Web Token Attacks and Vulnerabilities — Acunetix
2026-04-19 2026Insecure Deserialization Vulnerabilities — AcunetixDeserInsecure Deserialization Vulnerabilities — Acunetix
2026-04-11 2026Exploiting SSTI in ThymeleafSSTIExploiting SSTI in Thymeleaf
2026-04-10 2026What is CSRF? Attacks, Mitigation, Prevention - AcunetixCSRFWhat is CSRF? Attacks, Mitigation, Prevention - Acunetix
2026-04-10 2026XSS Filter Evasion: How Attackers Bypass XSS FiltersXSSXSS Filter Evasion: How Attackers Bypass XSS Filters
2025-08-14 2025What is Cross-site Scripting and How Can You Fix it?XSSCross-site scripting (XSS) is a security vulnerability where attackers inject malicious scripts into web pages viewed by other users. This can lead to theft of sensitive data or unauthorized actions. To fix XSS, developers should validate and sanitize user input, encode output data, use security headers, and employ Content Security Policy (CSP). Regular security audits and staying informed about the latest XSS techniques are also crucial. Preventing XSS requires a combination of secure coding practices, proper input validation, and ongoing vigilance to protect web applications from this common attack vector.
2025-08-14 2025What is server-side request forgery (SSRF)? | AcunetixSSRFThe content is about server-side request forgery (SSRF) and is likely an introduction to the topic. SSRF is a security vulnerability that allows attackers to make requests on behalf of the server, potentially accessing sensitive information or services. It is a common issue in web applications and can lead to serious consequences if exploited. Understanding SSRF is crucial for developers and security professionals to prevent such attacks and protect their systems from unauthorized access.
2016-05-19 2016What is Cross-site Scripting and How Can You Fix it?XSSThe article explains Cross-site Scripting attacks and offers a solution using Acunetix WVS to safeguard websites. It educates on the vulnerability's workings and the importance of protection.