CVE-2026-15373
Deferred Deferred - Pending Action

Improper Authorization in Eleveo Call Recording Software

Vulnerability report for CVE-2026-15373, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-10

Last updated on: 2026-07-13

Assigner: VulDB

Description

A vulnerability was detected in Eleveo Call Recording Software 9.7.0. The impacted element is an unknown function of the file /callrec/userAddAction.do. Performing a manipulation of the argument role results in improper authorization. It is possible to initiate the attack remotely. The exploit is now public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-10
Last Modified
2026-07-13
Generated
2026-07-31
AI Q&A
2026-07-10
EPSS Evaluated
2026-07-28
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
eleveo call_recording_software 9.7.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-266 A product incorrectly assigns a privilege to a particular actor, creating an unintended sphere of control for that actor.
CWE-285 The product does not perform or incorrectly performs an authorization check when an actor attempts to access a resource or perform an action.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in Eleveo Call Recording Software version 9.7.0, specifically in an unknown function within the file /callrec/userAddAction.do. It involves improper authorization caused by manipulation of the argument 'role'. An attacker can exploit this remotely to bypass authorization controls.

Detection Guidance

This vulnerability involves improper authorization through manipulation of the 'role' argument in the /callrec/userAddAction.do endpoint of Eleveo Call Recording Software 9.7.0. Detection can focus on monitoring HTTP requests targeting this specific endpoint with unusual or unauthorized 'role' parameter values.

Network or system administrators can use web server logs or network traffic inspection tools to identify suspicious requests to /callrec/userAddAction.do that include role parameter manipulations.

Example commands to detect such activity might include using grep on web server logs to find requests to the vulnerable endpoint, such as:

  • grep "/callrec/userAddAction.do" /var/log/apache2/access.log
  • grep "role=" /var/log/apache2/access.log | grep "/callrec/userAddAction.do"

Additionally, network monitoring tools like Wireshark or intrusion detection systems can be configured to alert on HTTP requests containing the /callrec/userAddAction.do path with role parameters.

Impact Analysis

Exploiting this vulnerability can lead to unauthorized actions within the Eleveo Call Recording Software, potentially allowing an attacker to perform operations they should not be permitted to do. This can compromise the confidentiality, integrity, and availability of the system, as indicated by the CVSS scores showing impacts on all three aspects.

Compliance Impact

The vulnerability involves improper authorization due to manipulation of the argument role in Eleveo Call Recording Software, which could lead to unauthorized access or actions.

Such unauthorized access or privilege escalation could potentially impact compliance with standards like GDPR or HIPAA, which require strict access controls and protection of sensitive data.

However, the provided information does not explicitly state the direct effects on compliance with these regulations.

Mitigation Strategies

Immediate mitigation steps include restricting access to the /callrec/userAddAction.do endpoint to authorized users only, for example by implementing network-level access controls or web application firewall (WAF) rules.

If possible, disable or restrict the functionality related to user role modification until a patch or official fix is available.

Monitor logs for suspicious activity targeting this endpoint and consider applying rate limiting or blocking IP addresses exhibiting exploit attempts.

Since the vendor has not responded and the exploit is public, consider isolating the affected system from untrusted networks or applying additional authentication layers.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-15373. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart