Horusec Nginx

Nesta seção, você vai encontrar mais informações sobre vulnerabilidades que o Horusec encontra em projetos nginx.

O que é?

O Horusec-Nginx é uma ferramenta SAST criada pela equipe do Horusec e faz a busca de vulnerabilidades em projetos Nginx.

Regras

Improper Restriction of Rendered UI Layers or Frames

Your Nginx file must include the X-Frame-Options header. A web application is expected to place restrictions on whether it is allowed to be rendered within frames, iframes, objects, embed or applet elements. Without the restrictions, users can be tricked into interacting with the application when they were not intending to. For more information checkout the CWE-1021 advisory.

Missing X-Content-Type-Options header

Setting this header will prevent the browser from interpreting files as a different MIME type to what is specified in the Content-Type HTTP header (e.g. treating text/plain as text/css). For more information checkout content-type options.

Missing Content-Security-Policy header

A Content Security Policy (also named CSP) requires careful tuning and precise definition of the policy. If enabled, CSP has significant impact on the way browsers render pages (e.g., inline JavaScript is disabled by default and must be explicitly allowed in the policy). CSP prevents a wide range of attacks, including cross-site scripting and other cross-site injections. For more information see the security policy.

Exposure of Sensitive Information

Your Nginx file must include ‘server_tokens off;’ configuration. There are many different kinds of mistakes that introduce information exposures. The severities of the error can range widely, depending on the context in which the product operates, the type of sensitive information that is revealed, and the benefits it may provide to an attacker. For more information checkout the CWE-200 advisory.


Última modificação 22.10.2021: Added ids to analysis tools (#127) (d3bd89bf)