Home Cisco CVE-2008-4390
Back to Cisco

CVE-2008-4390

Linksys WVC54GC - Wireless Video Camera

Cisco CVSS 7.5 Updated April 30, 2026

Executive Risk Summary

"The Cisco Linksys WVC54GC wireless video camera is vulnerable to a remote information disclosure vulnerability, allowing attackers to obtain sensitive information such as passwords by sniffing the network. This vulnerability can be exploited by sending a Setup Wizard remote-management command to the affected device."

Anticipated Attack Path

  1. 1. Attacker sends a Setup Wizard remote-management command to the Linksys WVC54GC wireless video camera
  2. 2. Camera responds with cleartext configuration data
  3. 3. Attacker sniffs the network to obtain sensitive information

Am I Vulnerable?

  • Verify the firmware version of the Linksys WVC54GC wireless video camera
  • Check for any suspicious network activity
  • Update the firmware to version 1.25 or later

Operational Audit Arsenal

Target Type firmware
Target Asset WVC54GC
Standard Path http://www.linksys.com/servlet/Satellite?blobcol=urldata&blobheadername1=Content-Type&blobheadername2=Content-Disposition&blobheadervalue1=text%2Fplain&blobheadervalue2=inline%3B+filename%3DWVC54GC-V1.0_non-RoHS-v1.25_fw_ver.txt&blobkey=id&blobtable=MungoBlobs&blobwhere=1193776031728&ssbinary=true&lid=8104724130B17
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: WVC54GC (firmware)
$Targets = 'WVC54GC'
$SearchPaths = @("$env:windir\System32", "$env:ProgramFiles", "${env:ProgramFiles(x86)}")

Get-ChildItem -Path $SearchPaths -Include $Targets -Recurse -ErrorAction SilentlyContinue | 
Select-Object FullName, @{Name="Version";Expression={$_.VersionInfo.ProductVersion}}

Patch Impact Forecast

Reboot Required Likely

Minimal, as the update only affects the wireless video camera

Internal Work Notes

Update Linksys WVC54GC wireless video camera firmware to version 1.25 or later to prevent remote information disclosure vulnerability

Technical Intelligence & Operational Utilities • Delivered Weekly

Intelligence Sources

Related Cisco Threats

Data compiled from NVD, MSRC, and CISA KEV Catalog. Intelligence synthesized via AI. Scripts provided for diagnostic purposes under MIT License.