BSD (Multiple Distributions) - 'strfmon()' Integer Overflow
🗓️ 27 Mar 2008 00:00:00Reported by Maksymilian ArciemowiczType
exploitdb🔗 www.exploit-db.com👁 44 Views
| Reporter | Title | Published | Views | Family All 93 |
|---|---|---|---|---|
| Mac OS X < 10.5.6 Multiple Vulnerabilities | 16 Dec 200800:00 | – | nessus | |
| Mac OS X < 10.5.6 Multiple Vulnerabilities | 16 Dec 200800:00 | – | nessus | |
| Debian DSA-2058-1 : glibc, eglibc - multiple vulnerabilities | 11 Jun 201000:00 | – | nessus | |
| Mac OS X 10.5.x < 10.5.6 Multiple Vulnerabilities | 16 Dec 200800:00 | – | nessus | |
| Mac OS X Multiple Vulnerabilities (Security Update 2008-008) | 16 Dec 200800:00 | – | nessus | |
| Mandriva Linux Security Advisory : glibc (MDVSA-2010:111) | 9 Jun 201000:00 | – | nessus | |
| Mandriva Linux Security Advisory : glibc (MDVSA-2010:112) | 30 Jul 201000:00 | – | nessus | |
| SuSE9 Security Update : glibc (YOU Patch Number 12641) | 6 Oct 201000:00 | – | nessus | |
| openSUSE Security Update : glibc (openSUSE-SU-2010:0914-1) | 28 Oct 201000:00 | – | nessus | |
| openSUSE Security Update : glibc (openSUSE-SU-2010:0913-1) | 28 Oct 201000:00 | – | nessus |
10
// source: https://www.securityfocus.com/bid/28479/info
Multiple BSD platforms are prone to an integer-overflow weakness.
An attacker can exploit this issue through other applications such as PHP to execute arbitrary code within the context of the affected application. Failed exploit attempts will result in a denial-of-service condition.
This issue affects FreeBSD 6, 7 and NetBSD 4; other platforms may also be affected.
#include <stdio.h>
#include <monetary.h>
int main(int argc, char* argv[]){
char buff[51];
char *bux=buff;
int res;
res=strfmon(bux, 50, argv[1], "0");
return 0;
}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
11 Feb 2014 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.18795