apache/maven: The latest CVE Vulnerabilities and Exploits for Penetration Test

 

Page content

apache/maven Vulnerability Summary

  • Vendor name: apache
  • Product name: maven
  • Total vulnerabilities: 2 (as 2023-05-04)

apache/maven Vulnerability List

CVE-2021-26291: Apache Maven will follow repositories that are defined in a dependency’s Project Object Model…

Published: 2021-04-23T15:15:00 Last Modified: 2021-10-20T14:35:00

Summary

Apache Maven will follow repositories that are defined in a dependency’s Project Object Model (pom) which may be surprising to some users, resulting in potential risk if a malicious actor takes over that repository or is able to insert themselves into a position to pretend to be that repository. Maven is changing the default behavior in 3.8.1+ to no longer follow http (non-SSL) repository references by default. More details available in the referenced urls. If you are currently using a repository manager to govern the repositories used by your builds, you are unaffected by the risks present in the legacy behavior, and are unaffected by this vulnerability and change to default behavior. See this link for more information about repository management: https://maven.apache.org/repository-management.html

Common Weakness Enumeration (CWE): CWE-346: Origin Validation Error

CWE Description: The software does not properly verify that the source of data or communication is valid.

Scores

  • Impact Score: 4.9
  • Exploitability Score: 10.0
  • CVSS: 6.4
  • CVSS Vector: AV:N/AC:L/Au:N/C:P/I:P/A:N

Impact

  • Availability: NONE
  • Confidentiality: PARTIAL
  • Integrity: PARTIAL

Access

  • Authentication: NONE
  • Complexity: LOW
  • Vector: NETWORK

Currently, there is no code for exploiting the CVE-2021-26291 vulnerability.

References

See also: All popular products CVE Vulnerabilities of apache

CVE-2013-0253: The default configuration of Apache Maven 3.0.4, when using Maven Wagon 2.1, disables SSL…

Published: 2013-04-09T20:55:00 Last Modified: 2019-04-16T18:29:00

Summary

The default configuration of Apache Maven 3.0.4, when using Maven Wagon 2.1, disables SSL certificate checks, which allows remote attackers to spoof servers via a man-in-the-middle (MITM) attack.

Common Weakness Enumeration (CWE): CWE-16: Configuration

CWE Description: This entry has been deprecated. It was originally used for organizing the Development View (CWE-699) and some other views, but it introduced unnecessary complexity and depth to the resulting tree.

Scores

  • Impact Score: 4.9
  • Exploitability Score: 8.6
  • CVSS: 5.8
  • CVSS Vector: AV:N/AC:M/Au:N/C:P/I:P/A:N

Impact

  • Availability: NONE
  • Confidentiality: PARTIAL
  • Integrity: PARTIAL

Access

  • Authentication: NONE
  • Complexity: MEDIUM
  • Vector: NETWORK

Currently, there is no code for exploiting the CVE-2013-0253 vulnerability.

References

See also: All popular products CVE Vulnerabilities of apache