Security
Headlines
HeadlinesLatestCVEs

Headline

GHSA-5hm8-vh6r-2cjq: CodeIgniter Shield Vulnerable to SameSite Attackers Bypassing the CSRF Protection

Impact

This vulnerability may allow SameSite Attackers to bypass the CodeIgniter4 CSRF protection mechanism with CodeIgniter Shield.

For this attack to succeed, the attacker must have direct (or indirect, e.g., XSS) control over a subdomain site (e.g., https://a.example.com/) of the target site (e.g., http://example.com/).

This vulnerability exists whether Config\Security::$csrfProtection is 'cookie' or 'session'. It is also exploitable whether Config\Security::$regenerate is true or false.

Patches

Upgrade to CodeIgniter v4.2.3 or later and Shield v1.0.0-beta.2 or later.

Workarounds

Do all of the following:

  • set Config\Security::$csrfProtection to 'session'
  • remove old session data right after login (immediately after ID and password match)
  • regenerate CSRF token right after login (immediately after ID and password match)

References

For more information

If you have any questions or comments about this advisory:

ghsa
#xss#csrf#vulnerability#web#git

Impact

This vulnerability may allow SameSite Attackers to bypass the CodeIgniter4 CSRF protection mechanism with CodeIgniter Shield.

For this attack to succeed, the attacker must have direct (or indirect, e.g., XSS) control over a subdomain site (e.g., https://a.example.com/) of the target site (e.g., http://example.com/).

This vulnerability exists whether Config\Security::$csrfProtection is ‘cookie’ or 'session’.
It is also exploitable whether Config\Security::$regenerate is true or false.

Patches

Upgrade to CodeIgniter v4.2.3 or later and Shield v1.0.0-beta.2 or later.

Workarounds

Do all of the following:

  • set Config\Security::$csrfProtection to ‘session’
  • remove old session data right after login (immediately after ID and password match)
  • regenerate CSRF token right after login (immediately after ID and password match)

References

  • CodeIgniter4 CSRF Protection
  • SameSite Attacks
  • SameSite Cookies
  • The great SameSite confusion

For more information

If you have any questions or comments about this advisory:

References

  • GHSA-5hm8-vh6r-2cjq
  • https://nvd.nist.gov/vuln/detail/CVE-2022-35943
  • codeigniter4/shield@342a368
  • https://codeigniter4.github.io/userguide/libraries/security.htm
  • https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite
  • https://jub0bs.com/posts/2021-01-29-great-samesite-confusion

Related news

CVE-2022-35943: SameSite cookies - HTTP | MDN

Shield is an authentication and authorization framework for CodeIgniter 4. This vulnerability may allow [SameSite Attackers](https://canitakeyoursubdomain.name/) to bypass the [CodeIgniter4 CSRF protection](https://codeigniter4.github.io/userguide/libraries/security.html) mechanism with CodeIgniter Shield. For this attack to succeed, the attacker must have direct (or indirect, e.g., XSS) control over a subdomain site (e.g., `https://a.example.com/`) of the target site (e.g., `http://example.com/`). Upgrade to **CodeIgniter v4.2.3 or later** and **Shield v1.0.0-beta.2 or later**. As a workaround: set `Config\Security::$csrfProtection` to `'session,'`remove old session data right after login (immediately after ID and password match) and regenerate CSRF token right after login (immediately after ID and password match)