-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathNote_3594142.xml
More file actions
44 lines (44 loc) · 2.92 KB
/
Note_3594142.xml
File metadata and controls
44 lines (44 loc) · 2.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="utf-8"?>
<targetsystem xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" desc="Security note 3594142 - [CVE-2025-31324] Missing Authorization check in SAP NetWeaver (Visual Composer development server)" id="Note_3594142" multisql="Yes" version="0000" xsi:schemaLocation="csa_policy.xsd">
<!-- [p1-CVSS 10.0] EP-VC-INF 0003594142 - [CVE-2025-31324] Missing Authorization check in SAP NetWeaver (Visual Composer development server) (Version 0019) -->
<!-- Syntax rules: https://support.sap.com/en/alm/sap-focused-run/expert-portal/configuration-and-security-analytics/syntax-rules-and-policy-check-examples.html -->
<configstore name="COMP_LEVEL" name_extended="" system_type="JAVA">
<checkitem desc="Validate note 3594142 for software component VCFRAMEWORK" id="VCFRAMEWORK" not_found="ignore">
<compliant>
COMPONENT = 'VCFRAMEWORK' and (
( VERSION = '7.50' and SP = '20' and PATCH >= '1' )
or ( VERSION = '7.50' and SP = '21' and PATCH >= '1' )
or ( VERSION = '7.50' and SP = '22' and PATCH >= '1' )
or ( VERSION = '7.50' and SP = '23' and PATCH >= '1' )
or ( VERSION = '7.50' and SP = '24' and PATCH >= '1' )
or ( VERSION = '7.50' and SP = '25' and PATCH >= '2' )
or ( VERSION = '7.50' and SP = '26' and PATCH >= '2' )
or ( VERSION = '7.50' and SP = '27' and PATCH >= '2' )
or ( VERSION = '7.50' and SP = '28' and PATCH >= '1' )
or ( VERSION = '7.50' and SP = '29' and PATCH >= '1' )
or ( VERSION = '7.50' and SP = '30' and PATCH >= '1' )
or ( VERSION = '7.50' and SP = '31' and PATCH >= '1' )
or ( VERSION = '7.50' and SP >= '32' )
)
</compliant>
<noncompliant>
COMPONENT = 'VCFRAMEWORK' and (
( VERSION < '7.50')
or ( VERSION = '7.50' and SP < '20')
or ( VERSION = '7.50' and SP = '20' and PATCH < '1' )
or ( VERSION = '7.50' and SP = '21' and PATCH < '1' )
or ( VERSION = '7.50' and SP = '22' and PATCH < '1' )
or ( VERSION = '7.50' and SP = '23' and PATCH < '1' )
or ( VERSION = '7.50' and SP = '24' and PATCH < '1' )
or ( VERSION = '7.50' and SP = '25' and PATCH < '2' )
or ( VERSION = '7.50' and SP = '26' and PATCH < '2' )
or ( VERSION = '7.50' and SP = '27' and PATCH < '2' )
or ( VERSION = '7.50' and SP = '28' and PATCH < '1' )
or ( VERSION = '7.50' and SP = '29' and PATCH < '1' )
or ( VERSION = '7.50' and SP = '30' and PATCH < '1' )
or ( VERSION = '7.50' and SP = '31' and PATCH < '1' )
)
</noncompliant>
</checkitem>
</configstore>
</targetsystem>