diff options
author | GLSAMaker <glsamaker@gentoo.org> | 2022-08-10 22:31:25 +0000 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2022-08-10 17:33:20 -0500 |
commit | a16853d3c1571d38169ea77acb931f5924d5abfe (patch) | |
tree | 5b8ef41af22d2c0db868f5f07379ee9c456809dc /glsa-202208-18.xml | |
parent | [ GLSA 202208-17 ] Nextcloud: Multiple Vulnerabilities (diff) | |
download | gentoo-a16853d3c1571d38169ea77acb931f5924d5abfe.tar.gz gentoo-a16853d3c1571d38169ea77acb931f5924d5abfe.tar.bz2 gentoo-a16853d3c1571d38169ea77acb931f5924d5abfe.zip |
[ GLSA 202208-18 ] Motion: Denial of service
Bug: https://bugs.gentoo.org/760714
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'glsa-202208-18.xml')
-rw-r--r-- | glsa-202208-18.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/glsa-202208-18.xml b/glsa-202208-18.xml new file mode 100644 index 000000000000..b1bb9fed495e --- /dev/null +++ b/glsa-202208-18.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202208-18"> + <title>Motion: Denial of service</title> + <synopsis>A vulnerability in Motion allows a remote attacker to cause denial of service.</synopsis> + <product type="ebuild">motion</product> + <announced>2022-08-10</announced> + <revised count="1">2022-08-10</revised> + <bug>760714</bug> + <access>remote</access> + <affected> + <package name="media-video/motion" auto="yes" arch="*"> + <unaffected range="ge">4.3.2</unaffected> + <vulnerable range="lt">4.3.2</vulnerable> + </package> + </affected> + <background> + <p>Motion is a program that monitors the video signal from one or more cameras and is able to detect motions.</p> + </background> + <description> + <p>The Motion HTTP server does not correctly perform URL decoding. If the HTTP server receives a request for a URL containing an incomplete percent-encoded character, a flaw in parsing results in an infinite loop trying to parse the rest of the character, which eventually results in a denial of service condition when reading out-of-bounds.</p> + </description> + <impact type="low"> + <p>A remote attacker can trigger a denial of service condition in Motion.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All Motion users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=media-video/motion-4.3.2" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-26566">CVE-2020-26566</uri> + </references> + <metadata tag="requester" timestamp="2022-08-10T22:31:25.890188Z">ajak</metadata> + <metadata tag="submitter" timestamp="2022-08-10T22:31:25.895137Z">ajak</metadata> +</glsa>
\ No newline at end of file |