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 2026 | JSON Web Token Attacks and Vulnerabilities — AcunetixJWT | JSON Web Token Attacks and Vulnerabilities — Acunetix |
| 2026-04-19 2026 | Insecure Deserialization Vulnerabilities — AcunetixDeser | Insecure Deserialization Vulnerabilities — Acunetix |
| 2026-04-11 2026 | Exploiting SSTI in ThymeleafSSTI | Exploiting SSTI in Thymeleaf |
| 2026-04-10 2026 | What is CSRF? Attacks, Mitigation, Prevention - AcunetixCSRF | What is CSRF? Attacks, Mitigation, Prevention - Acunetix |
| 2026-04-10 2026 | XSS Filter Evasion: How Attackers Bypass XSS FiltersXSS | XSS Filter Evasion: How Attackers Bypass XSS Filters |
| 2025-08-14 2025 | What is Cross-site Scripting and How Can You Fix it?XSS | Cross-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 2025 | What is server-side request forgery (SSRF)? | AcunetixSSRF | The 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 2016 | What is Cross-site Scripting and How Can You Fix it?XSS | The 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. |