diff options
author | niels <niels@FreeBSD.org> | 2005-08-01 15:45:17 +0800 |
---|---|---|
committer | niels <niels@FreeBSD.org> | 2005-08-01 15:45:17 +0800 |
commit | 42fa8b902c07ea03ad4b675afdfd3ec541981434 (patch) | |
tree | f19c05113a2f8e37438b6444b266a3f183039c8d /security/vuxml | |
parent | a09380fba7a6243387637357f85dc52cf3ee6dc5 (diff) | |
download | freebsd-ports-graphics-42fa8b902c07ea03ad4b675afdfd3ec541981434.tar.gz freebsd-ports-graphics-42fa8b902c07ea03ad4b675afdfd3ec541981434.tar.zst freebsd-ports-graphics-42fa8b902c07ea03ad4b675afdfd3ec541981434.zip |
Added nbsmtp format string vulnerability.
Approved by: nectar (mentor)
Diffstat (limited to 'security/vuxml')
-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 d44ecf245e7..ef64c6e9d92 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> |