← Vulnerability feed

Vulnerability record · CVE-2015-7611 · published 7 June 2016

CVE-2015-7611: Apache James Server command injection via file-based user repositories

Apache · James Server

Apache James Server 2.3.2, when configured with file-based user repositories, allows attackers to execute arbitrary system commands through unspecified vectors (CWE-78 OS command injection). The flaw matters because a mail server that runs attacker-supplied commands can be fully taken over, and the record gives no detail on the exact injection point, so defenders must treat any user-repository write path as suspect.

8.1 CVSS 3.0 High EPSS 69% · top 0.7% CWE-78 · OS command injection
8.1CVSS 3.0 base score, v2 9.3
69%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
12References
17 Jun 2026Last modified by NVD

Description

Apache James Server 2.3.2, when configured with file-based user repositories, allows attackers to execute arbitrary system commands via unspecified vectors.

CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 19 September 2026. Confidence: medium.

high priorityRemote unauthenticated command execution with high EPSS despite no KEV listing and a High attack complexity precondition.

What it is

Apache James Server 2.3.2, when configured with file-based user repositories, allows attackers to execute arbitrary system commands through unspecified vectors (CWE-78 OS command injection). The flaw matters because a mail server that runs attacker-supplied commands can be fully taken over, and the record gives no detail on the exact injection point, so defenders must treat any user-repository write path as suspect.

Impact

An attacker gains arbitrary command execution with the privileges of the James Server process, leading to full compromise of the host and any mail data it holds. The CVSS 3.0 vector rates confidentiality, integrity and availability impact all High.

Attack surface

The vector is network-reachable (AV:N) with no privileges required (PR:N) and no user interaction (UI:N), though attack complexity is High (AC:H), suggesting a precondition such as the file-based user repository configuration. The description does not specify the exact request path, so the precise entry point is unknown from this record.

Exploitation

CISA KEV does not list this CVE, but EPSS is 0.68603 (99.3rd percentile), indicating a high modeled likelihood of exploitation. Public Packet Storm and oss-security references describe arbitrary command execution and insecure user creation, but no reference is tagged as a working exploit.

What to do

  • Upgrade Apache James Server past 2.3.2 to a release that fixes the command injection; patch first.
  • If upgrade is not possible, stop using file-based user repositories and move to a repository backend that does not pass user data into system commands.
  • Restrict network access to James Server administration and user-management interfaces to trusted hosts only.
  • Run the James Server process under a low-privilege account with no shell access to limit command execution impact.
  • Audit user repository files and creation workflows for injected content and remove any unexpected entries.

Detection

  • Monitor James Server process trees for unexpected child processes such as shells or command interpreters spawned by the Java process.
  • Alert on writes or modifications to file-based user repository files, especially entries containing shell metacharacters.
  • Review James Server logs for user creation or repository operations that coincide with process execution events.
  • Hunt for outbound network connections from the James Server host that do not match normal mail traffic.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2015-7611 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

7.8CVE-2017-12628Apache james server deserialization of untrusted data vulnerabilityThe JMX server embedded in Apache James, also used by the command line client is exposed to a java de-serialization issue, and thus can be used to ex…EPSS 0.76%7.5CVE-2024-45626Apache james server uncontrolled resource consumption vulnerabilityApache James server JMAP HTML to text plain implementation in versions below 3.8.2 and 3.7.6 is subject to unbounded memory consumption that can resu…EPSS 0.80%7.5CVE-2024-37358Apache james server allocation without limits vulnerabilitySimilarly to CVE-2024-34055, Apache James is vulnerable to denial of service through the abuse of IMAP literals from both authenticated and unauthent…EPSS 0.89%8.8CVE-2026-53266Linux kernel ebtables SNAT out-of-bounds write in ARP rewriteThe ebtables SNAT target rewrites the ARP sender hardware address via skb_store_bits() without first making that range writable. When the ARP SHA byt…KEVEPSS 0.65%analysed8.8CVE-2026-87491Google Chrome V8 out-of-bounds write enables sandbox code executionChrome before 153.0.8010.36 contains an out-of-bounds write in the V8 JavaScript engine. A crafted HTML page can trigger the memory corruption, and b…KEVEPSS 3.1%analysed9.8CVE-2025-25249Fortinet FortiOS and FortiSwitchManager heap buffer overflow via crafted packetsA heap-based buffer overflow (CWE-122/CWE-787) in Fortinet FortiOS 6.4 through 7.6.3 and FortiSwitchManager 7.0 through 7.2.6 lets an unauthenticated…KEVEPSS 3.9%analysed7.8CVE-2026-83549SonicWall SMA1000 AMC OS Command InjectionThe SMA1000 Appliance Management Console contains an OS command injection flaw (CWE-78) that lets an authenticated administrator execute arbitrary op…KEVEPSS 11%analysed10.0CVE-2026-49869Kestra OSS auth bypass via path suffix match enables RCEKestra OSS AuthenticationFilter whitelists the public config endpoint using request.getPath().endsWith("/configs"), a suffix match instead of an exac…KEVEPSS 2.1%analysed

Source: NIST National Vulnerability Database (record CVE-2015-7611), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.