CWE-538

Insertion of Sensitive Information into Externally-Accessible File or Directory

The product places sensitive information into files or directories that are accessible to actors who are allowed to have access to the files, but not to the sensitive information.

CVE-2025-68429 (GCVE-0-2025-68429)

Vulnerability from cvelistv5 – Published: 2025-12-17 22:26 – Updated: 2025-12-18 15:06
VLAI
Title
Storybook manager bundle may expose environment variables during build
Summary
Storybook is a frontend workshop for building user interface components and pages in isolation. A vulnerability present starting in versions 7.0.0 and prior to versions 7.6.21, 8.6.15, 9.1.17, and 10.1.10 relates to Storybook’s handling of environment variables defined in a `.env` file, which could, in specific circumstances, lead to those variables being unexpectedly bundled into the artifacts created by the `storybook build` command. When a built Storybook is published to the web, the bundle’s source is viewable, thus potentially exposing those variables to anyone with access. For a project to potentially be vulnerable to this issue, it must build the Storybook (i.e. run `storybook build` directly or indirectly) in a directory that contains a `.env` file (including variants like `.env.local`) and publish the built Storybook to the web. Storybooks built without a `.env` file at build time are not affected, including common CI-based builds where secrets are provided via platform environment variables rather than `.env` files. Storybook runtime environments (i.e. `storybook dev`) are not affected. Deployed applications that share a repo with your Storybook are not affected. Users should upgrade their Storybook—on both their local machines and CI environment—to version .6.21, 8.6.15, 9.1.17, or 10.1.10 as soon as possible. Maintainers additionally recommend that users audit for any sensitive secrets provided via `.env` files and rotate those keys. Some projects may have been relying on the undocumented behavior at the heart of this issue and will need to change how they reference environment variables after this update. If a project can no longer read necessary environmental variable values, either prefix the variables with `STORYBOOK_` or use the `env` property in Storybook’s configuration to manually specify values. In either case, do not include sensitive secrets as they will be included in the built bundle.
CWE
  • CWE-200 - Exposure of Sensitive Information to an Unauthorized Actor
  • CWE-538 - Insertion of Sensitive Information into Externally-Accessible File or Directory
  • CWE-541 - Inclusion of Sensitive Information in an Include File
