OWASP CRS 4.14.0 released

Published by

The recent release of OWASP Core Rule Set (CRS) version 4.14.0 introduces several enhancements and improvements aimed at strengthening web application security. Notable new features include the detection of ASP web shells, which are often used by attackers to gain unauthorized access to web servers. Additionally, the update enhances the capability to identify compressed database dumps, a common vector for data exfiltration, and includes detection for specific JavaScript methods like `import`, `fetch`, `console.log`, and `console.dir`, which could indicate potential security issues in web applications.

Alongside these new features, the release also addresses several false positives (FPs) associated with existing rules, particularly rule 951220. It eliminates the blocking of TTF font files, which may have hindered legitimate use cases, and improves path detection by identifying forward slashes, enhancing the granularity of security checks. Furthermore, the update removes ".application" from the list of restricted file extensions, thereby refining the handling of potentially malicious uploads.

The full changelog details all modifications from version 4.13.0 to 4.14.0, reflecting a continuous effort to enhance the efficacy of the Core Rule Set in protecting web applications from evolving threats.

In extending this information, it is important to highlight the significance of regular updates in security protocols like OWASP CRS. As cyber threats become increasingly sophisticated, continuous improvements, like those seen in this latest release, are vital for maintaining robust security measures. Organizations utilizing OWASP CRS should prioritize adopting this update to leverage the enhanced detection capabilities and fixes, ensuring their web applications are better safeguarded against emerging vulnerabilities and attacks. Moreover, engaging with community contributions, as seen with the credits to various developers, emphasizes the collaborative nature of cybersecurity, where shared knowledge and resources can lead to stronger defenses

OWASP CRS 4.14.0 released

The release of OWASP CRS 4.14.0 brings new features and detections, such as the ability to detect ASP web shells, compressed database dumps, and JavaScript methods. Other changes include fixing FPs related to rule 951220, blocking TTF font files, detecting forward slashes in paths, and removing .application from restricted extensions.

OWASP CRS 4.14.0 released @ Linux Compatible