+420 377 441 025
Events 30. May 2024 News

Here is a summary of what's new in the versions 11.10.6. to 11.10.7  universal browser Spinfire Ultimate , which brings new features, bug fixes and updated importers.

This version is only available for 64bit operating system, it does not support 32bit.

New functionality:

  • For JT files, it is possible to load only the model tree
  • Additional additions to scripting options
  • Updated CAD import interface

Updated importers (in version 11.10.6):

  • NX - after NX 2312 Series (2D), V11.0 to NX 2312 Series (3D)
  • Parasolid - after version 36.1
  • Rhino – 4 – 8
  • Solidworks - 2004 after version 2024 (2D), 2024 (3D)

Updated importers (in version 11.10.7):

  • Catia V6 – R2010x after version V5-6R2024 (R33) (2D), V5-6R2023 (R33) (3D)
  • Autodesk Inventor – after version 2025 (3D)

Complete Release Notes (in English) for Spinfire Ultimate 11.10.6, for version 11.10.7 here.


Do not forget:

Vendor Phpunit Phpunit Src Util Php Eval-stdin.php Cve !link!

By submitting this form, you agree with processing of personal data.

© 2026 TD-IS, s.r.o. all rights reserved.

Translate »

Vendor Phpunit Phpunit Src Util Php Eval-stdin.php Cve !link!

An attacker targets an exposed application by making a simple HTTP POST request to the script's path. Example Exploit Structure

If your server is vulnerable, you should take the following steps immediately: Remove PHPUnit from Production:

. This flaw allows an attacker to execute arbitrary PHP code on a server by sending a crafted HTTP POST request to the eval-stdin.php National Institute of Standards and Technology (.gov) 1. Vulnerability Overview The issue stems from the script vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php

The threat only becomes real when this script is exposed to the internet. This happens if a project's /vendor directory (where Composer installs dependencies like PHPUnit) is placed inside the web server's document root and is publicly accessible. This is often an unintended consequence of deploying the entire project directory to production.

The impact of CVE-2022-0847 is significant. Successful exploitation of this vulnerability can lead to: vendor phpunit phpunit src util php eval-stdin.php cve

An attacker does not need prior access to the system. They simply need to make a POST request to the path where the vendor folder is exposed to the internet. http://your-app.com

System administrators and developers must take immediate action to identify vulnerable PHPUnit installations, upgrade to patched versions, and reconfigure web servers to properly isolate public assets from backend libraries. Regular security audits and dependency management are essential to protect against this persistent threat. The continued exploitation of this vulnerability in malware campaigns shows that attackers are always scanning for these mistakes, making vigilance and proper configuration a necessity, not an option.

If a production environment leaves its third-party development dependencies publicly accessible via the web root, an unauthenticated remote attacker can issue a simple HTTP POST request to execute malicious code on the host machine. The Exploit Payload and Traffic Characteristics

composer require phpunit/phpunit:">=5.6.3" An attacker targets an exposed application by making

The problem lies in the vulnerable versions of PHPUnit where the eval-stdin.php file uses the php://input wrapper to read incoming data. The vulnerable code originally looked like: eval('?>'.file_get_contents('php://input'));

You can check if your application is vulnerable by attempting to access the file: curl -X POST -d "" http://your-site.com

POST /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1 Host: victim.com

The application was deployed with development tools included (e.g., executing composer install without the --no-dev flag). How the Exploit Works (PoC Breakdown) Vulnerability Overview The issue stems from the script

However, two common mistakes led to the disaster:

The path vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php refers to a critical Remote Code Execution (RCE) vulnerability tracked as . This flaw allows an unauthenticated attacker to execute arbitrary PHP code on a server. Vulnerability Summary

Rated as 9.8 Critical (CVSS 3.1) because it requires no privileges or user interaction.

Attackers can gain control over the underlying server.