About 96,300 results
Open links in new tab
  1. csrf - Understanding Cross-Domain Cookies and `SameSite` …

    Sep 10, 2024 · Understanding Cross-Domain Cookies and `SameSite` Attributes with Express.js and Third-Party Tracking Ask Question Asked 1 year, 2 months ago Modified 15 days ago

  2. What could an "<img src=" XSS do? - Information Security Stack …

    Sep 1, 2016 · Explains potential exploits and security implications of XSS attacks using "<img src=" in web applications.

  3. How to properly create and use cross-signed CAs and certificates

    Aug 8, 2016 · I'm trying to create an environment with cross-signed CAs, and verify a certificate issued against one of the CAs, all using openssl. The best I got so far is getting openssl into …

  4. Mandatory vacation as a security control?

    I recently came across the concept of mandatory vacation as a management security control. Employees are forced to take at least one week of consecutive vacation to provide the …

  5. Validating XSS Vulnerability in Rest API

    Mar 25, 2020 · I am performing security testing on a Rest API and it is a POST method. I injected a XSS script in a body parameter and the API responded with '400 Bad Request' error, but the …

  6. What is the difference between ATT&CK and CAPEC?

    Nov 5, 2020 · CAPEC attack patterns and related ATT&CK techniques are cross referenced when appropriate between the two efforts. Use CAPEC for: Application threat modeling Developer …

  7. xss - Security Headers: Access-Control-Allow-Origin vs. Cross …

    May 31, 2022 · According to MDN: The Access-Control-Allow-Origin response header indicates whether the response can be shared with requesting code from the given origin. And: Cross …

  8. What is the danger of Reflected Cross Site Scripting?

    The non-persistent (or reflected) cross-site scripting vulnerability is by far the most common type. These holes show up when the data provided by a web client, most commonly in HTTP query …

  9. Is there a Poc for Yoast SEO < 22.6 - Reflected Cross-Site Scripting ...

    I recently reported a Reflected Cross-Site Scripting (XSS) on a wordpress site which was running Yoast CEO 22.4 which is vulnerable to Reflected XSS. see CVE-2024-4041 However The …

  10. Do we need to check for cross-origin on server side?

    Dec 29, 2021 · The cross-origin nature of a request can be of interest on the server-side beyond allowing/disallowing the request for CORS purposes. In particular, you may want to implement …