GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration
Search

Find a vulnerability

Search criteria Use this form to refine search results.
Full-text search supports keyword queries with ranking and filtering.
You can combine vendor, product, and sources to narrow results.
Enable “Apply ordering” to sort by date instead of relevance.

    2 vulnerabilities by @jhb.software

    CVE-2026-59965 (GCVE-0-2026-59965)

    Vulnerability from nvd – Published: 2026-09-15 15:56 – Updated: 2026-09-15 15:56
    VLAI
    Title
    @jhb.software/payload-alt-text-plugin: Alt Text Endpoint Authorization Bypass via Payload Local API `overrideAccess` Omission
    Summary
    Payload Plugins is a collection of plugins designed to enhance Payload CMS. In 0.7.0, @jhb.software/payload-alt-text-plugin exposes POST /api/alt-text-plugin/generate and POST /api/alt-text-plugin/bulk with a default guard that accepts any authenticated user, while alt-text/src/endpoints/generateAltText.ts and alt-text/src/endpoints/bulkGenerateAltTexts.ts call req.payload.findByID and req.payload.update without overrideAccess: false. Payload therefore defaults overrideAccess to true and skips the target collection's read and update access functions. An authenticated low-privilege user can supply id, collection, locale, and update values to read arbitrary protected upload documents and overwrite their alt and keywords fields, even when the collection permits those operations only to administrators. A control Local API call with overrideAccess: false is denied, confirming that the plugin endpoint bypasses otherwise effective collection rules. This vulnerability is fixed in 0.8.0.
    CWE
    • CWE-863 - Incorrect Authorization
    Show details on NVD website

    {
      "containers": {
        "cna": {
          "affected": [
            {
              "product": "payload-plugins",
              "vendor": "jhb-software",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 0.8.0"
                }
              ]
            },
            {
              "product": "payload-alt-text-plugin",
              "vendor": "@jhb.software",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 0.8.0"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "Payload Plugins is a collection of plugins designed to enhance Payload CMS. In 0.7.0, @jhb.software/payload-alt-text-plugin exposes POST /api/alt-text-plugin/generate and POST /api/alt-text-plugin/bulk with a default guard that accepts any authenticated user, while alt-text/src/endpoints/generateAltText.ts and alt-text/src/endpoints/bulkGenerateAltTexts.ts call req.payload.findByID and req.payload.update without overrideAccess: false. Payload therefore defaults overrideAccess to true and skips the target collection\u0027s read and update access functions. An authenticated low-privilege user can supply id, collection, locale, and update values to read arbitrary protected upload documents and overwrite their alt and keywords fields, even when the collection permits those operations only to administrators. A control Local API call with overrideAccess: false is denied, confirming that the plugin endpoint bypasses otherwise effective collection rules. This vulnerability is fixed in 0.8.0."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "NONE",
                "baseScore": 7.1,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "LOW",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:N",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-863",
                  "description": "CWE-863: Incorrect Authorization",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-09-15T15:56:32.124Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/jhb-software/payload-plugins/security/advisories/GHSA-4qpv-39hg-f7fx",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/jhb-software/payload-plugins/security/advisories/GHSA-4qpv-39hg-f7fx"
            },
            {
              "name": "https://github.com/jhb-software/payload-plugins/pull/159",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/jhb-software/payload-plugins/pull/159"
            },
            {
              "name": "https://github.com/jhb-software/payload-plugins/commit/e39634868ce13a414e2981e219befc58101654d3",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/jhb-software/payload-plugins/commit/e39634868ce13a414e2981e219befc58101654d3"
            },
            {
              "name": "https://github.com/jhb-software/payload-plugins/releases/tag/alt-text@0.8.0",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/jhb-software/payload-plugins/releases/tag/alt-text@0.8.0"
            }
          ],
          "source": {
            "advisory": "GHSA-4qpv-39hg-f7fx",
            "discovery": "UNKNOWN"
          },
          "title": "@jhb.software/payload-alt-text-plugin: Alt Text Endpoint Authorization Bypass via Payload Local API `overrideAccess` Omission"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-59965",
        "datePublished": "2026-09-15T15:56:32.124Z",
        "dateReserved": "2026-07-07T18:49:15.608Z",
        "dateUpdated": "2026-09-15T15:56:32.124Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-59965 (GCVE-0-2026-59965)

    Vulnerability from cvelistv5 – Published: 2026-09-15 15:56 – Updated: 2026-09-15 15:56
    VLAI
    Title
    @jhb.software/payload-alt-text-plugin: Alt Text Endpoint Authorization Bypass via Payload Local API `overrideAccess` Omission
    Summary
    Payload Plugins is a collection of plugins designed to enhance Payload CMS. In 0.7.0, @jhb.software/payload-alt-text-plugin exposes POST /api/alt-text-plugin/generate and POST /api/alt-text-plugin/bulk with a default guard that accepts any authenticated user, while alt-text/src/endpoints/generateAltText.ts and alt-text/src/endpoints/bulkGenerateAltTexts.ts call req.payload.findByID and req.payload.update without overrideAccess: false. Payload therefore defaults overrideAccess to true and skips the target collection's read and update access functions. An authenticated low-privilege user can supply id, collection, locale, and update values to read arbitrary protected upload documents and overwrite their alt and keywords fields, even when the collection permits those operations only to administrators. A control Local API call with overrideAccess: false is denied, confirming that the plugin endpoint bypasses otherwise effective collection rules. This vulnerability is fixed in 0.8.0.
    CWE
    • CWE-863 - Incorrect Authorization
    Show details on NVD website

    {
      "containers": {
        "cna": {
          "affected": [
            {
              "product": "payload-plugins",
              "vendor": "jhb-software",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 0.8.0"
                }
              ]
            },
            {
              "product": "payload-alt-text-plugin",
              "vendor": "@jhb.software",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 0.8.0"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "Payload Plugins is a collection of plugins designed to enhance Payload CMS. In 0.7.0, @jhb.software/payload-alt-text-plugin exposes POST /api/alt-text-plugin/generate and POST /api/alt-text-plugin/bulk with a default guard that accepts any authenticated user, while alt-text/src/endpoints/generateAltText.ts and alt-text/src/endpoints/bulkGenerateAltTexts.ts call req.payload.findByID and req.payload.update without overrideAccess: false. Payload therefore defaults overrideAccess to true and skips the target collection\u0027s read and update access functions. An authenticated low-privilege user can supply id, collection, locale, and update values to read arbitrary protected upload documents and overwrite their alt and keywords fields, even when the collection permits those operations only to administrators. A control Local API call with overrideAccess: false is denied, confirming that the plugin endpoint bypasses otherwise effective collection rules. This vulnerability is fixed in 0.8.0."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "NONE",
                "baseScore": 7.1,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "LOW",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:N",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-863",
                  "description": "CWE-863: Incorrect Authorization",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-09-15T15:56:32.124Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/jhb-software/payload-plugins/security/advisories/GHSA-4qpv-39hg-f7fx",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/jhb-software/payload-plugins/security/advisories/GHSA-4qpv-39hg-f7fx"
            },
            {
              "name": "https://github.com/jhb-software/payload-plugins/pull/159",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/jhb-software/payload-plugins/pull/159"
            },
            {
              "name": "https://github.com/jhb-software/payload-plugins/commit/e39634868ce13a414e2981e219befc58101654d3",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/jhb-software/payload-plugins/commit/e39634868ce13a414e2981e219befc58101654d3"
            },
            {
              "name": "https://github.com/jhb-software/payload-plugins/releases/tag/alt-text@0.8.0",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/jhb-software/payload-plugins/releases/tag/alt-text@0.8.0"
            }
          ],
          "source": {
            "advisory": "GHSA-4qpv-39hg-f7fx",
            "discovery": "UNKNOWN"
          },
          "title": "@jhb.software/payload-alt-text-plugin: Alt Text Endpoint Authorization Bypass via Payload Local API `overrideAccess` Omission"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-59965",
        "datePublished": "2026-09-15T15:56:32.124Z",
        "dateReserved": "2026-07-07T18:49:15.608Z",
        "dateUpdated": "2026-09-15T15:56:32.124Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }