PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-94045 newbee-ltd CVE debrief

A security flaw has been discovered in newbee-ltd newbee-mall up to 1.0.0. Impacted is an unknown function of the file controller/common/UploadController.java of the component Goods Save Endpoint. Performing a manipulation of the argument goodsName results in cross site scripting. The attack may be initiated remotely. The exploit has been released to the public and may be used for attacks. ImageIO.read() is a format-agnostic read - it returns non-null for a polyglot PNG|<img onerror> payload, which is exactly why the 'image-only' guard is bypassable; the attacker-controlled suffix + /upload/** static mapping is what turns the upload into persisted XSS rather than a one-shot.

Vendor
newbee-ltd
Product
newbee-mall
CVSS
LOW 2
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-20
Original CVE updated
2026-09-20
Advisory published
2026-09-20
Advisory updated
2026-09-20

Who should care

Defenders responsible for systems using the newbee-ltd newbee-mall application, particularly those using the Goods Save Endpoint, should assess exposure and prioritize verification of affected versions.

Why it matters

Defenders should prioritize verifying the affected versions and assessing exposure in their systems due to the potential for cross-site scripting attacks.

  • Verify the affected versions of newbee-ltd newbee-mall
  • Assess exposure in systems using the Goods Save Endpoint
  • Implement input validation and sanitization for the goodsName argument

Technical summary

The vulnerability is located in the controller/common/UploadController.java file of the Goods Save Endpoint. An attacker can manipulate the goodsName argument to inject malicious code, resulting in cross-site scripting. The exploit has been released to the public and may be used for attacks. ImageIO.read() is a format-agnostic read - it returns non-null for a polyglot PNG|<img onerror> payload, which is exactly why the 'image-only' guard is bypassable; the attacker-controlled suffix + /upload/** static mapping is what turns the upload into persisted XSS rather than a one-shot.

Defensive priority

Defenders should prioritize verifying the affected versions and assessing exposure in their systems.

Recommended defensive actions

  • Verify the affected versions of newbee-ltd newbee-mall
  • Assess exposure in systems using the Goods Save Endpoint
  • Implement input validation and sanitization for the goodsName argument
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up

Evidence notes

The exploit has been released to the public and may be used for attacks. ImageIO.read() is a format-agnostic read - it returns non-null for a polyglot PNG|<img onerror> payload, which is exactly why the 'image-only' guard is bypassable; the attacker-controlled suffix + /upload/** static mapping is what turns the upload into persisted XSS rather than a one-shot.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-94045 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-94045

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-94045 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-94045

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.