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

OESA-2023-1882 (CVE-2021-37533)

Vulnerability from osv_openeuler – Published: 2023-12-01 11:06 – Updated: 2026-08-06 11:06 – Source website
VLAI
Summary
apache-commons-net security update
Details

Apache Commons Net library contains a collection of network utilities and protocol implementations. Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Telnet, Whois

Security Fix(es):

Prior to Apache Commons Net 3.9.0, Net's FTP client trusts the host from PASV response by default. A malicious server can redirect the Commons Net code to use a different host, but the user has to connect to the malicious server in the first place. This may lead to leakage of information about services running on the private network of the client. The default in version 3.9.0 is now false to ignore such hosts, as cURL does. See https://issues.apache.org/jira/browse/NET-711.(CVE-2021-37533)


{
  "affected": [
    {
      "ecosystem_specific": {
        "noarch": [
          "apache-commons-net-help-3.6-7.oe1.noarch.rpm",
          "apache-commons-net-3.6-7.oe1.noarch.rpm"
        ],
        "src": [
          "apache-commons-net-3.6-7.oe1.src.rpm"
        ]
      },
      "package": {
        "ecosystem": "openEuler:20.03-LTS-SP1",
        "name": "apache-commons-net",
        "purl": "pkg:rpm/openEuler/apache-commons-net\u0026distro=openEuler-20.03-LTS-SP1"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "3.6-7.oe1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    },
    {
      "ecosystem_specific": {
        "noarch": [
          "apache-commons-net-help-3.6-7.oe1.noarch.rpm",
          "apache-commons-net-3.6-7.oe1.noarch.rpm"
        ],
        "src": [
          "apache-commons-net-3.6-7.oe1.src.rpm"
        ]
      },
      "package": {
        "ecosystem": "openEuler:20.03-LTS-SP3",
        "name": "apache-commons-net",
        "purl": "pkg:rpm/openEuler/apache-commons-net\u0026distro=openEuler-20.03-LTS-SP3"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "3.6-7.oe1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    },
    {
      "ecosystem_specific": {
        "noarch": [
          "apache-commons-net-help-3.6-7.oe2203.noarch.rpm",
          "apache-commons-net-3.6-7.oe2203.noarch.rpm",
          "apache-commons-net-3.6-7.oe2203sp1.noarch.rpm",
          "apache-commons-net-help-3.6-7.oe2203sp1.noarch.rpm",
          "apache-commons-net-3.6-7.oe2203sp2.noarch.rpm",
          "apache-commons-net-help-3.6-7.oe2203sp2.noarch.rpm"
        ],
        "src": [
          "apache-commons-net-3.6-7.oe2203.src.rpm",
          "apache-commons-net-3.6-7.oe2203sp1.src.rpm",
          "apache-commons-net-3.6-7.oe2203sp2.src.rpm"
        ]
      },
      "package": {
        "ecosystem": "openEuler:22.03-LTS",
        "name": "apache-commons-net",
        "purl": "pkg:rpm/openEuler/apache-commons-net\u0026distro=openEuler-22.03-LTS"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "3.6-7.oe2203sp2"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    },
    {
      "ecosystem_specific": {
        "noarch": [
          "apache-commons-net-3.6-7.oe2203sp1.noarch.rpm",
          "apache-commons-net-help-3.6-7.oe2203sp1.noarch.rpm"
        ],
        "src": [
          "apache-commons-net-3.6-7.oe2203sp1.src.rpm"
        ]
      },
      "package": {
        "ecosystem": "openEuler:22.03-LTS-SP1",
        "name": "apache-commons-net",
        "purl": "pkg:rpm/openEuler/apache-commons-net\u0026distro=openEuler-22.03-LTS-SP1"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "3.6-7.oe2203sp1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    },
    {
      "ecosystem_specific": {
        "noarch": [
          "apache-commons-net-3.6-7.oe2203sp2.noarch.rpm",
          "apache-commons-net-help-3.6-7.oe2203sp2.noarch.rpm"
        ],
        "src": [
          "apache-commons-net-3.6-7.oe2203sp2.src.rpm"
        ]
      },
      "package": {
        "ecosystem": "openEuler:22.03-LTS-SP2",
        "name": "apache-commons-net",
        "purl": "pkg:rpm/openEuler/apache-commons-net\u0026distro=openEuler-22.03-LTS-SP2"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "3.6-7.oe2203sp2"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "severity": "Medium"
  },
  "details": "Apache Commons Net library contains a collection of network utilities and protocol implementations. Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Telnet, Whois\r\n\r\nSecurity Fix(es):\r\n\r\nPrior to Apache Commons Net 3.9.0, Net\u0026apos;s FTP client trusts the host from PASV response by default. A malicious server can redirect the Commons Net code to use a different host, but the user has to connect to the malicious server in the first place. This may lead to leakage of information about services running on the private network of the client. The default in version 3.9.0 is now false to ignore such hosts, as cURL does. See https://issues.apache.org/jira/browse/NET-711.(CVE-2021-37533)",
  "id": "OESA-2023-1882",
  "modified": "2026-08-06T11:06:19Z",
  "published": "2023-12-01T11:06:19Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2023-1882"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-37533"
    }
  ],
  "schema_version": "1.7.2",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
      "type": "CVSS_V3"
    }
  ],
  "summary": "apache-commons-net security update",
  "upstream": [
    "CVE-2021-37533"
  ]
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…