Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dnsmasqv2.80: 10 vulnerabilities (highest severity is: 8.1) #13

Open
mend-for-github-com bot opened this issue Apr 19, 2024 · 0 comments
Open

dnsmasqv2.80: 10 vulnerabilities (highest severity is: 8.1) #13

mend-for-github-com bot opened this issue Apr 19, 2024 · 0 comments
Labels
Mend: dependency security vulnerability Security vulnerability detected by Mend

Comments

@mend-for-github-com
Copy link
Contributor

mend-for-github-com bot commented Apr 19, 2024

Vulnerable Library - dnsmasqv2.80

Dnsmasq DNS proxy and DHCP server with OpenSSL backend

Library home page: https://github.com/themiron/dnsmasq.git

Found in HEAD commit: c44e79751a9606bd11bd1704dee2684af7e4570b

Vulnerable Source Files (2)

/vendor/dnsmasq-2.80/src/forward.c
/vendor/dnsmasq-2.80/src/dnsmasq.h

Vulnerabilities

CVE Severity CVSS Exploit Maturity EPSS Dependency Type Fixed in (dnsmasqv2.80 version) Remediation Possible** Reachability
CVE-2020-25682 High 8.1 Not Defined 10.9% dnsmasqv2.80 Direct dnsmasq 2.83
CVE-2020-25681 High 8.1 Not Defined 15.9% dnsmasqv2.80 Direct dnsmasq 2.83
CVE-2023-28450 High 7.5 Not Defined 0.2% dnsmasqv2.80 Direct N/A
CVE-2020-25687 Medium 5.9 Not Defined 8.5% dnsmasqv2.80 Direct dnsmasq 2.83
CVE-2020-25683 Medium 5.9 Not Defined 8.5% dnsmasqv2.80 Direct dnsmasq 2.83
CVE-2021-3448 Medium 4.0 Not Defined 0.2% detected in multiple dependencies Direct dnsmasq-debugsource - 2.79-19;dnsmasq-utils-debuginfo - 2.79-19;dnsmasq-debuginfo - 2.79-19;dnsmasq-utils - 2.79-19,2.79-19,2.79-19,2.79-19;dnsmasq - 2.79-19,2.79-19,2.79-19,2.79-19,2.79-19
CVE-2020-25686 Low 3.7 Not Defined 0.5% detected in multiple dependencies Direct dnsmasq 2.83
CVE-2020-25685 Low 3.7 Not Defined 0.6% detected in multiple dependencies Direct dnsmasq 2.83
CVE-2020-25684 Low 3.7 Not Defined 1.2% dnsmasqv2.80 Direct dnsmasq 2.83
CVE-2019-14834 Low 3.7 Not Defined 0.3% dnsmasqv2.80 Direct 2.81

**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation

Details

CVE-2020-25682

Vulnerable Library - dnsmasqv2.80

Dnsmasq DNS proxy and DHCP server with OpenSSL backend

Library home page: https://github.com/themiron/dnsmasq.git

Found in HEAD commit: c44e79751a9606bd11bd1704dee2684af7e4570b

Found in base branch: main

Vulnerable Source Files (1)

/vendor/dnsmasq-2.80/src/dnssec.c

Vulnerability Details

A flaw was found in dnsmasq before 2.83. A buffer overflow vulnerability was discovered in the way dnsmasq extract names from DNS packets before validating them with DNSSEC data. An attacker on the network, who can create valid DNS replies, could use this flaw to cause an overflow with arbitrary data in a heap-allocated memory, possibly executing code on the machine. The flaw is in the rfc1035.c:extract_name() function, which writes data to the memory pointed by name assuming MAXDNAME*2 bytes are available in the buffer. However, in some code execution paths, it is possible extract_name() gets passed an offset from the base buffer, thus reducing, in practice, the number of available bytes that can be written in the buffer. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.

Publish Date: 2021-01-20

URL: CVE-2020-25682

Threat Assessment

Exploit Maturity: Not Defined

EPSS: 10.9%

CVSS 3 Score Details (8.1)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://bugzilla.redhat.com/show_bug.cgi?id=1882014

Release Date: 2021-01-20

Fix Resolution: dnsmasq 2.83

CVE-2020-25681

Vulnerable Library - dnsmasqv2.80

Dnsmasq DNS proxy and DHCP server with OpenSSL backend

Library home page: https://github.com/themiron/dnsmasq.git

Found in HEAD commit: c44e79751a9606bd11bd1704dee2684af7e4570b

Found in base branch: main

Vulnerable Source Files (1)

/vendor/dnsmasq-2.80/src/dnssec.c

Vulnerability Details

A flaw was found in dnsmasq before version 2.83. A heap-based buffer overflow was discovered in the way RRSets are sorted before validating with DNSSEC data. An attacker on the network, who can forge DNS replies such as that they are accepted as valid, could use this flaw to cause a buffer overflow with arbitrary data in a heap memory segment, possibly executing code on the machine. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.

Publish Date: 2021-01-20

URL: CVE-2020-25681

Threat Assessment

