GHSA-fmvm-x8mv-47mj

Suggest an improvement
Source
https://github.com/advisories/GHSA-fmvm-x8mv-47mj
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/02/GHSA-fmvm-x8mv-47mj/GHSA-fmvm-x8mv-47mj.json
JSON Data
https://api.test.osv.dev/v1/vulns/GHSA-fmvm-x8mv-47mj
Aliases
Published
2022-02-17T17:19:18Z
Modified
2023-11-01T04:57:59.250459Z
Severity
  • 5.9 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N CVSS Calculator
Summary
Improper CSP in Image Optimization API for Next.js versions between 10.0.0 and 12.1.0
Details

Next.js is a React framework. Starting with version 10.0.0 and prior to version 12.1.0, Next.js is vulnerable to User Interface (UI) Misrepresentation of Critical Information. In order to be affected, the next.config.js file must have an images.domains array assigned and the image host assigned in images.domains must allow user-provided SVG. If the next.config.js file has images.loader assigned to something other than default, the instance is not affected. Version 12.1.0 contains a patch for this issue. As a workaround, change next.config.js to use a different loader configuration other than the default.

Impact

  • Affected: All of the following must be true to be affected
    • Next.js between version 10.0.0 and 12.0.10
    • The next.config.js file has images.domains array assigned
    • The image host assigned in images.domains allows user-provided SVG
  • Not affected: The next.config.js file has images.loader assigned to something other than default

Patches

Next.js 12.1.0

Workarounds

Change next.config.js to use a different loader configuration other than the default, for example:

module.exports = {
  images: {
    loader: 'imgix',
    path: 'https://example.com/myaccount/',
  },
}

Or if you want to use the loader prop on the component, you can use custom:

module.exports = {
  images: {
    loader: 'custom',
  },
}
Database specific
{
    "severity": "MODERATE",
    "cwe_ids": [
        "CWE-451"
    ],
    "nvd_published_at": "2022-02-17T21:15:00Z",
    "github_reviewed_at": "2022-02-17T17:19:18Z",
    "github_reviewed": true
}
References

Affected packages

npm / next

Package

Affected ranges

Type
SEMVER
Events
Introduced
10.0.0
Fixed
12.1.0

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/02/GHSA-fmvm-x8mv-47mj/GHSA-fmvm-x8mv-47mj.json"