Lucene search
K

safemode-adv-nn.txt

🗓️ 06 Jul 2002 00:00:00Reported by ZillionType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 23 Views

High risk remote format string vulnerability in nn newsreader version 6.6.3 or prior disclosed.

Code
`  
  
====================================================================   
Safemode.org security advisory: nn   
====================================================================   
  
Package: nn   
Version: 6.6.3 or prior   
Date: 28/06/2002   
Issue: Remote format string   
Risk: High   
Credits: zillion[at]safemode.org   
http://www.safemode.org   
  
The Unix newsreader nn is a popular command-line utility that can   
be used to access NNTP servers. Unfortunately this news client   
insecurely uses server input in a format string to print error   
messages on the clients terminal.   
  
The impact:   
====================================================================   
  
Malicious server owners can use this vulnerability to execute code   
on systems that are connected with affected clients.   
  
Technical details:   
====================================================================   
  
A server response such as this can be used to trigger this issue:   
  
100 AAAABBBB%10\$x%11\$x   
  
If such a response is received, the nn client will display the   
following:   
  
100 AAAABBBB4141414142424242   
  
The problem is that the following function is being called with   
nn_exitmsg(1, line) in the nntp.c file   
  
void nn_exitmsg(int n, char *fmt,...)   
{   
va_list ap;   
  
va_start(ap, fmt);   
vprintf(fmt, ap);   
putchar(NL);   
va_end(ap);   
  
nn_exit(n);   
/*NOTREACHED*/   
}   
  
The fix information:   
====================================================================   
  
The developer fixed this vulnerability in NN version 6.6.4, which can   
be downloaded from here:   
  
http://www.nndev.org/   
  
Additionally, this vulnerability was fixed some time ago in the   
FreeBSD ports collection (around June 18).   
  
Greets:   
====================================================================   
  
All @snosoft.com   
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation