LiveActive security incident?Get immediate response
CVE Record

CVE-2018-25130: Beward Intercom 2.3.1 Local Credentials Disclosure via Unencrypted Database

Beward Intercom 2.3.1 contains a credentials disclosure vulnerability that allows local attackers to access plain-text authentication credentials stored in an unencrypted database file. Attackers can read the BEWARD.INTERCOM.FDB file to extract usernames and passwords, enabling unauthorized access to IP cameras and door stations.

MediumCVSS 6.8Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

BEWARD Intercom stores usernames and passwords in plain text inside an unencrypted local database file. Someone with local access to the system can read those credentials and use them to access connected IP cameras or door stations. This is mainly a local-access risk, but impact can extend to physical security systems.

Executive priority

Prioritize if BEWARD Intercom manages production cameras, entry systems, or sensitive facilities. The vulnerability is not described as remotely exploitable, but a local compromise can expose credentials and potentially affect physical access controls. Address during near-term vulnerability remediation, faster for high-security sites.

Technical view

CVE-2018-25130 affects BEWARD Intercom versions 2.3.1.34471, 2.3.0, 2.2.11, 2.2.10.5, 2.2.9, 2.2.8.9, and 2.2.7.4. The issue is CWE-256: plaintext credential storage in BEWARD.INTERCOM.FDB. CVSS v4.0 is 6.8 with local attack vector and low privileges required.

Likely exposure

Exposure is limited to systems running affected BEWARD Intercom versions where an attacker already has local access or local user privileges. Organizations using BEWARD Intercom to manage cameras or door stations should treat credential reuse and physical-security access as the main business risks.

Exploitation context

The source bundle includes an Exploit-DB reference, so public exploit information exists. The CVE is not listed as KEV in the provided data, and no cited source states active exploitation. Attackers need local access and can read stored credentials from the unencrypted database file.

Researcher notes

Evidence supports plaintext credential disclosure from a local database file in multiple BEWARD Intercom versions. Public exploit information is referenced, but active exploitation is not evidenced. The provided sources do not identify a specific patch version or official mitigation, so remediation should be tied to vendor guidance.

Mitigation direction

  • Check Beward guidance for fixed versions or vendor-recommended remediation.
  • Restrict local access to hosts running BEWARD Intercom.
  • Limit file permissions on BEWARD.INTERCOM.FDB where operationally possible.
  • Rotate BEWARD Intercom, camera, and door station credentials after suspected exposure.
  • Avoid credential reuse across cameras, door stations, and administrative systems.
  • Monitor for unusual logins to cameras and door stations.

Validation and detection

  • Inventory BEWARD Intercom installations and versions.
  • Confirm whether listed affected versions are present.
  • Check whether BEWARD.INTERCOM.FDB exists on managed systems.
  • Review local user access to systems running BEWARD Intercom.
  • Assess whether stored credentials are reused elsewhere.
  • Verify vendor guidance before applying upgrades or configuration changes.
Prepared
Confidence
high
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-256: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Database behavior lookup

The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2018-25130 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.8 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
6.8CVSS 4.0MediumCVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:NPrimary CVE score

Vulnerability scoring details

Base CVSS 4.0 score

6.8Medium
CVSS 4.0 vector shape for CVE-2018-25130Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Beward R&D Co., LtdBEWARD Intercom2.3.1.34471, 2.3.0, 2.2.11, 2.2.10.5, 2.2.9, 2.2.8.9, 2.2.7.4Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-256 · source CWE mapping

Plaintext Storage of a Password

Plaintext Storage of a Password represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.