Files
SecGen/modules/vulnerabilities/unix/bash/shellshock/secgen_metadata.xml

27 lines
1.1 KiB
XML

<?xml version="1.0"?>
<vulnerability xmlns="http://www.github/cliffe/SecGen/vulnerability"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.github/cliffe/SecGen/vulnerability">
<name>Bashbug / Shellshock</name>
<author>Thomas Shaw</author>
<module_license>MIT</module_license>
<description>Installs GNU bash version 4.1 which contains the bashbug / shellshock vulnerability.</description>
<type>bash</type>
<privilege>none</privilege>
<access>local</access>
<platform>unix</platform>
<!--optional vulnerability details-->
<difficulty>medium</difficulty>
<cve>CVE-2014-6271</cve>
<cvss_base_score>10</cvss_base_score>
<cvss_vector>AV:N/AC:L/Au:N/C:C/I:C/A:C</cvss_vector>
<reference>https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-6271</reference>
<reference>http://www.symantec.com/connect/blogs/shellshock-all-you-need-know-about-bash-bug-vulnerability</reference>
<software_name>bash</software_name>
<software_license>GPLv3+</software_license>
</vulnerability>