diff options
author | feld <feld@FreeBSD.org> | 2014-10-09 21:09:52 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2014-10-09 21:09:52 +0800 |
commit | f9286a5ecf0e197f82f60f50f6e668bb1e668765 (patch) | |
tree | 62ebf47123a1be31053bc34f022e70dbe546a6d5 /security | |
parent | 88820aaace3f13de95faf8fe3401dd604af0d310 (diff) | |
download | freebsd-ports-graphics-f9286a5ecf0e197f82f60f50f6e668bb1e668765.tar.gz freebsd-ports-graphics-f9286a5ecf0e197f82f60f50f6e668bb1e668765.tar.zst freebsd-ports-graphics-f9286a5ecf0e197f82f60f50f6e668bb1e668765.zip |
Add entry for foreman-proxy
Obtained from: mmoll
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index a4f8be13463..d8353b21736 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -57,6 +57,36 @@ Notes: --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="c30c3a2e-4fb1-11e4-b275-14dae9d210b8"> + <topic>foreman-proxy SSL verification issue</topic> + <affects> + <package> + <name>foreman-proxy</name> + <range><lt>1.6.2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Foreman Security reports:</p> + <blockquote cite="http://projects.theforeman.org/issues/7822"> + <p>The smart proxy when running in an SSL-secured mode permits incoming + API calls to any endpoint without requiring, or performing any + verification of an SSL client certificate. This permits any client + with access to the API to make requests and perform actions + permitting control of Puppet CA, DHCP, DNS etc.)</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2014-3691</cvename> + <url>https://groups.google.com/forum/#!topic/foreman-announce/LcjZx25Bl7U</url> + </references> + <dates> + <discovery>2014-05-09</discovery> + <entry>2014-10-09</entry> + </dates> + </vuln> + <vuln vid="d2bbcc01-4ec3-11e4-ab3f-00262d5ed8ee"> <topic>chromium -- multiple vulnerabilities</topic> <affects> |