Lucene search

K
cveGitHub_MCVE-2024-45389
HistorySep 03, 2024 - 8:15 p.m.

CVE-2024-45389

2024-09-0320:15:08
CWE-79
GitHub_M
web.nvd.nist.gov
27
pagefind library
privilege escalation
html injection
cross-site scripting
cve-2024-45389

CVSS3

6.4

Attack Vector

NETWORK

Attack Complexity

HIGH

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

HIGH

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

AI Score

6.3

Confidence

High

EPSS

0.001

Percentile

21.8%

Pagefind, a fully static search library, initializes its dynamic JavaScript and WebAssembly files relative to the location of the first script the user loads. This information is gathered by looking up the value of document.currentScript.src. Prior to Pagefind version 1.1.1, it is possible to “clobber” this lookup with otherwise benign HTML on the page. This will cause document.currentScript.src to resolve as an external domain, which will then be used by Pagefind to load dependencies. This exploit would only work in the case that an attacker could inject HTML to a live, hosted, website. In these cases, this would act as a way to escalate the privilege available to an attacker. This assumes they have the ability to add some elements to the page (for example, img tags with a name attribute), but not others, as adding a script to the page would itself be the cross-site scripting vector. Pagefind has tightened this resolution in version 1.1.1 by ensuring the source is loaded from a valid script element. There are no reports of this being exploited in the wild via Pagefind.

Affected configurations

Nvd
Vulners
Vulnrichment
Node
cloudcannonpagefinderRange<1.1
VendorProductVersionCPE
cloudcannonpagefinder*cpe:2.3:a:cloudcannon:pagefinder:*:*:*:*:*:*:*:*

CNA Affected

[
  {
    "vendor": "CloudCannon",
    "product": "pagefind",
    "versions": [
      {
        "version": "< 1.1.1",
        "status": "affected"
      }
    ]
  }
]

CVSS3

6.4

Attack Vector

NETWORK

Attack Complexity

HIGH

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

HIGH

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

AI Score

6.3

Confidence

High

EPSS

0.001

Percentile

21.8%

Related for CVE-2024-45389