diff options
-rw-r--r-- | security/vuxml/vuln-2021.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml index 3d9678dd2e5c..d0c9bef7dbfd 100644 --- a/security/vuxml/vuln-2021.xml +++ b/security/vuxml/vuln-2021.xml @@ -1,3 +1,34 @@ + <vuln vid="41bc849f-d5ef-11eb-ae37-589cfc007716"> + <topic>PuppetDB -- SQL Injection</topic> + <affects> + <package> + <name>puppetdb6</name> + <range><lt>6.17.0</lt></range> + </package> + <package> + <name>puppetdb7</name> + <range><lt>7.4.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Puppet reports:</p> + <blockquote cite="https://puppet.com/docs/puppetdb/latest/release_notes.html#security-fixes"> + <p>Fixed an issue where someone with the ability to query PuppetDB could arbitrarily write, update, or delete data CVE-2021-27021 PDB-5138.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2021-27021</cvename> + <url>https://puppet.com/security/cve/cve-2021-27021/</url> + <url>https://tickets.puppetlabs.com/browse/PDB-5138</url> + </references> + <dates> + <discovery>2021-06-24</discovery> + <entry>2021-06-25</entry> + </dates> + </vuln> + <vuln vid="4c9159ea-d4c9-11eb-aeee-8c164582fbac"> <topic>Ansible -- Templating engine bug</topic> <affects> |