Lucene search

K
githubGitHub Advisory DatabaseGHSA-V5WF-JG37-R9M5
HistorySep 21, 2023 - 5:10 p.m.

SQLpage vulnerable to public exposure of database credentials

2023-09-2117:10:06
CWE-200
GitHub Advisory Database
github.com
20
sqlpage
vulnerability
database
credentials
upgrade
environment variable
web root
exposure

CVSS3

10

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N

EPSS

0.001

Percentile

33.0%

Impact

If

  • you are using a SQLPage version older than v0.11.1
  • your SQLPage instance is exposed publicly
  • the database connection string is specified in the sqlpage/sqlpage.json configuration file (not in an environment variable)
  • the web_root is the current working directory (the default)
  • your database is exposed publicly

then an attacker could retrieve the database connection information from SQLPage and use it to connect to your database directly.

Patches

Upgrade to v0.11.1 as soon as possible.

Workarounds

If you cannot upgrade immediately:

  • Using an environment variable instead of the configuration file to specify the database connection string prevents exposing it on vulnerable versions.
  • Using a different web root (that is not a parent of the SQLPage configuration directory) fixes the issue.
  • And in any case, you should generally avoid exposing your database publicly

References

https://github.com/lovasoa/SQLpage/issues/89

Affected configurations

Vulners
Node
lovasoasqlpageRange<0.11.1
VendorProductVersionCPE
lovasoasqlpage*cpe:2.3:a:lovasoa:sqlpage:*:*:*:*:*:*:*:*

CVSS3

10

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N

EPSS

0.001

Percentile

33.0%

Related for GHSA-V5WF-JG37-R9M5