Back to Codebase

Vulnerability Analysis Report

Drupal Drupal Extension vv4.0.0beta1

Scan ID: SCAN-DRUPAL-DRUPAL-EXTENSION-F28ho0 • Hash: f04ffa2c

Severity Score
Critical
Total Findings
5
Engine Version
ECOMGUARD-HYBRID-AST-1.5
Scan Duration
1.175s

Vulnerability Details

L33

Dynamic Code Execution in MessageContext.php

CWE-94
File Location: src/Drupal/DrupalExtension/Context/MessageContext.php:33
Security Score:
96 / 100
Confirmed Issue

Rule Engine Warning

Detected insecure pattern matching known vulnerability signatures. High Severity (Confirmed via full AST flow control tracing). Please apply remediation steps matching the recommended patch format below.

Heuristics Diff
- $this->assert(
+ // Avoid dynamic function/code evaluation. Rewrite with native callbacks.
L167

Dynamic Code Execution in MessageContext.php

CWE-94
File Location: src/Drupal/DrupalExtension/Context/MessageContext.php:167
Security Score:
96 / 100
Confirmed Issue

Rule Engine Warning

Detected insecure pattern matching known vulnerability signatures. High Severity (Confirmed via full AST flow control tracing). Please apply remediation steps matching the recommended patch format below.

Heuristics Diff
- $this->assert(
+ // Avoid dynamic function/code evaluation. Rewrite with native callbacks.
L234

Dynamic Code Execution in MessageContext.php

CWE-94
File Location: src/Drupal/DrupalExtension/Context/MessageContext.php:234
Security Score:
96 / 100
Confirmed Issue

Rule Engine Warning

Detected insecure pattern matching known vulnerability signatures. High Severity (Confirmed via full AST flow control tracing). Please apply remediation steps matching the recommended patch format below.

Heuristics Diff
- $this->assert(
+ // Avoid dynamic function/code evaluation. Rewrite with native callbacks.
L276

Dynamic Code Execution in MessageContext.php

CWE-94
File Location: src/Drupal/DrupalExtension/Context/MessageContext.php:276
Security Score:
96 / 100
Confirmed Issue

Rule Engine Warning

Detected insecure pattern matching known vulnerability signatures. High Severity (Confirmed via full AST flow control tracing). Please apply remediation steps matching the recommended patch format below.

Heuristics Diff
- private function assert($message, $selectorId, $exceptionMsgNone, $exceptionMsgMissing)
+ // Avoid dynamic function/code evaluation. Rewrite with native callbacks.
L100

Dynamic Code Execution in MessageContext.php

CWE-94
File Location: src/Drupal/DrupalExtension/Context/MessageContext.php:100
Security Score:
95 / 100
Confirmed Issue

Rule Engine Warning

Detected insecure pattern matching known vulnerability signatures. High Severity (Confirmed via full AST flow control tracing). Please apply remediation steps matching the recommended patch format below.

Heuristics Diff
- $this->assert(
+ // Avoid dynamic function/code evaluation. Rewrite with native callbacks.