XSS bugs and SQL injection in sNews

2006.02.15
Risk: Medium
Local: No
Remote: Yes
CWE: CWE-89


Ogólna skala CVSS: 7.5/10
Znaczenie: 6.4/10
Łatwość wykorzystania: 10/10
Wymagany dostęp: Zdalny
Złożoność ataku: Niska
Autoryzacja: Nie wymagana
Wpływ na poufność: Częściowy
Wpływ na integralność: Częściowy
Wpływ na dostępność: Częściowy

Official page : http://www.solucija.com/home/snews/ XSS in comments : just post some comment with <script>alert('XSS TEST by securitydot.net');</script> FIX : put this on 423 line $r = str_replace ("<","<",$r); $r = str_replace (">","&lg",$r); Injection through categories : index.php?category=1%20or%201=2 FIX : put this on 313 line if (ereg('^[0-9]*$' , $category)) Injection through id : index.php?id=0%20or%201=2 FIX : put this on 175 line if (ereg('^[0-9]*$' , $id)) { -- Securitydot.net joffer and DrFrancky


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top