mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-20 13:50:45 +00:00
30 lines
1.0 KiB
XML
30 lines
1.0 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>Writeable Shadow File</name>
|
|
<author>Lewis Ardern</author>
|
|
<module_license>MIT</module_license>
|
|
<description>Changes permissions on shadow file to 777, open to account tampering to local users.
|
|
This is not a common misconfiguration, and not particularly subtle.</description>
|
|
|
|
<type>access_controls</type>
|
|
<privilege>root_rw</privilege>
|
|
<access>local</access>
|
|
<platform>linux</platform>
|
|
|
|
<!--optional vulnerability details-->
|
|
<difficulty>medium</difficulty>
|
|
|
|
<cvss_base_score>6.6</cvss_base_score>
|
|
<cvss_vector>AV:L/AC:M/Au:S/C:C/I:C/A:C</cvss_vector>
|
|
|
|
<hint>An access control misconfiguration</hint>
|
|
<solution>Edit the shadow file to set a password for root</solution>
|
|
|
|
<conflict>
|
|
<name>Writeable Shadow File</name>
|
|
<author>Lewis Ardern</author>
|
|
</conflict>
|
|
</vulnerability> |