Exploit Maturity: Not Defined

EPSS: 15.9%

CVSS 3 Score Details (8.1)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://bugzilla.redhat.com/show_bug.cgi?id=1881875

Release Date: 2021-01-20

Fix Resolution: dnsmasq 2.83

CVE-2023-28450

Vulnerable Library - dnsmasqv2.80

Dnsmasq DNS proxy and DHCP server with OpenSSL backend

Library home page: https://github.com/themiron/dnsmasq.git

Found in HEAD commit: c44e79751a9606bd11bd1704dee2684af7e4570b

Found in base branch: main

Vulnerable Source Files (1)

/vendor/dnsmasq-2.80/src/config.h

Vulnerability Details

An issue was discovered in Dnsmasq before 2.90. The default maximum EDNS.0 UDP packet size was set to 4096 but should be 1232 because of DNS Flag Day 2020.

Publish Date: 2023-03-15

URL: CVE-2023-28450

Threat Assessment

Exploit Maturity: Not Defined

EPSS: 0.2%

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

CVE-2020-25687

Vulnerable Library - dnsmasqv2.80

Dnsmasq DNS proxy and DHCP server with OpenSSL backend

Library home page: https://github.com/themiron/dnsmasq.git

Found in HEAD commit: c44e79751a9606bd11bd1704dee2684af7e4570b

Found in base branch: main

Vulnerable Source Files (1)

/vendor/dnsmasq-2.80/src/dnssec.c

Vulnerability Details

A flaw was found in dnsmasq before version 2.83. A heap-based buffer overflow was discovered in dnsmasq when DNSSEC is enabled and before it validates the received DNS entries. This flaw allows a remote attacker, who can create valid DNS replies, to cause an overflow in a heap-allocated memory. This flaw is caused by the lack of length checks in rfc1035.c:extract_name(), which could be abused to make the code execute memcpy() with a negative size in sort_rrset() and cause a crash in dnsmasq, resulting in a denial of service. The highest threat from this vulnerability is to system availability.

Publish Date: 2021-01-20

URL: CVE-2020-25687

Threat Assessment

Exploit Maturity: Not Defined

EPSS: 8.5%

CVSS 3 Score Details (5.9)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://bugzilla.redhat.com/show_bug.cgi?id=1891568

Release Date: 2021-01-20

Fix Resolution: dnsmasq 2.83

CVE-2020-25683

Vulnerable Library - dnsmasqv2.80

Dnsmasq DNS proxy and DHCP server with OpenSSL backend

Library home page: https://github.com/themiron/dnsmasq.git

Found in HEAD commit: c44e79751a9606bd11bd1704dee2684af7e4570b

Found in base branch: main

Vulnerable Source Files (1)

/vendor/dnsmasq-2.80/src/dnssec.c

Vulnerability Details

A flaw was found in dnsmasq before version 2.83. A heap-based buffer overflow was discovered in dnsmasq when DNSSEC is enabled and before it validates the received DNS entries. A remote attacker, who can create valid DNS replies, could use this flaw to cause an overflow in a heap-allocated memory. This flaw is caused by the lack of length checks in rfc1035.c:extract_name(), which could be abused to make the code execute memcpy() with a negative size in get_rdata() and cause a crash in dnsmasq, resulting in a denial of service. The highest threat from this vulnerability is to system availability.

Publish Date: 2021-01-20

URL: CVE-2020-25683

Threat Assessment

Exploit Maturity: Not Defined

EPSS: 8.5%

CVSS 3 Score Details (5.9)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://security-tracker.debian.org/tracker/CVE-2020-25683

Release Date: 2021-01-20

Fix Resolution: dnsmasq 2.83

CVE-2021-3448

Vulnerable Libraries - dnsmasqv2.80, dnsmasqv2.80, dnsmasqv2.80, dnsmasqv2.80

Vulnerability Details

A flaw was found in dnsmasq in versions before 2.85. When configured to use a specific server for a given network interface, dnsmasq uses a fixed port while forwarding queries. An attacker on the network, able to find the outgoing port used by dnsmasq, only needs to guess the random transmission ID to forge a reply and get it accepted by dnsmasq. This flaw makes a DNS Cache Poisoning attack much easier. The highest threat from this vulnerability is to data integrity.

Publish Date: 2021-04-08

URL: CVE-2021-3448

Threat Assessment

Exploit Maturity: Not Defined

EPSS: 0.2%

CVSS 3 Score Details (4.0)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • Privileges Required: None
    • User Interaction: None
    • Scope: Changed
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: Low
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://nvd.nist.gov/vuln/detail/CVE-2021-3448

Release Date: 2021-04-08

Fix Resolution: dnsmasq-debugsource - 2.79-19;dnsmasq-utils-debuginfo - 2.79-19;dnsmasq-debuginfo - 2.79-19;dnsmasq-utils - 2.79-19,2.79-19,2.79-19,2.79-19;dnsmasq - 2.79-19,2.79-19,2.79-19,2.79-19,2.79-19

CVE-2020-25686

