Skip to content

PgHero gem allows CSRF

High severity GitHub Reviewed Published Aug 5, 2020 to the GitHub Advisory Database • Updated Aug 25, 2023

Package

bundler pghero (RubyGems)

Affected versions

< 2.7.0

Patched versions

2.7.0

Description

The PgHero gem through 2.6.0 for Ruby allows CSRF. PgHero normally uses the protect_from_forgery method from Rails to prevent CSRF. However, this defaults to :null_session, which has no effect on non-session based authentication methods. Thus the ruby gem is vulnerable with non-session based authentication methods like basic authentication.

References

Reviewed Aug 5, 2020
Published to the GitHub Advisory Database Aug 5, 2020
Last updated Aug 25, 2023

Severity

High
8.1
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
Required
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
High
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H

Weaknesses

CVE ID

CVE-2020-16253

GHSA ID

GHSA-v6fx-752r-ccp2

Source code

Checking history
See something to contribute? Suggest improvements for this vulnerability.