OESA-2024-1899

Source
https://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2024-1899
Import Source
https://repo.openeuler.org/security/data/osv/OESA-2024-1899.json
JSON Data
https://api.osv.dev/v1/vulns/OESA-2024-1899
Upstream
Published
2024-07-26T11:08:37Z
Modified
2025-09-03T06:20:06.794269Z
Summary
dnsjava security update
Details

dnsjava is an implementation of DNS in Java. It supports all of the common record types and the DNSSEC types. It can be used for queries, zone transfers, and dynamic updates. It includes a cache which can be used by clients, and a minimal implementation of a server. It supports TSIG authenticated messages, partial DNSSEC verification, and EDNS0. dnsjava provides functionality above and beyond that of the InetAddress class. Since it is written in pure Java, dnsjava is fully threadable, and in many cases is faster than using InetAddress. dnsjava provides both high and low level access to DNS. The high level functions perform queries for records of a given name, type, and class, and return an array of records. There is also a clone of InetAddress, which is even simpler. A cache is used to reduce the number of DNS queries sent. The low level functions allow direct manipulation of dns messages and records, as well as allowing additional resolver properties to be set. A 'dig' clone and a dynamic update program are included, as well as a primary-only server.

Security Fix(es):

dnsjava is an implementation of DNS in Java. Records in DNS replies are not checked for their relevance to the query, allowing an attacker to respond with RRs from different zones. This vulnerability is fixed in 3.6.0.(CVE-2024-25638)

Database specific
{
    "severity": "High"
}
References

Affected packages

openEuler:24.03-LTS / dnsjava

Package

Name
dnsjava
Purl
pkg:rpm/openEuler/dnsjava&distro=openEuler-24.03-LTS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
3.5.3-2.oe2403

Ecosystem specific

{
    "src": [
        "dnsjava-3.5.3-2.oe2403.src.rpm"
    ],
    "noarch": [
        "dnsjava-3.5.3-2.oe2403.noarch.rpm",
        "dnsjava-javadoc-3.5.3-2.oe2403.noarch.rpm"
    ]
}