Vulnerable Libraries - dnsmasqv2.80, dnsmasqv2.80

Vulnerability Details

A flaw was found in dnsmasq before version 2.83. When receiving a query, dnsmasq does not check for an existing pending request for the same name and forwards a new request. By default, a maximum of 150 pending queries can be sent to upstream servers, so there can be at most 150 queries for the same name. This flaw allows an off-path attacker on the network to substantially reduce the number of attempts that it would have to perform to forge a reply and have it accepted by dnsmasq. This issue is mentioned in the "Birthday Attacks" section of RFC5452. If chained with CVE-2020-25684, the attack complexity of a successful attack is reduced. The highest threat from this vulnerability is to data integrity.

Publish Date: 2021-01-20

URL: CVE-2020-25686

Threat Assessment

Exploit Maturity: Not Defined

EPSS: 0.5%

CVSS 3 Score Details (3.7)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: Low
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://bugzilla.redhat.com/show_bug.cgi?id=1890125

Release Date: 2021-01-20

Fix Resolution: dnsmasq 2.83

CVE-2020-25685

Vulnerable Libraries - dnsmasqv2.80, dnsmasqv2.80, dnsmasqv2.80, dnsmasqv2.80, dnsmasqv2.80, dnsmasqv2.80

Vulnerability Details

A flaw was found in dnsmasq before version 2.83. When getting a reply from a forwarded query, dnsmasq checks in forward.c:reply_query(), which is the forwarded query that matches the reply, by only using a weak hash of the query name. Due to the weak hash (CRC32 when dnsmasq is compiled without DNSSEC, SHA-1 when it is) this flaw allows an off-path attacker to find several different domains all having the same hash, substantially reducing the number of attempts they would have to perform to forge a reply and get it accepted by dnsmasq. This is in contrast with RFC5452, which specifies that the query name is one of the attributes of a query that must be used to match a reply. This flaw could be abused to perform a DNS Cache Poisoning attack. If chained with CVE-2020-25684 the attack complexity of a successful attack is reduced. The highest threat from this vulnerability is to data integrity.

Publish Date: 2021-01-20

URL: CVE-2020-25685

Threat Assessment

Exploit Maturity: Not Defined

EPSS: 0.6%

CVSS 3 Score Details (3.7)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: Low
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://bugzilla.redhat.com/show_bug.cgi?id=1889688

Release Date: 2021-01-20

Fix Resolution: dnsmasq 2.83

CVE-2020-25684

Vulnerable Library - dnsmasqv2.80

Dnsmasq DNS proxy and DHCP server with OpenSSL backend

Library home page: https://github.com/themiron/dnsmasq.git

Found in HEAD commit: c44e79751a9606bd11bd1704dee2684af7e4570b

Found in base branch: main

Vulnerable Source Files (1)

/vendor/dnsmasq-2.80/src/forward.c

Vulnerability Details

A flaw was found in dnsmasq before version 2.83. When getting a reply from a forwarded query, dnsmasq checks in the forward.c:reply_query() if the reply destination address/port is used by the pending forwarded queries. However, it does not use the address/port to retrieve the exact forwarded query, substantially reducing the number of attempts an attacker on the network would have to perform to forge a reply and get it accepted by dnsmasq. This issue contrasts with RFC5452, which specifies a query's attributes that all must be used to match a reply. This flaw allows an attacker to perform a DNS Cache Poisoning attack. If chained with CVE-2020-25685 or CVE-2020-25686, the attack complexity of a successful attack is reduced. The highest threat from this vulnerability is to data integrity.

Publish Date: 2021-01-20

URL: CVE-2020-25684

Threat Assessment

Exploit Maturity: Not Defined

EPSS: 1.2%

CVSS 3 Score Details (3.7)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: Low
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://security-tracker.debian.org/tracker/CVE-2020-25684

Release Date: 2021-01-20

Fix Resolution: dnsmasq 2.83

CVE-2019-14834

Vulnerable Library - dnsmasqv2.80

Dnsmasq DNS proxy and DHCP server with OpenSSL backend

Library home page: https://github.com/themiron/dnsmasq.git

Found in HEAD commit: c44e79751a9606bd11bd1704dee2684af7e4570b

Found in base branch: main

Vulnerable Source Files (1)

/vendor/dnsmasq-2.80/src/helper.c

Vulnerability Details

A vulnerability was found in dnsmasq before version 2.81, where the memory leak allows remote attackers to cause a denial of service (memory consumption) via vectors involving DHCP response creation.

Publish Date: 2020-01-07

URL: CVE-2019-14834

Threat Assessment

Exploit Maturity: Not Defined

EPSS: 0.3%

CVSS 3 Score Details (3.7)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: Low

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://nvd.nist.gov/vuln/detail/CVE-2019-14834

Release Date: 2020-01-07

Fix Resolution: 2.81

@mend-for-github-com mend-for-github-com bot added the Mend: dependency security vulnerability Security vulnerability detected by Mend label Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mend: dependency security vulnerability Security vulnerability detected by Mend
Projects
None yet
Development

No branches or pull requests

0 participants