| CVE ID | Severity | Package | Affected Version | Fixed Version | CVSS Score |
|---|---|---|---|---|---|
| CVE-2025-7783 | critical | pkg:npm/form-data@4.0.0 | >=4.0.0,<4.0.4 | 4.0.4 | 9.4 |
Summaryform-data uses
Because the values of Math.random() are pseudo-random and predictable (see: https://blog.securityevaluators.com/hacking-the-javascript-lottery-80cc437e3b7f), an attacker who can observe a few sequential values can determine the state of the PRNG and predict future values, includes those used to generate form-data's boundary value. The allows the attacker to craft a value that contains a boundary value, allowing them to inject additional parameters into the request. This is largely the same vulnerability as was recently found in DetailsThe culprit is this line here: https://github.com/form-data/form-data/blob/426ba9ac440f95d1998dac9a5cd8d738043b048f/lib/form_data.js#L347 An attacker who is able to predict the output of Math.random() can predict this boundary value, and craft a payload that contains the boundary value, followed by another, fully attacker-controlled field. This is roughly equivalent to any sort of improper escaping vulnerability, with the caveat that the attacker must find a way to observe other Math.random() values generated by the application to solve for the state of the PRNG. However, Math.random() is used in all sorts of places that might be visible to an attacker (including by form-data itself, if the attacker can arrange for the vulnerable application to make a request to an attacker-controlled server using form-data, such as a user-controlled webhook -- the attacker could observe the boundary values from those requests to observe the Math.random() outputs). A common example would be a PoCPoC here: https://github.com/benweissmann/CVE-2025-7783-poc Instructions are in that repo. It's based on the PoC from https://hackerone.com/reports/2913312 but simplified somewhat; the vulnerable application has a more direct side-channel from which to observe Math.random() values (a separate endpoint that happens to include a randomly-generated request ID). ImpactFor an application to be vulnerable, it must:
If an application is vulnerable, this allows an attacker to make arbitrary requests to internal systems. Relevance: The relevance of CVE-2025-7783 depends on specific usage scenarios; it may be critical if Kibana is exposed to untrusted user inputs or external integrations where attackers could exploit the vulnerability to gain unauthorized access or manipulate data. For isolated deployments or trusted environments, the risk is minimal. (Note: Relevance analysis is automatically generated and may require verification.) Package URL(s):
More Info (NVD): | |||||
| CVE-2025-66031 | high | pkg:npm/node-forge@1.3.1 | <1.3.2 | 1.3.2 | 8.7 |
| CVE-2025-48387 | high | pkg:npm/tar-fs@3.0.8 | >=3.0.0,<3.0.9 | 3.0.9 | 8.7 |
| CVE-2025-59343 | high | pkg:npm/tar-fs@3.0.8 | >=3.0.0,<3.1.1 | 3.1.1 | 8.7 |
| CVE-2025-12816 | high | pkg:npm/node-forge@1.3.1 | <1.3.2 | 1.3.2 | 8.7 |
| CVE-2025-47934 | high | pkg:npm/openpgp@5.10.1 | >=5.0.1,<=5.11.2 | 5.11.3 | 8.7 |
| CVE-2025-68665 | high | core | <0.3.37 | 0.3.37 | 8.6 |
| CVE-2025-12735 | high | pkg:npm/expr-eval@2.0.2 | <=2.0.2 | not fixed | 8.6 |
| CVE-2025-64756 | high | pkg:npm/glob@10.4.5 | >=10.2.0,<10.5.0 | 11.1.0 | 7.5 |
| CVE-2025-65945 | high | pkg:npm/jws@3.2.2 | <3.2.3 | 3.2.3 | 7.5 |
Exploitation could lead to severe consequences, such as system compromise or data loss. Requires immediate attention.
Vulnerability could be exploited relatively easily and lead to significant impact. Requires prompt attention.
Exploitation is possible but might require specific conditions. Impact is moderate. Should be addressed in a timely manner.
Exploitation is difficult or impact is minimal. Address when convenient or as part of regular maintenance.
Severity is not determined, informational, or negligible. Review based on context.
Sliplane is a simple container hosting solution. It enables you to deploy your containers in the cloud within minutes and scale up as you grow.
CVE stands for Common Vulnerabilities and Exposures. It is a standardized identifier for known security vulnerabilities, allowing developers and organizations to track and address potential risks effectively. For more information, visit cve.mitre.org.
The CVE Scanner is a powerful tool that helps you identify known vulnerabilities in your Docker images. By scanning your images against a comprehensive database of Common Vulnerabilities and Exposures (CVEs), you can ensure that your applications are secure and up-to-date. For more details, checkout the NIST CVE Database.
The CVE Scanner analyzes your Docker images against a comprehensive database of known vulnerabilities. It uses Docker Scout under the hood to provide detailed insights into affected packages, severity levels, and available fixes, empowering you to take immediate action.
With the rise of supply chain attacks, ensuring the security of your applications has become more critical than ever. CVE scanning plays a vital role in identifying vulnerabilities that could be exploited by attackers, especially those introduced through dependencies and third-party components. Regularly scanning and securing your Docker images is essential to protect your applications from these evolving threats.
Patching your Docker images is a critical step in maintaining the security and stability of your applications. By regularly updating your images to include the latest security patches, you can address known vulnerabilities and reduce the risk of exploitation. This proactive approach ensures that your applications remain resilient against emerging threats and helps maintain compliance with security best practices.