summaryrefslogtreecommitdiff
path: root/metadata/glsa/glsa-201811-18.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-12-24 14:11:38 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-12-24 14:11:38 +0000
commitde49812990871e1705b64051c35161d5e6400269 (patch)
tree5e1e8fcb0ff4579dbd22a1bfee28a6b97dc8aaeb /metadata/glsa/glsa-201811-18.xml
parent536c3711867ec947c1738f2c4b96f22e4863322d (diff)
gentoo resync : 24.12.2018
Diffstat (limited to 'metadata/glsa/glsa-201811-18.xml')
-rw-r--r--metadata/glsa/glsa-201811-18.xml52
1 files changed, 52 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201811-18.xml b/metadata/glsa/glsa-201811-18.xml
new file mode 100644
index 000000000000..b69d0f0ebc34
--- /dev/null
+++ b/metadata/glsa/glsa-201811-18.xml
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="201811-18">
+ <title>Tablib: Arbitrary command execution</title>
+ <synopsis>A vulnerability in Tablib might allow remote attackers to execute
+ arbitrary python commands.
+ </synopsis>
+ <product type="ebuild">tablib</product>
+ <announced>2018-11-27</announced>
+ <revised count="1">2018-11-27</revised>
+ <bug>621884</bug>
+ <access>remote</access>
+ <affected>
+ <package name="dev-python/tablib" auto="yes" arch="*">
+ <unaffected range="ge">0.12.1</unaffected>
+ <vulnerable range="lt">0.12.1</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>Tablib is an MIT Licensed format-agnostic tabular dataset library,
+ written in Python. It allows you to import, export, and manipulate
+ tabular data sets.
+ </p>
+ </background>
+ <description>
+ <p>A vulnerability was discovered in Tablib’s Databook loading
+ functionality, due to improper input validation.
+ </p>
+ </description>
+ <impact type="normal">
+ <p>A remote attacker, by enticing the user to process a specially crafted
+ Databook via YAML, could possibly execute arbitrary python commands with
+ the privilege of the process.
+ </p>
+ </impact>
+ <workaround>
+ <p>There is no known workaround at this time.</p>
+ </workaround>
+ <resolution>
+ <p>All Tablib users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose "&gt;=dev-python/tablib-0.12.1"
+ </code>
+ </resolution>
+ <references>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2017-2810">CVE-2017-2810</uri>
+ </references>
+ <metadata tag="requester" timestamp="2018-11-24T22:46:04Z">b-man</metadata>
+ <metadata tag="submitter" timestamp="2018-11-27T02:02:33Z">b-man</metadata>
+</glsa>