Assigner
References
Impacted products
Vendor Product Version
storybookjs storybook Affected: >= 7.0.0, < 7.6.21
Affected: >= 8.0.0, < 8.6.15
Affected: >= 9.0.0, < 9.1.17
Affected: >= 10.0.0, < 10.1.10
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2025-68429",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "yes"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2025-12-18T14:52:42.162915Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2025-12-18T15:06:29.568Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "storybook",
          "vendor": "storybookjs",
          "versions": [
            {
              "status": "affected",
              "version": "\u003e= 7.0.0, \u003c 7.6.21"
            },
            {
              "status": "affected",
              "version": "\u003e= 8.0.0, \u003c 8.6.15"
            },
            {
              "status": "affected",
              "version": "\u003e= 9.0.0, \u003c 9.1.17"
            },
            {
              "status": "affected",
              "version": "\u003e= 10.0.0, \u003c 10.1.10"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "Storybook is a frontend workshop for building user interface components and pages in isolation. A vulnerability present starting in versions 7.0.0 and prior to versions 7.6.21, 8.6.15, 9.1.17, and 10.1.10 relates to Storybook\u2019s handling of environment variables defined in a `.env` file, which could, in specific circumstances, lead to those variables being unexpectedly bundled into the artifacts created by the `storybook build` command. When a built Storybook is published to the web, the bundle\u2019s source is viewable, thus potentially exposing those variables to anyone with access. For a project to potentially be vulnerable to this issue, it must build the Storybook (i.e. run `storybook build` directly or indirectly) in a directory that contains a `.env` file (including variants like `.env.local`) and publish the built Storybook to the web. Storybooks built without a `.env` file at build time are not affected, including common CI-based builds where secrets are provided via platform environment variables rather than `.env` files. Storybook runtime environments (i.e. `storybook dev`) are not affected. Deployed applications that share a repo with your Storybook are not affected. Users should upgrade their Storybook\u2014on both their local machines and CI environment\u2014to version .6.21, 8.6.15, 9.1.17, or 10.1.10 as soon as possible. Maintainers additionally recommend that users audit for any sensitive secrets provided via `.env` files and rotate those keys. Some projects may have been relying on the undocumented behavior at the heart of this issue and will need to change how they reference environment variables after this update. If a project can no longer read necessary environmental variable values, either prefix the variables with `STORYBOOK_` or use the `env` property in Storybook\u2019s configuration to manually specify values. In either case, do not include sensitive secrets as they will be included in the built bundle."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "LOW",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "LOW",
            "integrityImpact": "LOW",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
            "version": "3.1"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-200",
              "description": "CWE-200: Exposure of Sensitive Information to an Unauthorized Actor",
              "lang": "en",
              "type": "CWE"
            }
          ]
        },
        {
          "descriptions": [
            {
              "cweId": "CWE-538",
              "description": "CWE-538: Insertion of Sensitive Information into Externally-Accessible File or Directory",
              "lang": "en",
              "type": "CWE"
            }
          ]
        },
        {
          "descriptions": [
            {
              "cweId": "CWE-541",
              "description": "CWE-541: Inclusion of Sensitive Information in an Include File",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2025-12-17T22:26:55.732Z",
        "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "shortName": "GitHub_M"
      },
      "references": [
        {
          "name": "https://github.com/storybookjs/storybook/security/advisories/GHSA-8452-54wp-rmv6",
          "tags": [
            "x_refsource_CONFIRM"
          ],
          "url": "https://github.com/storybookjs/storybook/security/advisories/GHSA-8452-54wp-rmv6"
        },
        {
          "name": "https://storybook.js.org/blog/security-advisory",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://storybook.js.org/blog/security-advisory"
        }
      ],
      "source": {
        "advisory": "GHSA-8452-54wp-rmv6",
        "discovery": "UNKNOWN"
      },
      "title": "Storybook manager bundle may expose environment variables during build"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
    "assignerShortName": "GitHub_M",
    "cveId": "CVE-2025-68429",
    "datePublished": "2025-12-17T22:26:55.732Z",
    "dateReserved": "2025-12-17T15:29:39.379Z",
    "dateUpdated": "2025-12-18T15:06:29.568Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}

CVE-2025-8452 (GCVE-0-2025-8452)

Vulnerability from cvelistv5 – Published: 2025-08-12 15:23 – Updated: 2025-10-08 13:39
VLAI
Title
Unauthenticated leak of sensitive information affecting multiple models from Brother Industries, Ltd., Toshiba Tec, and Konica Minolta, Inc.
Summary
By using the "uscan" protocol provided by the eSCL specification, an attacker can discover the serial number of multi-function printers that implement the Brother-provided firmware. This serial number can, in turn, can be leveraged by the flaw described by CVE-2024-51978 to calculate the default administrator password. This flaw is similar to CVE-2024-51977, with the only difference being the protocol by which an attacker can use to learn the remote device's serial number. The eSCL/uscan vector is typically only exposed on the local network. Any discovery service that implements the eSCL specification can be used to exploit this vulnerability, and one such implementation is the runZero Explorer. Changing the default administrator password will render this vulnerability virtually worthless, since the calculated default administrator password would no longer be the correct password.
CWE
  • CWE-538 - Insertion of Sensitive Information into Externally-Accessible File or Directory
Assigner
AHA
Impacted products
Vendor Product Version
Brother Industries, Ltd DCP-L8410CDW Affected: 0 , ≤ ZK (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L8610CDW Affected: 0 , ≤ ZK (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L8690CDW Affected: 0 , ≤ ZK (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L8900CDW Affected: 0 , ≤ ZM (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L9570CDW Affected: 0 , ≤ ZM (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L9577CDW Affected: 0 , ≤ ZM (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L8610CDW(for Japan) Affected: 0 , ≤ ZD (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L9570CDW(for Japan) Affected: 0 , ≤ ZD (semver)
Create a notification for this product.
Brother Industries, Ltd HL-L5218DN Affected: 0 , ≤ 1.12(F) (semver)
Create a notification for this product.
Brother Industries, Ltd HL-L5228DW Affected: 0 , ≤ 1.12(F) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L5510DN Affected: 0 , ≤ 1.18(J) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L5512DN Affected: 0 , ≤ 1.18(J) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L5518DN Affected: 0 , ≤ 1.18(J) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L5510DW Affected: 0 , ≤ 1.18(J) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L5610DN Affected: 0 , ≤ 1.18(J) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L5660DN Affected: 0 , ≤ 1.18(J) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L5662DN Affected: 0 , ≤ 1.18(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L5710DN Affected: 0 , ≤ 1.18(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L5715DN Affected: 0 , ≤ 1.18(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L5718DN Affected: 0 , ≤ 1.18(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L5710DW Affected: 0 , ≤ 1.12(H) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L5715DW Affected: 0 , ≤ 1.18(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L5717DW Affected: 0 , ≤ 1.18(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L5728DW Affected: 0 , ≤ 1.18(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L5912DW Affected: 0 , ≤ 1.18(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L5915DW Affected: 0 , ≤ 1.18(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L6710DW Affected: 0 , ≤ 1.18(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L6720DW Affected: 0 , ≤ 1.18(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L6810DW Affected: 0 , ≤ 1.18(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L6910DN Affected: 0 , ≤ 1.18(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L6915DN Affected: 0 , ≤ 1.18(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L6915DN CSP Affected: 0 , ≤ 1.18(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L6912DW Affected: 0 , ≤ 1.18(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L6915DW Affected: 0 , ≤ 1.18(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-EX910 Affected: 0 , ≤ 1.18(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-EX915DW Affected: 0 , ≤ 1.18(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L6820DW Affected: 0 , ≤ 1.15(H) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L9610CDN Affected: 0 , ≤ 1.22(S) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L9630CDN Affected: 0 , ≤ 1.22(S) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L9635CDN Affected: 0 , ≤ 1.22(S) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L9670CDN Affected: 0 , ≤ 1.22(S) (semver)
Create a notification for this product.
Brother Industries, Ltd NFC-EX670 Affected: 0 , ≤ 1.22(S) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-EX670W Affected: 0 , ≤ 1.22(S) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L3555CDW Affected: 0 , ≤ 1.19(M) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L3560CDW Affected: 0 , ≤ 1.19(M) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L3568CDW Affected: 0 , ≤ 1.19(M) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L3720CDW Affected: 0 , ≤ 1.19(M) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L3740CDW Affected: 0 , ≤ 1.19(M) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L3740CDWE Affected: 0 , ≤ 1.19(M) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L3755CDW Affected: 0 , ≤ 1.19(M) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L3760CDW Affected: 0 , ≤ 1.19(M) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L3765CDW Affected: 0 , ≤ 1.19(M) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L3768CDW Affected: 0 , ≤ 1.19(M) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L3780CDW Affected: 0 , ≤ 1.12(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L8340CDW Affected: 0 , ≤ 1.19(M) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L8390CDW Affected: 0 , ≤ 1.19(M) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L8395CDW Affected: 0 , ≤ 1.19(M) (semver)
Create a notification for this product.
Brother Industries, Ltd HL-L3300CDW Affected: 0 , ≤ 1.16(L) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L3515CDW Affected: 0 , ≤ 1.16(L) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L3520CDW Affected: 0 , ≤ 1.16(L) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L3520CDWE Affected: 0 , ≤ 1.16(L) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L3528CDW Affected: 0 , ≤ 1.16(L) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L2600D Affected: 0 , ≤ 1.20(J) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-B7600DB Affected: 0 , ≤ 1.20(J) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-B7600D Affected: 0 , ≤ 1.20(J) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L2627DWE Affected: 0 , ≤ 1.20(J) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-B7620DWB Affected: 0 , ≤ 1.20(J) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-B7620DW Affected: 0 , ≤ 1.20(J) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L2627DW Affected: 0 , ≤ 1.20(J) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-B7640DWB Affected: 0 , ≤ 1.20(J) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L2627DWXL Affected: 0 , ≤ 1.20(J) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-B7640DW Affected: 0 , ≤ 1.16(F) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L2605DW Affected: 0 , ≤ 1.20(J) (semver)
Create a notification for this product.
Brother Industries, Ltd HL-L2464DW Affected: 0 , ≤ 1.20(J) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L2622DW Affected: 0 , ≤ 1.20(J) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L2625DW Affected: 0 , ≤ 1.20(J) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L2620DW Affected: 0 , ≤ 1.20(J) (semver)
Create a notification for this product.
Brother Industries, Ltd HL-L2475DW Affected: 0 , ≤ 1.20(J) (semver)
Create a notification for this product.
Brother Industries, Ltd HL-L2465DW Affected: 0 , ≤ 1.20(J) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L2640DN Affected: 0 , ≤ 1.20(J) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L2647DW Affected: 0 , ≤ 1.20(J) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L2640DW Affected: 0 , ≤ 1.20(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2802DN Affected: 0 , ≤ 1.20(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2827DW Affected: 0 , ≤ 1.20(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2806DW Affected: 0 , ≤ 1.20(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2805DW Affected: 0 , ≤ 1.16(F) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2802DW Affected: 0 , ≤ 1.20(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2800DW Affected: 0 , ≤ 1.20(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2765DW Affected: 0 , ≤ 1.20(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2760DW Affected: 0 , ≤ 1.20(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-B7800DN Affected: 0 , ≤ 1.20(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-B7811DW Affected: 0 , ≤ 1.20(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-B7810DWB Affected: 0 , ≤ 1.20(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-B7810DW Affected: 0 , ≤ 1.20(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2835DW Affected: 0 , ≤ 1.20(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2827DWXL Affected: 0 , ≤ 1.20(J) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-B7548W Affected: 0 , ≤ 1.16(F) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-B7558W Affected: 0 , ≤ 1.16(F) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-B7578DW Affected: 0 , ≤ 1.16(F) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L2508DW Affected: 0 , ≤ 1.16(F) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L2518DW Affected: 0 , ≤ 1.16(F) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-B7608W Affected: 0 , ≤ 1.16(F) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-B7628DW Affected: 0 , ≤ 1.16(F) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-B7638DN Affected: 0 , ≤ 1.16(F) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-B7648DW Affected: 0 , ≤ 1.16(F) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L2628DW Affected: 0 , ≤ 1.16(F) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L2548DW Affected: 0 , ≤ 1.16(F) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L2648DW Affected: 0 , ≤ 1.16(F) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L2600DW Affected: 0 , ≤ 1.09(C) (semver)
Create a notification for this product.
Brother Industries, Ltd FAX-L2800DW Affected: 0 , ≤ 1.09(C) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L2680DW Affected: 0 , ≤ 1.14(H) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L2660DW Affected: 0 , ≤ 1.08(C) (semver)
Create a notification for this product.
Brother Industries, Ltd HL-L2480DW Affected: 0 , ≤ 1.14(H) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L2665DW Affected: 0 , ≤ 1.14(H) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2817DW Affected: 0 , ≤ 1.14(H) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2807DW Affected: 0 , ≤ 1.14(H) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2820DWXL Affected: 0 , ≤ 1.14(H) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2820DW Affected: 0 , ≤ 1.14(H) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2861DW Affected: 0 , ≤ 1.14(H) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2862DW Affected: 0 , ≤ 1.14(H) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2860DW Affected: 0 , ≤ 1.08(C) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2885DW Affected: 0 , ≤ 1.14(H) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2880DWXL Affected: 0 , ≤ 1.14(H) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2886DW Affected: 0 , ≤ 1.14(H) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2860DWE Affected: 0 , ≤ 1.14(H) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2880DW Affected: 0 , ≤ 1.08(C) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2900DW Affected: 0 , ≤ 1.03(C) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2900DWXL Affected: 0 , ≤ 1.03(C) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-B7658DW Affected: 0 , ≤ 1.12(E) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-B7650DW Affected: 0 , ≤ 1.12(E) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2920DW Affected: 0 , ≤ 1.12(E) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2922DW Affected: 0 , ≤ 1.12(E) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2960DW Affected: 0 , ≤ 1.03(C) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2980DW Affected: 0 , ≤ 1.03(C) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L1630W Affected: 0 , ≤ 1.05(B) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L1632W Affected: 0 , ≤ 1.05(B) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L1638W Affected: 0 , ≤ 1.06(E) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L1848W Affected: 0 , ≤ 1.06(E) (semver)
Create a notification for this product.
Brother Industries, Ltd HL-L2395DW Affected: 0 , ≤ ZC (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2730DW Affected: 0 , ≤ ZC (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2732DW Affected: 0 , ≤ ZC (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2750DW Affected: 0 , ≤ R (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2750DWXL Affected: 0 , ≤ ZC (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2751DW Affected: 0 , ≤ ZC (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2770DW Affected: 0 , ≤ ZC (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2771DW Affected: 0 , ≤ ZC (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2730DWR Affected: 0 , ≤ ZC (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2750DWR Affected: 0 , ≤ ZC (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-7195DW Affected: 0 , ≤ R (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-7895DW Affected: 0 , ≤ R (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2730DN Affected: 0 , ≤ R (semver)
Create a notification for this product.
Brother Industries, Ltd HL-L2390DW Affected: 0 , ≤ ZC (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L2530DW Affected: 0 , ≤ ZC (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L2531DW Affected: 0 , ≤ ZC (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L2532DW Affected: 0 , ≤ ZC (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L2535DW Affected: 0 , ≤ M (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L2537DW Affected: 0 , ≤ ZC (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-B7520DW Affected: 0 , ≤ V (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L2550DN Affected: 0 , ≤ ZC (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L2550DW Affected: 0 , ≤ M (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L2551DN Affected: 0 , ≤ ZC (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L2551DW Affected: 0 , ≤ ZC (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L2552DN Affected: 0 , ≤ ZC (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-B7535DW Affected: 0 , ≤ V (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2690DW Affected: 0 , ≤ ZC (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2710DN Affected: 0 , ≤ ZC (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2712DN Affected: 0 , ≤ ZC (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2710DW Affected: 0 , ≤ ZC (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2712DW Affected: 0 , ≤ ZC (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2713DW Affected: 0 , ≤ ZC (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2715DW Affected: 0 , ≤ ZC (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2716DW Affected: 0 , ≤ ZC (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2717DW Affected: 0 , ≤ ZC (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-B7715DW Affected: 0 , ≤ ZC (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L2530DWR Affected: 0 , ≤ ZC (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L2550DNR Affected: 0 , ≤ ZC (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2710DNR Affected: 0 , ≤ ZC (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2710DWR Affected: 0 , ≤ ZC (semver)
Create a notification for this product.
Brother Industries, Ltd FAX-L2710DN Affected: 0 , ≤ R (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-7190DN Affected: 0 , ≤ V (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-B7530DN Affected: 0 , ≤ V (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L2550DW(TWN) Affected: 0 , ≤ V (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-7890DN Affected: 0 , ≤ V (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-B7720DN Affected: 0 , ≤ V (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L2715DW(for Tiwan, Koria) Affected: 0 , ≤ V (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-7090DW Affected: 0 , ≤ M (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-7190DW Affected: 0 , ≤ M (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L3510CDW Affected: 0 , ≤ ZA (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L3517CDW Affected: 0 , ≤ ZA (semver)
Create a notification for this product.
Brother Industries, Ltd HL-L3290CDW Affected: 0 , ≤ ZA (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L3551CDW Affected: 0 , ≤ ZA (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L3550CDW Affected: 0 , ≤ ZE (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-9030CDN Affected: 0 , ≤ ZE (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L3710CDW Affected: 0 , ≤ ZE (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L3730CDN Affected: 0 , ≤ ZE (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-9150CDN Affected: 0 , ≤ ZE (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L3735CDN Affected: 0 , ≤ ZE (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L3745CDW Affected: 0 , ≤ ZE (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L3750CDW Affected: 0 , ≤ ZE (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-9350CDW Affected: 0 , ≤ ZE (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L3770CDW Affected: 0 , ≤ ZA (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L6970DW Affected: 0 , ≤ ZZ (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L6950DW Affected: 0 , ≤ ZZ (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L6902DW Affected: 0 , ≤ ZZ (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L6900DW Affected: 0 , ≤ ZP (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L6800DW Affected: 0 , ≤ ZZ (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L6750DW Affected: 0 , ≤ ZZ (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L6702DW Affected: 0 , ≤ ZZ (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L6700DW Affected: 0 , ≤ ZZ (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L5902DW Affected: 0 , ≤ ZZ (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L5900DW Affected: 0 , ≤ ZZ (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L5850DW Affected: 0 , ≤ ZZ (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L5802DW Affected: 0 , ≤ ZZ (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L5800DW Affected: 0 , ≤ ZZ (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-8540DN Affected: 0 , ≤ ZZ (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L5755DW Affected: 0 , ≤ ZP (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L5750DW Affected: 0 , ≤ ZZ (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-8530DN Affected: 0 , ≤ ZZ (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L5700DN Affected: 0 , ≤ ZZ (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L5702DW Affected: 0 , ≤ ZZ (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L5700DW Affected: 0 , ≤ ZZ (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L6600DW Affected: 0 , ≤ ZZ (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L5652DN Affected: 0 , ≤ ZZ (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L5650DN Affected: 0 , ≤ ZZ (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L5602DN Affected: 0 , ≤ ZZ (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L5600DN Affected: 0 , ≤ ZZ (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L5502DN Affected: 0 , ≤ ZZ (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-L5500DN Affected: 0 , ≤ ZZ (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-L6900DWG Affected: 0 , ≤ U (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-T830DW Affected: 0 , ≤ 1.03(A) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-T835DW Affected: 0 , ≤ 1.03(A) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-T930DW Affected: 0 , ≤ 1.03(B) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-T935DW Affected: 0 , ≤ 1.03(B) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-T530DW Affected: 0 , ≤ 1.01(A) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-T535DW Affected: 0 , ≤ 1.01(A) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-T536DW Affected: 0 , ≤ 1.01(A) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-T730DW Affected: 0 , ≤ 1.01(A) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-T735DW Affected: 0 , ≤ 1.01(A) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-T435W Affected: 0 , ≤ 1.02(B) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-T430W Affected: 0 , ≤ 1.02(B) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-T436W Affected: 0 , ≤ 1.02(B) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-T439W Affected: 0 , ≤ 1.02(B) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J5340DW Affected: 0 , ≤ 1.20(L) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J5345DW Affected: 0 , ≤ 1.20(L) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J2340DW Affected: 0 , ≤ 1.20(L) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J5340DWE Affected: 0 , ≤ 1.20(L) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J5740DW Affected: 0 , ≤ 1.16(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J6540DW Affected: 0 , ≤ 1.18(L) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J6740DW Affected: 0 , ≤ 1.18(L) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J3540DW Affected: 0 , ≤ 1.18(L) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J7100CDW Affected: 0 , ≤ 1.18(L) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J6540DWE Affected: 0 , ≤ 1.18(L) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J6940DW Affected: 0 , ≤ 1.19(M) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J3940DW Affected: 0 , ≤ 1.19(M) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J7300CDW Affected: 0 , ≤ 1.19(M) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J5855DW Affected: 0 , ≤ 1.25(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J5855DW XL Affected: 0 , ≤ 1.25(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J5800CDW Affected: 0 , ≤ 1.25(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J5955DW Affected: 0 , ≤ 1.25(L) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J6555DW Affected: 0 , ≤ 1.19(H) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J6555DW XL Affected: 0 , ≤ 1.19(H) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J6955DW Affected: 0 , ≤ 1.38(L) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J6957DW Affected: 0 , ≤ 1.38(L) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J7500CDW Affected: 0 , ≤ 1.38(L) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J7600CDW Affected: 0 , ≤ 1.38(L) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J6959DW Affected: 0 , ≤ 1.16(G) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J7700CDW Affected: 0 , ≤ 1.16(G) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-T520W Affected: 0 , ≤ 1.21(M) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-T525W Affected: 0 , ≤ 1.21(M) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-T720DW Affected: 0 , ≤ 1.20(L) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-T725DW Affected: 0 , ≤ 1.20(L) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-T820DW Affected: 0 , ≤ 1.20(L) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-T825DW Affected: 0 , ≤ 1.20(L) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-T920DW Affected: 0 , ≤ 1.23(N) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-T925DW Affected: 0 , ≤ 1.23(N) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-T220 Affected: 0 , ≤ 1.27(K) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-T225 Affected: 0 , ≤ 1.27(K) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-T226 Affected: 0 , ≤ 1.27(K) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-T420W Affected: 0 , ≤ 1.27(K) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-T425W Affected: 0 , ≤ 1.27(K) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-T426W Affected: 0 , ≤ 1.27(K) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-T428W Affected: 0 , ≤ 1.27(K) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-C421W Affected: 0 , ≤ 1.04(D) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J1205W(XL) Affected: 0 , ≤ 1.15(L) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J1215W Affected: 0 , ≤ 1.15(L) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-J1200W(XL) Affected: 0 , ≤ 1.15(L) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-J1200N Affected: 0 , ≤ 1.15(L) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-J1200WE Affected: 0 , ≤ 1.15(L) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J4335DW(XL) Affected: 0 , ≤ 1.38(M) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J4340DW(XL) Affected: 0 , ≤ 1.38(M) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J4345DW XL Affected: 0 , ≤ 1.38(M) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-4340DWE Affected: 0 , ≤ 1.38(M) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J4535DW(XL) Affected: 0 , ≤ 1.38(M) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J4540DW(XL) Affected: 0 , ≤ 1.38(M) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J4440DW Affected: 0 , ≤ 1.38(M) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-J4140N Affected: 0 , ≤ 1.09(F) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J4440N Affected: 0 , ≤ 1.11(G) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J4540N Affected: 0 , ≤ 1.11(G) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J4940DN Affected: 0 , ≤ 1.11(G) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J1010DW Affected: 0 , ≤ 1.15(K) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J1012DW Affected: 0 , ≤ 1.15(K) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-J1050DW Affected: 0 , ≤ 1.14(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J1170DW Affected: 0 , ≤ 1.10(G) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-J1140DW Affected: 0 , ≤ 1.13(H) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-J526N Affected: 0 , ≤ 1.11(K) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-J914N Affected: 0 , ≤ 1.11(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J926N-WB Affected: 0 , ≤ 1.11(J) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J904N Affected: 0 , ≤ 1.11(K) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J739DN Affected: 0 , ≤ 1.14(M) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J739DWN Affected: 0 , ≤ 1.14(M) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J939DN Affected: 0 , ≤ 1.13(L) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J939DWN Affected: 0 , ≤ 1.13(L) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-J1800N Affected: 0 , ≤ 1.14(H) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-J1700DW Affected: 0 , ≤ 1.13(H) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-J1800DW Affected: 0 , ≤ 1.13(H) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J1800DW Affected: 0 , ≤ 1.02(B) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-J1203N Affected: 0 , ≤ 1.02(B) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-C1210N Affected: 0 , ≤ 1.03(C) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-J4143N Affected: 0 , ≤ 1.02(A) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J4443N Affected: 0 , ≤ 1.03(B) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-J4543N Affected: 0 , ≤ 1.03(B) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-J528N Affected: 0 , ≤ 1.04(C) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-J915N Affected: 0 , ≤ 1.03(B) (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-J928N-WB Affected: 0 , ≤ 1.03(B) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J905N Affected: 0 , ≤ 1.04(C) (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J815DW XL Affected: 0 , ≤ J (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J805DW Affected: 0 , ≤ J (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J805DW XL Affected: 0 , ≤ J (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-J1100DW Affected: 0 , ≤ P (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J995DW Affected: 0 , ≤ P (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J995DW XL Affected: 0 , ≤ P (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J1300DW Affected: 0 , ≤ P (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-J988N Affected: 0 , ≤ Q (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J1500N Affected: 0 , ≤ P (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J1605DN Affected: 0 , ≤ K (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J5845DW(XL) Affected: 0 , ≤ N (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J5945DW Affected: 0 , ≤ T (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J6945DW Affected: 0 , ≤ T (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J6947DW Affected: 0 , ≤ T (semver)
Create a notification for this product.
Brother Industries, Ltd HL-J6000DW Affected: 0 , ≤ S (semver)
Create a notification for this product.
Brother Industries, Ltd HL-J6100DW Affected: 0 , ≤ S (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J6997CDW Affected: 0 , ≤ T (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J6999CDW Affected: 0 , ≤ T (semver)
Create a notification for this product.
Brother Industries, Ltd HL-J6000CDW Affected: 0 , ≤ S (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-T4500DW Affected: 0 , ≤ P (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J5330DW Affected: 0 , ≤ W (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J5335DW Affected: 0 , ≤ W (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J2330DW Affected: 0 , ≤ W (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J5730DW Affected: 0 , ≤ Y (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J5830DW Affected: 0 , ≤ Y (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J5930DW Affected: 0 , ≤ Y (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J2730DW Affected: 0 , ≤ Y (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J6530DW Affected: 0 , ≤ W (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J6730DW Affected: 0 , ≤ W (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J3530DW Affected: 0 , ≤ W (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J6930DW Affected: 0 , ≤ Z (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J6935DW Affected: 0 , ≤ Z (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J3930DW Affected: 0 , ≤ Z (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J6535DW Affected: 0 , ≤ Z (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J6580CDW Affected: 0 , ≤ R (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J6980CDW Affected: 0 , ≤ S (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J6995CDW Affected: 0 , ≤ S (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J5630CDW Affected: 0 , ≤ L (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J6583CDW Affected: 0 , ≤ K (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J6983CDW Affected: 0 , ≤ N (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-T510W Affected: 0 , ≤ Q (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-T510W(for China) Affected: 0 , ≤ N (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-T710W Affected: 0 , ≤ Q (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-T710W(for China) Affected: 0 , ≤ N (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-T810W Affected: 0 , ≤ Q (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-T810W(for China) Affected: 0 , ≤ N (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-T910DW Affected: 0 , ≤ Q (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-J572DW Affected: 0 , ≤ P (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J491DW Affected: 0 , ≤ Q (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J497DW Affected: 0 , ≤ Q (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-J772DW Affected: 0 , ≤ T (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-J774DW Affected: 0 , ≤ T (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J890DW Affected: 0 , ≤ T (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J895DW Affected: 0 , ≤ T (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J690DW Affected: 0 , ≤ T (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-J572N Affected: 0 , ≤ W (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-J577N Affected: 0 , ≤ W (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-J582N Affected: 0 , ≤ W (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-J972N Affected: 0 , ≤ Y (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-J973N-W/B Affected: 0 , ≤ Y (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-J978N-W/B Affected: 0 , ≤ Y (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-J981N Affected: 0 , ≤ Y (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-J982N-W/B Affected: 0 , ≤ Y (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J893N Affected: 0 , ≤ X (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J898N Affected: 0 , ≤ X (semver)
Create a notification for this product.
Brother Industries, Ltd NFC-J903N Affected: 0 , ≤ X (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J738DN Affected: 0 , ≤ M (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J738DWN Affected: 0 , ≤ M (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J998DN Affected: 0 , ≤ M (semver)
Create a notification for this product.
Brother Industries, Ltd MFC-J998DWN Affected: 0 , ≤ M (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-J587N Affected: 0 , ≤ F (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-J987N-W Affected: 0 , ≤ F (semver)
Create a notification for this product.
Brother Industries, Ltd DCP-J987N-B Affected: 0 , ≤ F (semver)
Create a notification for this product.
Brother Industries, Ltd DS/MDS-940DW Affected: 0 , ≤ G(1.7) (semver)
Create a notification for this product.
Brother Industries, Ltd ADS-3300W Affected: 0 , ≤ P(2.28) (semver)
Create a notification for this product.
Brother Industries, Ltd ADS-4500W Affected: 0 , ≤ P(2.28) (semver)
Create a notification for this product.
Brother Industries, Ltd ADS-2700We Affected: 0 , ≤ P(2.28) (semver)
Create a notification for this product.
Brother Industries, Ltd ADS-4300N Affected: 0 , ≤ P(2.28) (semver)
Create a notification for this product.
Brother Industries, Ltd ADS-4700W Affected: 0 , ≤ P(2.28) (semver)
Create a notification for this product.
Brother Industries, Ltd ADS-4900W Affected: 0 , ≤ P(2.28) (semver)
Create a notification for this product.
Brother Industries, Ltd ADS-1350W Affected: 0 , ≤ C(1.06) (semver)
Create a notification for this product.
Brother Industries, Ltd ADS-1800W Affected: 0 , ≤ C(1.06) (semver)
Create a notification for this product.
Toshiba Tec e-STUDIO301DN Affected: 0 , ≤ M2309191505 (semver)
Create a notification for this product.
Toshiba Tec e-STUDIO302DNF Affected: 0 , ≤ M2309191611 (semver)
Create a notification for this product.
Konica Minolta, Inc. bizhub 5020i Affected: 0 , ≤ U2406280431 (Ver R) (semver)
Create a notification for this product.
Konica Minolta, Inc. bizhub 5000i Affected: 0 , ≤ 1.32 (semver)
Create a notification for this product.
Konica Minolta, Inc. bizhub 4020i Affected: 0 , ≤ U2406280431 (Ver R) (semver)
Create a notification for this product.
Konica Minolta, Inc. bizhub 4000i Affected: 0 , ≤ 1.28 (semver)
Create a notification for this product.
Date Public
2025-08-12 15:00
Credits
Rob King of AHA! and runZero Tod Beardsley of AHA! Stephen Fewer of Rapid7 JPCERT/CC
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2025-8452",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2025-08-12T15:33:27.294573Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2025-08-12T15:33:45.044Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L8410CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZK",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L8610CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZK",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L8690CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZK",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L8900CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZM",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L9570CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZM",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L9577CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZM",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L8610CDW(for Japan)",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZD",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L9570CDW(for Japan)",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZD",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HL-L5218DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.12(F)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HL-L5228DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.12(F)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L5510DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.18(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L5512DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.18(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L5518DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.18(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L5510DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.18(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L5610DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.18(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L5660DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.18(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L5662DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.18(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L5710DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.18(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L5715DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.18(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L5718DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.18(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L5710DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.12(H)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L5715DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.18(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L5717DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.18(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L5728DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.18(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L5912DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.18(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L5915DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.18(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L6710DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.18(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L6720DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.18(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L6810DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.18(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L6910DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.18(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L6915DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.18(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L6915DN CSP",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.18(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L6912DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.18(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L6915DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.18(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-EX910",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.18(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-EX915DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.18(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L6820DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.15(H)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L9610CDN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.22(S)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L9630CDN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.22(S)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L9635CDN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.22(S)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L9670CDN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.22(S)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "NFC-EX670",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.22(S)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-EX670W",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.22(S)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L3555CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.19(M)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L3560CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.19(M)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L3568CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.19(M)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L3720CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.19(M)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L3740CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.19(M)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L3740CDWE",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.19(M)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L3755CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.19(M)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L3760CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.19(M)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L3765CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.19(M)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L3768CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.19(M)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L3780CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.12(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L8340CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.19(M)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L8390CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.19(M)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L8395CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.19(M)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HL-L3300CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.16(L)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L3515CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.16(L)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L3520CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.16(L)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L3520CDWE",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.16(L)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L3528CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.16(L)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L2600D",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-B7600DB",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-B7600D",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L2627DWE",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-B7620DWB",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-B7620DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L2627DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-B7640DWB",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L2627DWXL",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-B7640DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.16(F)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L2605DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HL-L2464DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L2622DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L2625DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L2620DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HL-L2475DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HL-L2465DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L2640DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L2647DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L2640DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2802DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2827DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2806DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2805DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.16(F)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2802DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2800DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2765DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2760DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-B7800DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-B7811DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-B7810DWB",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-B7810DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2835DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2827DWXL",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-B7548W",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.16(F)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-B7558W",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.16(F)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-B7578DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.16(F)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L2508DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.16(F)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L2518DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.16(F)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-B7608W",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.16(F)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-B7628DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.16(F)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-B7638DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.16(F)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-B7648DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.16(F)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L2628DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.16(F)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L2548DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.16(F)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L2648DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.16(F)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L2600DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.09(C)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "FAX-L2800DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.09(C)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L2680DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.14(H)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L2660DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.08(C)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HL-L2480DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.14(H)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L2665DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.14(H)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2817DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.14(H)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2807DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.14(H)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2820DWXL",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.14(H)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2820DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.14(H)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2861DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.14(H)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2862DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.14(H)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2860DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.08(C)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2885DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.14(H)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2880DWXL",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.14(H)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2886DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.14(H)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2860DWE",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.14(H)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2880DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.08(C)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2900DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.03(C)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2900DWXL",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.03(C)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-B7658DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.12(E)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-B7650DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.12(E)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2920DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.12(E)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2922DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.12(E)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2960DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.03(C)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2980DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.03(C)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L1630W",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.05(B)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L1632W",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.05(B)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L1638W",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.06(E)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L1848W",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.06(E)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HL-L2395DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZC",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2730DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZC",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2732DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZC",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2750DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "R",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2750DWXL",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZC",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2751DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZC",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2770DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZC",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2771DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZC",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2730DWR",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZC",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2750DWR",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZC",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-7195DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "R",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-7895DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "R",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2730DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "R",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HL-L2390DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZC",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L2530DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZC",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L2531DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZC",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L2532DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZC",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L2535DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "M",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L2537DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZC",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-B7520DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "V",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L2550DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZC",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L2550DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "M",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L2551DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZC",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L2551DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZC",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L2552DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZC",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-B7535DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "V",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2690DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZC",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2710DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZC",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2712DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZC",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2710DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZC",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2712DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZC",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2713DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZC",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2715DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZC",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2716DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZC",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2717DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZC",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-B7715DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZC",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L2530DWR",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZC",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L2550DNR",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZC",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2710DNR",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZC",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2710DWR",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZC",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "FAX-L2710DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "R",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-7190DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "V",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-B7530DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "V",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L2550DW(TWN)",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "V",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-7890DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "V",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-B7720DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "V",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L2715DW(for Tiwan, Koria)",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "V",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-7090DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "M",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-7190DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "M",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L3510CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZA",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L3517CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZA",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HL-L3290CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZA",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L3551CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZA",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L3550CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZE",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-9030CDN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZE",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L3710CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZE",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L3730CDN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZE",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-9150CDN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZE",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L3735CDN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZE",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L3745CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZE",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L3750CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZE",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-9350CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZE",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L3770CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZA",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L6970DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZZ",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L6950DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZZ",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L6902DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZZ",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L6900DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZP",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L6800DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZZ",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L6750DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZZ",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L6702DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZZ",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L6700DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZZ",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L5902DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZZ",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L5900DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZZ",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L5850DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZZ",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L5802DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZZ",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L5800DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZZ",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-8540DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZZ",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L5755DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZP",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L5750DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZZ",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-8530DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZZ",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L5700DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZZ",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L5702DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZZ",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L5700DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZZ",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L6600DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZZ",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L5652DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZZ",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L5650DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZZ",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L5602DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZZ",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L5600DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZZ",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L5502DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZZ",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-L5500DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "ZZ",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-L6900DWG",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "U",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-T830DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.03(A)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-T835DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.03(A)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-T930DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.03(B)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-T935DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.03(B)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-T530DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.01(A)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-T535DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.01(A)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-T536DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.01(A)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-T730DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.01(A)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-T735DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.01(A)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-T435W",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.02(B)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-T430W",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.02(B)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-T436W",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.02(B)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-T439W",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.02(B)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J5340DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(L)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J5345DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(L)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J2340DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(L)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J5340DWE",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(L)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J5740DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.16(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J6540DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.18(L)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J6740DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.18(L)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J3540DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.18(L)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J7100CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.18(L)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J6540DWE",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.18(L)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J6940DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.19(M)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J3940DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.19(M)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J7300CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.19(M)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J5855DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.25(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J5855DW XL",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.25(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J5800CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.25(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J5955DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.25(L)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J6555DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.19(H)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J6555DW XL",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.19(H)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J6955DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.38(L)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J6957DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.38(L)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J7500CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.38(L)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J7600CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.38(L)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J6959DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.16(G)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J7700CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.16(G)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-T520W",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.21(M)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-T525W",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.21(M)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-T720DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(L)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-T725DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(L)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-T820DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(L)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-T825DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.20(L)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-T920DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.23(N)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-T925DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.23(N)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-T220",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.27(K)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-T225",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.27(K)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-T226",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.27(K)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-T420W",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.27(K)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-T425W",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.27(K)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-T426W",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.27(K)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-T428W",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.27(K)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-C421W",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.04(D)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J1205W(XL)",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.15(L)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J1215W",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.15(L)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-J1200W(XL)",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.15(L)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-J1200N",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.15(L)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-J1200WE",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.15(L)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J4335DW(XL)",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.38(M)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J4340DW(XL)",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.38(M)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J4345DW XL",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.38(M)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-4340DWE",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.38(M)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J4535DW(XL)",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.38(M)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J4540DW(XL)",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.38(M)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J4440DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.38(M)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-J4140N",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.09(F)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J4440N",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.11(G)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J4540N",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.11(G)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J4940DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.11(G)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J1010DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.15(K)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J1012DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.15(K)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-J1050DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.14(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J1170DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.10(G)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-J1140DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.13(H)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-J526N",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.11(K)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-J914N",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.11(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J926N-WB",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.11(J)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J904N",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.11(K)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J739DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.14(M)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J739DWN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.14(M)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J939DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.13(L)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J939DWN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.13(L)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-J1800N",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.14(H)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-J1700DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.13(H)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-J1800DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.13(H)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J1800DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.02(B)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-J1203N",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.02(B)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-C1210N",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.03(C)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-J4143N",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.02(A)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J4443N",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.03(B)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-J4543N",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.03(B)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-J528N",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.04(C)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-J915N",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.03(B)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-J928N-WB",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.03(B)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J905N",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "1.04(C)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J815DW XL",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "J",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J805DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "J",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J805DW XL",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "J",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-J1100DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "P",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J995DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "P",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J995DW XL",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "P",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J1300DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "P",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-J988N",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "Q",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J1500N",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "P",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J1605DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "K",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J5845DW(XL)",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "N",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J5945DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "T",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J6945DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "T",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J6947DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "T",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HL-J6000DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "S",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HL-J6100DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "S",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J6997CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "T",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J6999CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "T",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HL-J6000CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "S",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-T4500DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "P",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J5330DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "W",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J5335DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "W",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J2330DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "W",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J5730DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "Y",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J5830DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "Y",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J5930DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "Y",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J2730DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "Y",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J6530DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "W",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J6730DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "W",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J3530DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "W",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J6930DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "Z",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J6935DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "Z",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J3930DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "Z",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J6535DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "Z",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J6580CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "R",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J6980CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "S",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J6995CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "S",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J5630CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "L",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J6583CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "K",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J6983CDW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "N",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-T510W",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "Q",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-T510W(for China)",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "N",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-T710W",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "Q",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-T710W(for China)",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "N",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-T810W",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "Q",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-T810W(for China)",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "N",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-T910DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "Q",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-J572DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "P",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J491DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "Q",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J497DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "Q",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-J772DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "T",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-J774DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "T",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J890DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "T",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J895DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "T",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J690DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "T",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-J572N",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "W",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-J577N",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "W",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-J582N",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "W",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-J972N",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "Y",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-J973N-W/B",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "Y",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-J978N-W/B",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "Y",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-J981N",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "Y",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-J982N-W/B",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "Y",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J893N",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "X",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J898N",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "X",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "NFC-J903N",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "X",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J738DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "M",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J738DWN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "M",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J998DN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "M",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "MFC-J998DWN",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "M",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-J587N",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "F",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-J987N-W",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "F",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DCP-J987N-B",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "F",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "DS/MDS-940DW",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "G(1.7)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "ADS-3300W",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "P(2.28)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "ADS-4500W",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "P(2.28)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "ADS-2700We",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "P(2.28)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "ADS-4300N",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "P(2.28)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "ADS-4700W",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "P(2.28)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "ADS-4900W",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "P(2.28)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "ADS-1350W",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "C(1.06)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "ADS-1800W",
          "vendor": "Brother Industries, Ltd",
          "versions": [
            {
              "lessThanOrEqual": "C(1.06)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "e-STUDIO301DN",
          "vendor": "Toshiba Tec",
          "versions": [
            {
              "lessThanOrEqual": "M2309191505",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "e-STUDIO302DNF",
          "vendor": "Toshiba Tec",
          "versions": [
            {
              "lessThanOrEqual": "M2309191611",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "bizhub 5020i",
          "vendor": "Konica Minolta, Inc.",
          "versions": [
            {
              "lessThanOrEqual": "U2406280431 (Ver R)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "bizhub 5000i",
          "vendor": "Konica Minolta, Inc.",
          "versions": [
            {
              "lessThanOrEqual": "1.32",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "bizhub 4020i",
          "vendor": "Konica Minolta, Inc.",
          "versions": [
            {
              "lessThanOrEqual": "U2406280431 (Ver R)",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "bizhub 4000i",
          "vendor": "Konica Minolta, Inc.",
          "versions": [
            {
              "lessThanOrEqual": "1.28",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        }
      ],
      "credits": [
        {
          "lang": "en",
          "type": "finder",
          "value": "Rob King of AHA! and runZero"
        },
        {
          "lang": "en",
          "type": "coordinator",
          "value": "Tod Beardsley of AHA!"
        },
        {
          "lang": "en",
          "type": "other",
          "value": "Stephen Fewer of Rapid7"
        },
        {
          "lang": "en",
          "type": "coordinator",
          "value": "JPCERT/CC"
        }
      ],
      "datePublic": "2025-08-12T15:00:00.000Z",
      "descriptions": [
        {
          "lang": "en",
          "supportingMedia": [
            {
              "base64": false,
              "type": "text/html",
              "value": "\u003cspan style=\"background-color: rgb(252, 252, 252);\"\u003eBy using the \"uscan\" protocol provided by the eSCL specification, an attacker can discover the serial number of multi-function printers that implement the Brother-provided firmware. This serial number can, in turn, can be leveraged by the flaw described by CVE-2024-51978 to calculate the default administrator password. This flaw is similar to\u0026nbsp;CVE-2024-51977, with the only difference being the protocol by which an attacker can use to learn the remote device\u0027s serial number. The eSCL/uscan vector is typically only exposed on the local network.\u0026nbsp;\u003cspan style=\"background-color: rgba(232, 232, 232, 0.04);\"\u003eAny discovery service that implements the eSCL specification can be used to exploit this vulnerability, and one such implementation is the runZero Explorer.\u0026nbsp;Changing the default administrator password will render this vulnerability virtually worthless, since the calculated default administrator password would no longer be the correct password.\u003c/span\u003e\u003c/span\u003e\u003cbr\u003e"
            }
          ],
          "value": "By using the \"uscan\" protocol provided by the eSCL specification, an attacker can discover the serial number of multi-function printers that implement the Brother-provided firmware. This serial number can, in turn, can be leveraged by the flaw described by CVE-2024-51978 to calculate the default administrator password. This flaw is similar to\u00a0CVE-2024-51977, with the only difference being the protocol by which an attacker can use to learn the remote device\u0027s serial number. The eSCL/uscan vector is typically only exposed on the local network.\u00a0Any discovery service that implements the eSCL specification can be used to exploit this vulnerability, and one such implementation is the runZero Explorer.\u00a0Changing the default administrator password will render this vulnerability virtually worthless, since the calculated default administrator password would no longer be the correct password."
        }
      ],
      "exploits": [
        {
          "lang": "en",
          "supportingMedia": [
            {
              "base64": false,
              "type": "text/html",
              "value": "Any discovery service that implements the eSCL specification can be used to exploit this vulnerability. One such implementation is the runZero Explorer, described at\u0026nbsp;\u003ca target=\"_blank\" rel=\"nofollow\" href=\"https://help.runzero.com/docs/installing-an-explorer/\"\u003ehttps://help.runzero.com/docs/installing-an-explorer/\u003c/a\u003e."
            }
          ],
          "value": "Any discovery service that implements the eSCL specification can be used to exploit this vulnerability. One such implementation is the runZero Explorer, described at\u00a0 https://help.runzero.com/docs/installing-an-explorer/ ."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "ADJACENT_NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 4.3,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "LOW",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
            "version": "3.1"
          },
          "format": "CVSS",
          "scenarios": [
            {
              "lang": "en",
              "value": "GENERAL"
            }
          ]
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-538",
              "description": "CWE-538 Insertion of Sensitive Information into Externally-Accessible File or Directory",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2025-10-08T13:39:35.427Z",
        "orgId": "26969f82-7e87-44d8-9cb5-f6fb926ddd43",
        "shortName": "AHA"
      },
      "references": [
        {
          "tags": [
            "vendor-advisory"
          ],
          "url": "https://support.brother.com/g/b/faqend.aspx?c=us\u0026lang=en\u0026prod=group2\u0026faqid=faq00100851_000"
        },
        {
          "tags": [
            "third-party-advisory",
            "related"
          ],
          "url": "https://www.rapid7.com/blog/post/multiple-brother-devices-multiple-vulnerabilities-fixed/"
        },
        {
          "tags": [
            "exploit"
          ],
          "url": "https://help.runzero.com/docs/installing-an-explorer/"
        },
        {
          "tags": [
            "technical-description",
            "third-party-advisory"
          ],
          "url": "https://takeonme.org/gcves/GCVE-1337-2025-00000000000000000000000000000000000000000000000001011111011111010111111001000000000000000000000000000000000000000000000000000000001"
        },
        {
          "tags": [
            "related"
          ],
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-51977"
        }
      ],
      "source": {
        "discovery": "EXTERNAL"
      },
      "title": "Unauthenticated leak of sensitive information affecting multiple models from Brother Industries, Ltd., Toshiba Tec, and Konica Minolta, Inc.",
      "workarounds": [
        {
          "lang": "en",
          "supportingMedia": [
            {
              "base64": false,
              "type": "text/html",
              "value": "Changing the default administrator password will render this vulnerability virtually worthless, since the calculated default administrator password (as described in the related vulnerability, CVE-2025-51978) would no longer\u0026nbsp;be the correct password."
            }
          ],
          "value": "Changing the default administrator password will render this vulnerability virtually worthless, since the calculated default administrator password (as described in the related vulnerability, CVE-2025-51978) would no longer\u00a0be the correct password."
        }
      ],
      "x_generator": {
        "engine": "Vulnogram 0.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "26969f82-7e87-44d8-9cb5-f6fb926ddd43",
    "assignerShortName": "AHA",
    "cveId": "CVE-2025-8452",
    "datePublished": "2025-08-12T15:23:00.577Z",
    "dateReserved": "2025-08-01T00:49:49.961Z",
    "dateUpdated": "2025-10-08T13:39:35.427Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1"
}

CVE-2026-21672 (GCVE-0-2026-21672)

Vulnerability from cvelistv5 – Published: 2026-03-12 16:26 – Updated: 2026-05-10 13:00
VLAI
Summary
A vulnerability allowing local privilege escalation on Windows-based Veeam Backup & Replication servers.
CWE
  • CWE-538 - File and Directory Information Exposure
Assigner
Impacted products
Vendor Product Version
Veeam Backup and Replication Affected: 12 , < 12.3.2 (semver)
Affected: 13 , < 13.0.1 (semver)
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "cvssV3_1": {
              "attackComplexity": "LOW",
              "attackVector": "LOCAL",
              "availabilityImpact": "HIGH",
              "baseScore": 8.8,
              "baseSeverity": "HIGH",
              "confidentialityImpact": "HIGH",
              "integrityImpact": "HIGH",
              "privilegesRequired": "LOW",
              "scope": "CHANGED",
              "userInteraction": "NONE",
              "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
              "version": "3.1"
            }
          },
          {
            "other": {
              "content": {
                "id": "CVE-2026-21672",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "total"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-03-13T03:55:47.868321Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-05-10T13:00:07.736Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Backup and Replication",
          "vendor": "Veeam",
          "versions": [
            {
              "lessThan": "12.3.2",
              "status": "affected",
              "version": "12",
              "versionType": "semver"
            },
            {
              "lessThan": "13.0.1",
              "status": "affected",
              "version": "13",
              "versionType": "semver"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "A vulnerability allowing local privilege escalation on Windows-based Veeam Backup \u0026 Replication servers."
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-538",
              "description": "CWE-538 File and Directory Information Exposure",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-04-17T15:32:11.662Z",
        "orgId": "36234546-b8fa-4601-9d6f-f4e334aa8ea1",
        "shortName": "hackerone"
      },
      "references": [
        {
          "url": "https://www.veeam.com/kb4831"
        },
        {
          "url": "https://www.veeam.com/kb4830"
        }
      ]
    }
  },
  "cveMetadata": {
    "assignerOrgId": "36234546-b8fa-4601-9d6f-f4e334aa8ea1",
    "assignerShortName": "hackerone",
    "cveId": "CVE-2026-21672",
    "datePublished": "2026-03-12T16:26:52.213Z",
    "dateReserved": "2026-01-02T15:00:02.872Z",
    "dateUpdated": "2026-05-10T13:00:07.736Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}

CVE-2026-23838 (GCVE-0-2026-23838)

Vulnerability from cvelistv5 – Published: 2026-01-19 18:14 – Updated: 2026-01-20 21:41
VLAI
Title
Tandoor Recipes module allows SQLite database to be externally accessible with the default settings
Summary
Tandoor Recipes is a recipe manager than can be installed with the Nix package manager. Starting in version 23.05 and prior to version 26.05, when using the default configuration of Tandoor Recipes, specifically using SQLite and default `MEDIA_ROOT`, the full database file may be externally accessible, potentially on the Internet. The root cause is that the NixOS module configures the working directory of Tandoor Recipes, as well as the value of `MEDIA_ROOT`, to be `/var/lib/tandoor-recipes`. This causes Tandoor Recipes to create its `db.sqlite3` database file in the same directory as `MEDIA_ROOT` causing it to be accessible without authentication through HTTP like any other media file. This is the case when using `GUNICORN_MEDIA=1` or when using a web server like nginx to serve media files. NixOS 26.05 changes the default value of `MEDIA_ROOT` to a sub folder of the data directory. This only applies to configurations with `system.stateVersion` >= 26.05. For older configurations, one of the workarounds should be applied instead. NixOS 25.11 has received a backport of this patch, though it doesn't fix this vulnerability without user intervention. A recommended workaround is to move `MEDIA_ROOT` into a subdirectory. Non-recommended workarounds include switching to PostgreSQL or disallowing access to `db.sqlite3`.
CWE
  • CWE-538 - Insertion of Sensitive Information into Externally-Accessible File or Directory
Assigner
Impacted products
Vendor Product Version
NixOS nixpkgs Affected: >= 23.05, < 26.05
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-23838",
                "options": [
                  {
                    "Exploitation": "poc"
                  },
                  {
                    "Automatable": "yes"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-01-20T21:41:20.975315Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-01-20T21:41:34.412Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "nixpkgs",
          "vendor": "NixOS",
          "versions": [
            {
              "status": "affected",
              "version": "\u003e= 23.05, \u003c 26.05"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "Tandoor Recipes is a recipe manager than can be installed with the Nix package manager. Starting in version 23.05 and prior to version 26.05, when using the default configuration of Tandoor Recipes, specifically using SQLite and default `MEDIA_ROOT`, the full database file may be externally accessible, potentially on the Internet. The root cause is that the NixOS module configures the working directory of Tandoor Recipes, as well as the value of `MEDIA_ROOT`, to be `/var/lib/tandoor-recipes`. This causes Tandoor Recipes to create its `db.sqlite3` database file in the same directory as `MEDIA_ROOT` causing it to be accessible without authentication through HTTP like any other media file. This is the case when using `GUNICORN_MEDIA=1` or when using a web server like nginx to serve media files. NixOS 26.05 changes the default value of `MEDIA_ROOT` to a sub folder of the data directory. This only applies to configurations with `system.stateVersion` \u003e= 26.05. For older configurations, one of the workarounds should be applied instead. NixOS 25.11 has received a backport of this patch, though it doesn\u0027t fix this vulnerability without user intervention. A recommended workaround is to move `MEDIA_ROOT` into a subdirectory. Non-recommended workarounds include switching to PostgreSQL or disallowing access to `db.sqlite3`."
        }
      ],
      "metrics": [
        {
          "cvssV4_0": {
            "attackComplexity": "LOW",
            "attackRequirements": "NONE",
            "attackVector": "NETWORK",
            "baseScore": 8.7,
            "baseSeverity": "HIGH",
            "privilegesRequired": "NONE",
            "subAvailabilityImpact": "NONE",
            "subConfidentialityImpact": "NONE",
            "subIntegrityImpact": "NONE",
            "userInteraction": "NONE",
            "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N",
            "version": "4.0",
            "vulnAvailabilityImpact": "NONE",
            "vulnConfidentialityImpact": "HIGH",
            "vulnIntegrityImpact": "NONE"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-538",
              "description": "CWE-538: Insertion of Sensitive Information into Externally-Accessible File or Directory",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-01-19T18:14:55.567Z",
        "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "shortName": "GitHub_M"
      },
      "references": [
        {
          "name": "https://github.com/NixOS/nixpkgs/security/advisories/GHSA-g8w3-p77x-mmxh",
          "tags": [
            "x_refsource_CONFIRM"
          ],
          "url": "https://github.com/NixOS/nixpkgs/security/advisories/GHSA-g8w3-p77x-mmxh"
        },
        {
          "name": "https://github.com/NixOS/nixpkgs/issues/338339",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/NixOS/nixpkgs/issues/338339"
        },
        {
          "name": "https://github.com/NixOS/nixpkgs/pull/427845",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/NixOS/nixpkgs/pull/427845"
        },
        {
          "name": "https://github.com/NixOS/nixpkgs/pull/481140",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/NixOS/nixpkgs/pull/481140"
        }
      ],
      "source": {
        "advisory": "GHSA-g8w3-p77x-mmxh",
        "discovery": "UNKNOWN"
      },
      "title": "Tandoor Recipes module allows SQLite database to be externally accessible with the default settings"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
    "assignerShortName": "GitHub_M",
    "cveId": "CVE-2026-23838",
    "datePublished": "2026-01-19T18:14:55.567Z",
    "dateReserved": "2026-01-16T15:46:40.842Z",
    "dateUpdated": "2026-01-20T21:41:34.412Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}

CVE-2026-27173 (GCVE-0-2026-27173)

Vulnerability from cvelistv5 – Published: 2026-05-19 19:19 – Updated: 2026-05-19 19:57
VLAI
Title
Apache Airflow CNCF Kubernetes provider: JWT Token Exposure in KubernetesExecutor Command-Line Arguments
Summary
JWT tokens that were used by workers in Kubernetes Executors have been exposed to users who had read only access to Kuberentes Pods. This could allow users with just read-only access to perform actions that were only available to running tasks via Task SDK and potentially allow to modify state of Airflow Database for tasks.
Severity
No CVSS data available.
CWE
  • CWE-538 - Insertion of Sensitive Information into Externally-Accessible File or Directory
Assigner
Impacted products
Credits
Nikolai Dvoinishnikov, Welltory Anton Kuznetsov, Welltory Anish Giri
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "providerMetadata": {
          "dateUpdated": "2026-05-19T19:34:01.489Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "url": "http://www.openwall.com/lists/oss-security/2026/05/19/35"
          }
        ],
        "title": "CVE Program Container"
      },
      {
        "metrics": [
          {
            "cvssV3_1": {
              "attackComplexity": "LOW",
              "attackVector": "LOCAL",
              "availabilityImpact": "LOW",
              "baseScore": 8.7,
              "baseSeverity": "HIGH",
              "confidentialityImpact": "HIGH",
              "integrityImpact": "HIGH",
              "privilegesRequired": "LOW",
              "scope": "CHANGED",
              "userInteraction": "NONE",
              "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:L",
              "version": "3.1"
            }
          },
          {
            "other": {
              "content": {
                "id": "CVE-2026-27173",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-05-19T19:56:34.624709Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-05-19T19:57:11.716Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "collectionURL": "https://pypi.python.org",
          "defaultStatus": "unaffected",
          "packageName": "apache-airflow-providers-cncf-kubernetes",
          "product": "Apache Airflow CNCF Kubernetes provider",
          "vendor": "Apache Software Foundation",
          "versions": [
            {
              "lessThan": "10.17.0",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        }
      ],
      "credits": [
        {
          "lang": "en",
          "type": "finder",
          "value": "Nikolai Dvoinishnikov, Welltory"
        },
        {
          "lang": "en",
          "type": "finder",
          "value": "Anton Kuznetsov, Welltory"
        },
        {
          "lang": "en",
          "type": "remediation developer",
          "value": "Anish Giri"
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "supportingMedia": [
            {
              "base64": false,
              "type": "text/html",
              "value": "JWT tokens that were used by workers in Kubernetes Executors have been exposed to users who had read only access to Kuberentes Pods. This could allow users with just read-only access to perform actions that were only available to running tasks via Task SDK and potentially allow to modify state of Airflow Database for tasks."
            }
          ],
          "value": "JWT tokens that were used by workers in Kubernetes Executors have been exposed to users who had read only access to Kuberentes Pods. This could allow users with just read-only access to perform actions that were only available to running tasks via Task SDK and potentially allow to modify state of Airflow Database for tasks."
        }
      ],
      "metrics": [
        {
          "other": {
            "content": {
              "text": "Moderate"
            },
            "type": "Textual description of severity"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-538",
              "description": "CWE-538: Insertion of Sensitive Information into Externally-Accessible File or Directory",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-05-19T19:19:00.266Z",
        "orgId": "f0158376-9dc2-43b6-827c-5f631a4d8d09",
        "shortName": "apache"
      },
      "references": [
        {
          "tags": [
            "patch"
          ],
          "url": "https://github.com/apache/airflow/pull/60108"
        },
        {
          "tags": [
            "vendor-advisory"
          ],
          "url": "https://lists.apache.org/thread/pk3m2z4s2rkmc0v6gh9hnch9spc6stqw"
        }
      ],
      "source": {
        "discovery": "UNKNOWN"
      },
      "title": "Apache Airflow CNCF Kubernetes provider: JWT Token Exposure in KubernetesExecutor Command-Line Arguments",
      "x_generator": {
        "engine": "airflow-s/generate_cve_json.py"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "f0158376-9dc2-43b6-827c-5f631a4d8d09",
    "assignerShortName": "apache",
    "cveId": "CVE-2026-27173",
    "datePublished": "2026-05-19T19:19:00.266Z",
    "dateReserved": "2026-02-18T14:18:43.403Z",
    "dateUpdated": "2026-05-19T19:57:11.716Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}

CVE-2026-2817 (GCVE-0-2026-2817)

Vulnerability from cvelistv5 – Published: 2026-02-19 17:18 – Updated: 2026-02-20 20:31 Unsupported When Assigned X_Open Source
VLAI
Title
Spring Data Geode Insecure Temporary Directory Usage
Summary
Use of insecure directory in Spring Data Geode snapshot import extracts archives into predictable, permissive directories under the system temp location. On shared hosts, a local user with basic privileges can access another user’s extracted snapshot contents, leading to unintended exposure of cache data.
CWE
  • CWE-538 - Insertion of Sensitive Information into Externally-Accessible File or Directory
  • CWE-378 - Creation of Temporary File With Insecure Permissions
  • CWE-379 - Creation of Temporary File in Directory with Insecure Permissions
Assigner
Impacted products
Vendor Product Version
VMware Spring Data Geode Affected: 2.0.0.RELEASE , ≤ 2.7.18 (maven)
Create a notification for this product.
VMware Spring Data Gemfire Affected: 1.7.0.RELEASE , ≤ 2.2.13.RELEASE (maven)
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-2817",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-02-20T20:31:34.178282Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-02-20T20:31:49.664Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "packageName": "org.springframework.data:spring-data-geode",
          "product": "Spring Data Geode",
          "repo": "https://github.com/spring-attic/spring-data-geode",
          "vendor": "VMware",
          "versions": [
            {
              "lessThanOrEqual": "2.7.18",
              "status": "affected",
              "version": "2.0.0.RELEASE",
              "versionType": "maven"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "packageName": "org.springframework.data:spring-data-gemfire",
          "product": "Spring Data Gemfire",
          "repo": "https://github.com/spring-attic/spring-data-gemfire",
          "vendor": "VMware",
          "versions": [
            {
              "lessThanOrEqual": "2.2.13.RELEASE",
              "status": "affected",
              "version": "1.7.0.RELEASE",
              "versionType": "maven"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "supportingMedia": [
            {
              "base64": false,
              "type": "text/html",
              "value": "Use of insecure directory in Spring Data Geode snapshot import extracts archives into predictable, permissive directories under the system temp location. On shared hosts, a local user with basic privileges can access another user\u2019s extracted snapshot\u0026nbsp;contents, leading to unintended exposure of cache data."
            }
          ],
          "value": "Use of insecure directory in Spring Data Geode snapshot import extracts archives into predictable, permissive directories under the system temp location. On shared hosts, a local user with basic privileges can access another user\u2019s extracted snapshot\u00a0contents, leading to unintended exposure of cache data."
        }
      ],
      "impacts": [
        {
          "capecId": "CAPEC-149",
          "descriptions": [
            {
              "lang": "en",
              "value": "CAPEC-149 Explore for Predictable Temporary File Names"
            }
          ]
        },
        {
          "capecId": "CAPEC-155",
          "descriptions": [
            {
              "lang": "en",
              "value": "CAPEC-155 Screen Temporary Files for Sensitive Information"
            }
          ]
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "NONE",
            "baseScore": 4.4,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "LOW",
            "integrityImpact": "LOW",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
            "version": "3.1"
          },
          "format": "CVSS",
          "scenarios": [
            {
              "lang": "en",
              "value": "GENERAL"
            }
          ]
        },
        {
          "cvssV4_0": {
            "Automatable": "NOT_DEFINED",
            "Recovery": "NOT_DEFINED",
            "Safety": "NOT_DEFINED",
            "attackComplexity": "LOW",
            "attackRequirements": "NONE",
            "attackVector": "LOCAL",
            "baseScore": 4.8,
            "baseSeverity": "MEDIUM",
            "exploitMaturity": "NOT_DEFINED",
            "privilegesRequired": "LOW",
            "providerUrgency": "NOT_DEFINED",
            "subAvailabilityImpact": "NONE",
            "subConfidentialityImpact": "NONE",
            "subIntegrityImpact": "NONE",
            "userInteraction": "NONE",
            "valueDensity": "NOT_DEFINED",
            "vectorString": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N",
            "version": "4.0",
            "vulnAvailabilityImpact": "NONE",
            "vulnConfidentialityImpact": "LOW",
            "vulnIntegrityImpact": "LOW",
            "vulnerabilityResponseEffort": "NOT_DEFINED"
          },
          "format": "CVSS",
          "scenarios": [
            {
              "lang": "en",
              "value": "GENERAL"
            }
          ]
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-538",
              "description": "CWE-538: Insertion of Sensitive Information into Externally-Accessible File or Directory",
              "lang": "en",
              "type": "CWE"
            }
          ]
        },
        {
          "descriptions": [
            {
              "cweId": "CWE-378",
              "description": "CWE-378: Creation of Temporary File With Insecure Permissions",
              "lang": "en",
              "type": "CWE"
            }
          ]
        },
        {
          "descriptions": [
            {
              "cweId": "CWE-379",
              "description": "CWE-379: Creation of Temporary File in Directory with Insecure Permissions",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-02-19T17:18:09.839Z",
        "orgId": "36c7be3b-2937-45df-85ea-ca7133ea542c",
        "shortName": "HeroDevs"
      },
      "references": [
        {
          "url": "https://www.herodevs.com/vulnerability-directory/cve-2026-2817"
        }
      ],
      "source": {
        "discovery": "EXTERNAL"
      },
      "tags": [
        "unsupported-when-assigned",
        "x_open-source"
      ],
      "title": "Spring Data Geode Insecure Temporary Directory Usage",
      "x_generator": {
        "engine": "Vulnogram 0.5.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "36c7be3b-2937-45df-85ea-ca7133ea542c",
    "assignerShortName": "HeroDevs",
    "cveId": "CVE-2026-2817",
    "datePublished": "2026-02-19T17:18:09.839Z",
    "dateReserved": "2026-02-19T17:07:39.475Z",
    "dateUpdated": "2026-02-20T20:31:49.664Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}

CVE-2026-33705 (GCVE-0-2026-33705)

Vulnerability from cvelistv5 – Published: 2026-04-10 18:32 – Updated: 2026-04-15 15:02
VLAI
Title
Chamilo LMS has unauthenticated access to Twig template source files exposes application logic
Summary
Chamilo LMS is a learning management system. Prior to 1.11.38, Twig template files (.tpl) under /main/template/default/ are directly accessible without authentication via HTTP GET requests. These templates expose internal application logic, variable names, AJAX endpoint URLs, and admin panel structure. This vulnerability is fixed in 1.11.38.
CWE
  • CWE-538 - Insertion of Sensitive Information into Externally-Accessible File or Directory
Assigner
References
Impacted products
Vendor Product Version
chamilo chamilo-lms Affected: < 1.11.38
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-33705",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "yes"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-04-15T15:02:23.156125Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-04-15T15:02:39.017Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "chamilo-lms",
          "vendor": "chamilo",
          "versions": [
            {
              "status": "affected",
              "version": "\u003c 1.11.38"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "Chamilo LMS is a learning management system. Prior to 1.11.38, Twig template files (.tpl) under /main/template/default/ are directly accessible without authentication via HTTP GET requests. These templates expose internal application logic, variable names, AJAX endpoint URLs, and admin panel structure. This vulnerability is fixed in 1.11.38."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "LOW",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
            "version": "3.1"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-538",
              "description": "CWE-538: Insertion of Sensitive Information into Externally-Accessible File or Directory",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-04-10T18:33:44.062Z",
        "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "shortName": "GitHub_M"
      },
      "references": [
        {
          "name": "https://github.com/chamilo/chamilo-lms/security/advisories/GHSA-5wjg-8x28-px57",
          "tags": [
            "x_refsource_CONFIRM"
          ],
          "url": "https://github.com/chamilo/chamilo-lms/security/advisories/GHSA-5wjg-8x28-px57"
        },
        {
          "name": "https://github.com/chamilo/chamilo-lms/commit/4efb5ee8ed849ca147ca1fe7472ef7b98db17bff",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/chamilo/chamilo-lms/commit/4efb5ee8ed849ca147ca1fe7472ef7b98db17bff"
        }
      ],
      "source": {
        "advisory": "GHSA-5wjg-8x28-px57",
        "discovery": "UNKNOWN"
      },
      "title": "Chamilo LMS has unauthenticated access to Twig template source files exposes application logic"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
    "assignerShortName": "GitHub_M",
    "cveId": "CVE-2026-33705",
    "datePublished": "2026-04-10T18:32:45.193Z",
    "dateReserved": "2026-03-23T17:06:05.746Z",
    "dateUpdated": "2026-04-15T15:02:39.017Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}

CVE-2026-5434 (GCVE-0-2026-5434)

Vulnerability from cvelistv5 – Published: 2026-05-21 08:38 – Updated: 2026-05-21 12:06
VLAI
Title
Improper storage of sensitive information
Summary
Honeywell Control Network Module (CNM) contains insertion of sensitive information into an unintended directory. An attacker could exploit this vulnerability through probing system files, potentially resulting in unintended access to protected data.
CWE
  • CWE-538 - Insertion of Sensitive Information into Externally-Accessible File or Directory
Assigner
References
Impacted products
Credits
Andreas Krämer, BASF Digital Solutions GmbH Martin Floeck, BASF Digital Solutions GmbH Stefan Stahl, BASF Digital Solutions GmbH
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-5434",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-05-21T12:06:31.149864Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-05-21T12:06:44.395Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "platforms": [
            "CNM"
          ],
          "product": "Control Network Module (CNM)",
          "vendor": "Honeywell International Inc.",
          "versions": [
            {
              "lessThanOrEqual": "110.2",
              "status": "affected",
              "version": "100.1",
              "versionType": "cpe"
            }
          ]
        }
      ],
      "credits": [
        {
          "lang": "en",
          "type": "finder",
          "value": "Andreas Kr\u00e4mer, BASF Digital Solutions GmbH"
        },
        {
          "lang": "en",
          "type": "finder",
          "value": "Martin Floeck, BASF Digital Solutions GmbH"
        },
        {
          "lang": "en",
          "type": "finder",
          "value": "Stefan Stahl, BASF Digital Solutions GmbH"
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "supportingMedia": [
            {
              "base64": false,
              "type": "text/html",
              "value": "\u003cp\u003eHoneywell Control\nNetwork Module (CNM)\u0026nbsp;\u003cspan\u003econtains\n\u003c/span\u003e\u003cspan\u003einsertion of sensitive \u003c/span\u003e\u003cspan\u003einformation i\u003c/span\u003e\u003cspan\u003ento an unintended directory\u003c/span\u003e\u003cspan\u003e. \u003c/span\u003e\u003cspan\u003eAn attacker could exploit this vulnerability \u003c/span\u003e\u003cspan\u003ethrough\u003c/span\u003e\u003cspan\u003e \u003c/span\u003e\u003cspan\u003eprobing\nsystem files\u003c/span\u003e\u003cspan\u003e, \u003c/span\u003e\u003cspan\u003epotentially resulting in \u003c/span\u003e\u003cspan\u003eunintended\naccess to protected data\u003c/span\u003e\u003cspan\u003e.\u003c/span\u003e\u003c/p\u003e"
            }
          ],
          "value": "Honeywell Control\nNetwork Module (CNM)\u00a0contains\ninsertion of sensitive information into an unintended directory. An attacker could exploit this vulnerability through probing\nsystem files, potentially resulting in unintended\naccess to protected data."
        }
      ],
      "impacts": [
        {
          "capecId": "CAPEC-639",
          "descriptions": [
            {
              "lang": "en",
              "value": "CAPEC-639: Probe System Files"
            }
          ]
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 5.9,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.1"
          },
          "format": "CVSS",
          "scenarios": [
            {
              "lang": "en",
              "value": "GENERAL"
            }
          ]
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-538",
              "description": "CWE-538: Insertion of Sensitive Information into Externally-Accessible File or Directory",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-05-21T08:38:25.477Z",
        "orgId": "0dc86260-d7e3-4e81-ba06-3508e030ce8d",
        "shortName": "Honeywell"
      },
      "references": [
        {
          "tags": [
            "patch"
          ],
          "url": "https://process.honeywell.com/"
        }
      ],
      "source": {
        "discovery": "EXTERNAL"
      },
      "title": "Improper storage of sensitive information",
      "x_generator": {
        "engine": "Vulnogram 1.0.2"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "0dc86260-d7e3-4e81-ba06-3508e030ce8d",
    "assignerShortName": "Honeywell",
    "cveId": "CVE-2026-5434",
    "datePublished": "2026-05-21T08:38:25.477Z",
    "dateReserved": "2026-04-02T16:12:23.800Z",
    "dateUpdated": "2026-05-21T12:06:44.395Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}

CVE-2026-6160 (GCVE-0-2026-6160)

Vulnerability from cvelistv5 – Published: 2026-04-13 04:30 – Updated: 2026-04-14 16:29 X_Freeware
VLAI
Title
code-projects Simple ChatBox Endpoint chatbox.sql SimpleChatbox_PHP file information disclosure
Summary
A vulnerability was found in code-projects Simple ChatBox 1.0. Affected by this issue is the function SimpleChatbox_PHP of the file chatbox.sql of the component Endpoint. Performing a manipulation results in file and directory information exposure. It is possible to initiate the attack remotely. The exploit has been made public and could be used.
CWE
  • CWE-538 - File and Directory Information Exposure
  • CWE-200 - Information Disclosure
Assigner
References
Impacted products
Credits
AhmadMarzook (VulDB User)
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-6160",
                "options": [
                  {
                    "Exploitation": "poc"
                  },
                  {
                    "Automatable": "yes"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-04-14T15:21:21.760875Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-04-14T16:29:48.824Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "modules": [
            "Endpoint"
          ],
          "product": "Simple ChatBox",
          "vendor": "code-projects",
          "versions": [
            {
              "status": "affected",
              "version": "1.0"
            }
          ]
        }
      ],
      "credits": [
        {
          "lang": "en",
          "type": "reporter",
          "value": "AhmadMarzook (VulDB User)"
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "A vulnerability was found in code-projects Simple ChatBox 1.0. Affected by this issue is the function SimpleChatbox_PHP of the file chatbox.sql of the component Endpoint. Performing a manipulation results in file and directory information exposure. It is possible to initiate the attack remotely. The exploit has been made public and could be used."
        }
      ],
      "metrics": [
        {
          "cvssV4_0": {
            "baseScore": 6.9,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:P",
            "version": "4.0"
          }
        },
        {
          "cvssV3_1": {
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:X/RC:R",
            "version": "3.1"
          }
        },
        {
          "cvssV3_0": {
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:X/RC:R",
            "version": "3.0"
          }
        },
        {
          "cvssV2_0": {
            "baseScore": 5,
            "vectorString": "AV:N/AC:L/Au:N/C:P/I:N/A:N/E:POC/RL:ND/RC:UR",
            "version": "2.0"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-538",
              "description": "File and Directory Information Exposure",
              "lang": "en",
              "type": "CWE"
            }
          ]
        },
        {
          "descriptions": [
            {
              "cweId": "CWE-200",
              "description": "Information Disclosure",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-04-13T04:30:22.947Z",
        "orgId": "1af790b2-7ee1-4545-860a-a788eba489b5",
        "shortName": "VulDB"
      },
      "references": [
        {
          "name": "VDB-357040 | code-projects Simple ChatBox Endpoint chatbox.sql SimpleChatbox_PHP file information disclosure",
          "tags": [
            "vdb-entry",
            "technical-description"
          ],
          "url": "https://vuldb.com/vuln/357040"
        },
        {
          "name": "VDB-357040 | CTI Indicators (IOB, IOC, TTP, IOA)",
          "tags": [
            "signature",
            "permissions-required"
          ],
          "url": "https://vuldb.com/vuln/357040/cti"
        },
        {
          "name": "Submit #796696 | code-projects Simple Chatbox PHP  1.0 Information Disclosure",
          "tags": [
            "third-party-advisory"
          ],
          "url": "https://vuldb.com/submit/796696"
        },
        {
          "tags": [
            "exploit"
          ],
          "url": "https://github.com/ahmadmarz10-hub/CVEsMarz/blob/main/Sensitive%20Information%20Disclosure%20in%20Simple%20Chatbox%20PHP%20Exposed%20Database%20Backup.md"
        },
        {
          "tags": [
            "product"
          ],
          "url": "https://code-projects.org/"
        }
      ],
      "tags": [
        "x_freeware"
      ],
      "timeline": [
        {
          "lang": "en",
          "time": "2026-04-12T00:00:00.000Z",
          "value": "Advisory disclosed"
        },
        {
          "lang": "en",
          "time": "2026-04-12T02:00:00.000Z",
          "value": "VulDB entry created"
        },
        {
          "lang": "en",
          "time": "2026-04-12T20:16:11.000Z",
          "value": "VulDB entry last update"
        }
      ],
      "title": "code-projects Simple ChatBox Endpoint chatbox.sql SimpleChatbox_PHP file information disclosure"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "1af790b2-7ee1-4545-860a-a788eba489b5",
    "assignerShortName": "VulDB",
    "cveId": "CVE-2026-6160",
    "datePublished": "2026-04-13T04:30:22.947Z",
    "dateReserved": "2026-04-12T18:11:00.526Z",
    "dateUpdated": "2026-04-14T16:29:48.824Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}

CVE-2026-7071 (GCVE-0-2026-7071)

Vulnerability from cvelistv5 – Published: 2026-04-27 00:30 – Updated: 2026-04-27 15:15
VLAI
Title
CodeAstro Online Job Portal user-cvs file information disclosure
Summary
A security vulnerability has been detected in CodeAstro Online Job Portal 1.0. Affected by this vulnerability is an unknown functionality of the file /users/user-cvs/. The manipulation leads to file and directory information exposure. Remote exploitation of the attack is possible. The exploit has been disclosed publicly and may be used.
CWE
  • CWE-538 - File and Directory Information Exposure
  • CWE-200 - Information Disclosure
Assigner
References
Impacted products
Credits
imad alvi (VulDB User)
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-7071",
                "options": [
                  {
                    "Exploitation": "poc"
                  },
                  {
                    "Automatable": "yes"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-04-27T15:15:09.944566Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-04-27T15:15:21.599Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "Online Job Portal",
          "vendor": "CodeAstro",
          "versions": [
            {
              "status": "affected",
              "version": "1.0"
            }
          ]
        }
      ],
      "credits": [
        {
          "lang": "en",
          "type": "reporter",
          "value": "imad alvi (VulDB User)"
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "A security vulnerability has been detected in CodeAstro Online Job Portal 1.0. Affected by this vulnerability is an unknown functionality of the file /users/user-cvs/. The manipulation leads to file and directory information exposure. Remote exploitation of the attack is possible. The exploit has been disclosed publicly and may be used."
        }
      ],
      "metrics": [
        {
          "cvssV4_0": {
            "baseScore": 6.9,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:P",
            "version": "4.0"
          }
        },
        {
          "cvssV3_1": {
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:X/RC:R",
            "version": "3.1"
          }
        },
        {
          "cvssV3_0": {
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:X/RC:R",
            "version": "3.0"
          }
        },
        {
          "cvssV2_0": {
            "baseScore": 5,
            "vectorString": "AV:N/AC:L/Au:N/C:P/I:N/A:N/E:POC/RL:ND/RC:UR",
            "version": "2.0"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-538",
              "description": "File and Directory Information Exposure",
              "lang": "en",
              "type": "CWE"
            }
          ]
        },
        {
          "descriptions": [
            {
              "cweId": "CWE-200",
              "description": "Information Disclosure",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-04-27T00:30:11.991Z",
        "orgId": "1af790b2-7ee1-4545-860a-a788eba489b5",
        "shortName": "VulDB"
      },
      "references": [
        {
          "name": "VDB-359646 | CodeAstro Online Job Portal user-cvs file information disclosure",
          "tags": [
            "vdb-entry"
          ],
          "url": "https://vuldb.com/vuln/359646"
        },
        {
          "name": "VDB-359646 | CTI Indicators (IOB, IOC, TTP, IOA)",
          "tags": [
            "signature",
            "permissions-required"
          ],
          "url": "https://vuldb.com/vuln/359646/cti"
        },
        {
          "name": "Submit #799236 | CodeAstro Online Job Portal Project in PHP MySQL 1.0 Improper Access Controls",
          "tags": [
            "third-party-advisory"
          ],
          "url": "https://vuldb.com/submit/799236"
        },
        {
          "tags": [
            "exploit"
          ],
          "url": "https://github.com/Xmyronn/CodeAstro-Job-Portal-Unauthenticated-Resume-Exposure"
        },
        {
          "tags": [
            "product"
          ],
          "url": "https://codeastro.com/"
        }
      ],
      "timeline": [
        {
          "lang": "en",
          "time": "2026-04-26T00:00:00.000Z",
          "value": "Advisory disclosed"
        },
        {
          "lang": "en",
          "time": "2026-04-26T02:00:00.000Z",
          "value": "VulDB entry created"
        },
        {
          "lang": "en",
          "time": "2026-04-26T09:51:09.000Z",
          "value": "VulDB entry last update"
        }
      ],
      "title": "CodeAstro Online Job Portal user-cvs file information disclosure"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "1af790b2-7ee1-4545-860a-a788eba489b5",
    "assignerShortName": "VulDB",
    "cveId": "CVE-2026-7071",
    "datePublished": "2026-04-27T00:30:11.991Z",
    "dateReserved": "2026-04-26T07:46:04.993Z",
    "dateUpdated": "2026-04-27T15:15:21.599Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}

Mitigation

Phases: Architecture and Design, Operation, System Configuration

Description:

  • Do not expose file and directory information to the user.
CAPEC-95: WSDL Scanning

This attack targets the WSDL interface made available by a web service. The attacker may scan the WSDL interface to reveal sensitive information about invocation patterns, underlying technology implementations and associated vulnerabilities. This type of probing is carried out to perform more serious attacks (e.g. parameter tampering, malicious content injection, command injection, etc.). WSDL files provide detailed information about the services ports and bindings available to consumers. For instance, the attacker can submit special characters or malicious content to the Web service and can cause a denial of service condition or illegal access to database records. In addition, the attacker may try to guess other private methods by using the information provided in the WSDL files.

Back to CWE stats page