CVE-2017-9106

Source
https://nvd.nist.gov/vuln/detail/CVE-2017-9106
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2017-9106.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2017-9106
Related
Published
2020-06-18T14:15:10Z
Modified
2024-06-30T12:00:03Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
[none]
Details

An issue was discovered in adns before 1.5.2. adnsrrinfo mishandles a bogus *datap. The general pattern for formatting integers is to sprintf into a fixed-size buffer. This is correct if the input is in the right range; if it isn't, the buffer may be overrun (depending on the sizes of the types on the current platform). Of course the inputs ought to be right. And there are pointers in there too, so perhaps one could say that the caller ought to check these things. It may be better to require the caller to make the pointer structure right, but to have the code here be defensive about (and tolerate with an error but without crashing) out-of-range integer values. So: it should defend each of these integer conversion sites with a check for the actual permitted range, and return adnssinvaliddata if not. The lack of this check causes the SOA sign extension bug to be a serious security problem: the sign extended SOA value is out of range, and overruns the buffer when reconverted. This is related to sign extending SOA 32-bit integer fields, and use of a signed data type.

References

Affected packages

Debian:11 / adns

Package

Name
adns
Purl
pkg:deb/debian/adns?arch=source

Affected ranges

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

Ecosystem specific

{
    "urgency": "unimportant"
}

Debian:12 / adns

Package

Name
adns
Purl
pkg:deb/debian/adns?arch=source

Affected ranges

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

Ecosystem specific

{
    "urgency": "unimportant"
}

Debian:13 / adns

Package

Name
adns
Purl
pkg:deb/debian/adns?arch=source

Affected ranges

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

Ecosystem specific

{
    "urgency": "unimportant"
}