diff options
author | Niels Heinen <niels@FreeBSD.org> | 2005-08-01 07:45:17 +0000 |
---|---|---|
committer | Niels Heinen <niels@FreeBSD.org> | 2005-08-01 07:45:17 +0000 |
commit | 1e90f903116084bb71a0858db624af84149fba2a (patch) | |
tree | 8c11a1d74f519f0d9b65db2e4636ecfa0196d197 /security/vuxml/vuln.xml | |
parent | e00bbba39f0c6fdc93b120d4a39e9aef6a8bf8be (diff) | |
download | ports-1e90f903116084bb71a0858db624af84149fba2a.tar.gz ports-1e90f903116084bb71a0858db624af84149fba2a.zip |
Notes
Diffstat (limited to 'security/vuxml/vuln.xml')
-rw-r--r-- | security/vuxml/vuln.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index d44ecf245e70..ef64c6e9d923 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -32,6 +32,34 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="debbb39c-fdb3-11d9-a30d-00b0d09acbfc"> + <topic>nbsmtp -- format string vulnerability</topic> + <affects> + <package> + <name>nbsmtp</name> + <range><lt>0.99_1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>When nbsmtp is executed in debug mode, server messages + will be printed to stdout and logged via syslog. Syslog is + used insecurely and user-supplied format characters are + directly fed to the syslog function, which results in a + format string vulnerability.</p> + <p>Under some circumstances, an SMTP server may be able to + abuse this vulnerability in order to alter the nbsmtp + process and execute malicious code.</p> + </body> + </description> + <references> + <url>http://people.freebsd.org/~niels/issues/nbsmtp-20050726.txt</url> + </references> + <dates> + <discovery>2005-07-25</discovery> + <entry>2005-08-01</entry> + </dates> + </vuln> <vuln vid="b1e8c810-01d0-11da-bc08-0001020eed82"> <topic>sylpheed -- MIME-encoded file name buffer overflow vulnerability</topic> |