Skip to main content

ORSEE CVE-2025-67031

| EUVDEUVD-2025-209885 MEDIUM
Code Injection (CWE-94)
2026-05-15 mitre GHSA-m7f5-wrrg-p669
6.3
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
6.3 MEDIUM
AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
Low

Lifecycle Timeline

3
Analysis Generated
May 18, 2026 - 16:23 vuln.today
CVSS changed
May 18, 2026 - 16:22 NVD
6.3 (MEDIUM)
CVE Published
May 15, 2026 - 00:00 nvd
UNKNOWN (no severity yet)

DescriptionCVE.org

ORSEE (Online Recruitment System for Economic Experiments) 3.1.0 contains an authenticated Remote Code Execution vulnerability in the participant profile field processing subsystem. Certain field configurations accept values beginning with the prefix "func:" which are passed directly into an eval() call inside tagsets/participant.php and tagsets/options.php.

AnalysisAI

Authenticated remote code execution in ORSEE 3.1.0 allows low-privileged users to execute arbitrary PHP code on the server by submitting participant profile field values prefixed with 'func:', which are passed unsanitized into eval() calls within tagsets/participant.php and tagsets/options.php. Only version 3.1.0 is confirmed affected; ORSEE is a niche academic tool used in economic research labs, limiting broad attack surface but making unpatched deployments attractive targets for insider threat or compromised-credential scenarios. No public exploit identified at time of analysis beyond a published proof-of-concept writeup on Medium, and EPSS sits at 0.06% (18th percentile), reflecting the narrow deployment footprint.

Technical ContextAI

ORSEE (Online Recruitment System for Economic Experiments) is a PHP-based web application used by research institutions to manage experimental participant recruitment. The vulnerability is rooted in CWE-94 (Improper Control of Generation of Code - Code Injection), specifically PHP's eval() function being called with attacker-controlled input. The 'func:' string prefix acts as an undocumented trigger: when a participant profile field value begins with this prefix, the application strips the prefix and passes the remainder directly into eval() without sanitization or sandboxing in at least two files - tagsets/participant.php and tagsets/options.php. This is a classic server-side code injection pattern where user-supplied data crosses the code/data boundary. The CPE data provided is unpopulated (cpe:2.3:a:n/a:n/a:*:*:*:*:*:*:*:*), indicating NVD has not yet assigned a formal CPE string to this product, which is consistent with ORSEE being a low-visibility academic open-source project.

RemediationAI

No vendor-released patch has been identified at time of analysis; no patched version number appears in any referenced advisory or repository tag. Organizations running ORSEE 3.1.0 should consult the upstream GitHub repository at https://github.com/orsee/orsee for any commits or tags released after version 3.1.0. As an immediate compensating control, administrators should audit participant profile field configurations and remove or restrict any field types that accept the 'func:' prefix - disabling this feature eliminates the attack vector entirely but may break any legitimate formula-based field functionality that relies on it. Access to ORSEE instances should be restricted to trusted networks or VPN where externally accessible, reducing the pool of users who can submit malicious field values. If participant self-registration is enabled, disabling it until a patch is applied would prevent unauthenticated users from gaining the low-privilege access needed to exploit this flaw, though this disrupts core recruitment workflows. Administrators should also audit PHP error logs for unexpected eval() execution patterns as a detection measure.

More in PHP

View all
CVE-2012-1823 CRITICAL POC
9.8 May 11

sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-46506 CRITICAL POC
10.0 May 13

NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

Share

CVE-2025-67031 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy