27 WEB vulnerability-XSS cross-site code and httponly bypass

Directory HttpOnly security filtering test HttpOnly security filtering bypass ideas Demonstration case: Xsslabs level code filter bypass test HttpOnly security filtering test Preventing XSS attacks refers to attack methods, not preventing XSS vulnerabilities. httponly only blocks cookies. httponly is supported in related scripts. We have certain ways to enable it according to the script environment […]

Reprint Secure, HttpOnly, SameSite HTTP Cookies Attributes and Set-Cookie Explained

Original address: https://medium.com/swlh/secure-httponly-samesite-http-cookies-attributes-and-set-cookie-explained-fc3c753dfeb6 Cookies are the most common method to add temporary persistence to websites. They are used in most websites and we know their consent banners. HTTP Cookies can contain crucial and confidential data, their usage started around 1994 and some important legacy issue were left unaddressed and new state-of-art security improvements are being […]

[Solved] Vulnerability solution caused by ultra-detailed cookie attributes HttpOnly and SameSite

Before going online, our project has been scanned for vulnerabilities, and the existing vulnerabilities have been modified according to the missed scan reports. Each scan has 2 missed scans on cookies (the vulnerability level is low). The vulnerability names are: Cookie No HttpOnly Flag and Cookie Without SameSite Attribute. Every time I missed the scan […]