Security
Headlines
HeadlinesLatestCVEs

Headline

GHSA-wx24-vqrg-m6m5: VuFind Server-Side Request Forgery (SSRF) vulnerability

A Server-Side Request Forgery (SSRF) vulnerability in the /Upgrade/FixConfig route in Open Library Foundation VuFind 2.0 through 9.1 before 9.1.1 allows a remote attacker to overwrite local configuration files to gain access to the administrator panel and achieve Remote Code Execution. A mitigating factor is that it requires the allow_url_include PHP runtime setting to be on, which is off in default installations. It also requires the /Upgrade route to be exposed, which is exposed by default after installing VuFind, and is recommended to be disabled by setting autoConfigure to false in config.ini.

ghsa
#vulnerability#git#php#rce#ssrf
  1. GitHub Advisory Database
  2. GitHub Reviewed
  3. CVE-2024-25738

VuFind Server-Side Request Forgery (SSRF) vulnerability

Critical severity GitHub Reviewed Published May 22, 2024 to the GitHub Advisory Database • Updated May 23, 2024

Package

composer vufind/vufind (Composer)

Affected versions

>= 2.0, < 9.1.1

A Server-Side Request Forgery (SSRF) vulnerability in the /Upgrade/FixConfig route in Open Library Foundation VuFind 2.0 through 9.1 before 9.1.1 allows a remote attacker to overwrite local configuration files to gain access to the administrator panel and achieve Remote Code Execution. A mitigating factor is that it requires the allow_url_include PHP runtime setting to be on, which is off in default installations. It also requires the /Upgrade route to be exposed, which is exposed by default after installing VuFind, and is recommended to be disabled by setting autoConfigure to false in config.ini.

References

  • https://nvd.nist.gov/vuln/detail/CVE-2024-25738
  • https://vufind.org/wiki/security:cve-2024-25738
  • vufind-org/vufind@a19577d

Published to the GitHub Advisory Database

May 22, 2024

Last updated

May 23, 2024

ghsa: Latest News

GHSA-pxg6-pf52-xh8x: cookie accepts cookie name, path, and domain with out of bounds characters