Back to Codebase

Vulnerability Analysis Report

Drupal Drupal Extension vv5.3.2

Scan ID: SCAN-DRUPAL-DRUPAL-EXTENSION-h8sjr6 • Hash: 5bf25b78

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

Vulnerability Details

L38

Dynamic Code Execution in MessageContext.php

CWE-94
File Location: src/Drupal/DrupalExtension/Context/MessageContext.php:38
Security Score:
98 / 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.
L213

Dynamic Code Execution in MessageContext.php

CWE-94
File Location: src/Drupal/DrupalExtension/Context/MessageContext.php:213
Security Score:
97 / 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.
L300

Dynamic Code Execution in MessageContext.php

CWE-94
File Location: src/Drupal/DrupalExtension/Context/MessageContext.php:300
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.
L373

Dynamic Code Execution in MessageContext.php

CWE-94
File Location: src/Drupal/DrupalExtension/Context/MessageContext.php:373
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
- protected function assert(string $message, string $selectorId, string $exceptionMsgNone, string $exceptionMsgMissing): void {
+ // Avoid dynamic function/code evaluation. Rewrite with native callbacks.
L126

Dynamic Code Execution in MessageContext.php

CWE-94
File Location: src/Drupal/DrupalExtension/Context/MessageContext.php:126
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.