blob: 42a2dbf5f8e6142f6034a006a6a1dfc139df5d59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="202107-39">
<title>Apache Commons FileUpload: Multiple vulnerabilities</title>
<synopsis>Multiple vulnerabilities have been found in Apache Commons
FileUpload, the worst of which could result in a Denial of Service
condition.
</synopsis>
<product type="ebuild">commons-fileupload</product>
<announced>2021-07-17</announced>
<revised count="1">2021-07-17</revised>
<bug>739350</bug>
<access>remote</access>
<affected>
<package name="dev-java/commons-fileupload" auto="yes" arch="*">
<vulnerable range="le">1.3</vulnerable>
</package>
</affected>
<background>
<p>The Apache Commons FileUpload package makes it easy to add robust,
high-performance, file upload capability to your servlets and web
applications.
</p>
</background>
<description>
<p>Multiple vulnerabilities have been discovered in Apache Commons
FileUpload. Please review the CVE identifiers referenced below for
details.
</p>
</description>
<impact type="low">
<p>Please review the referenced CVE identifiers for details.</p>
</impact>
<workaround>
<p>There is no known workaround at this time.</p>
</workaround>
<resolution>
<p>Gentoo has discontinued support for Apache Commons FileUpload. We
recommend that users unmerge it:
</p>
<code>
# emerge --ask --depclean "dev-java/commons-fileupload"
</code>
<p>NOTE: The Gentoo developer(s) maintaining Apache Commons FileUpload have
discontinued support at this time. It may be possible that a new Gentoo
developer will update Apache Commons FileUpload at a later date. We do
not have a suggestion for a replacement at this time.
</p>
</resolution>
<references>
<uri link="https://nvd.nist.gov/vuln/detail/CVE-2013-0248">CVE-2013-0248</uri>
<uri link="https://nvd.nist.gov/vuln/detail/CVE-2014-0050">CVE-2014-0050</uri>
<uri link="https://nvd.nist.gov/vuln/detail/CVE-2016-3092">CVE-2016-3092</uri>
</references>
<metadata tag="requester" timestamp="2021-07-17T04:04:02Z">ajak</metadata>
<metadata tag="submitter" timestamp="2021-07-17T05:07:31Z">ajak</metadata>
</glsa>
|