Spectra Assure
Community
warningRisk: Tampering
Scanned: 9 days ago

Language Support for Java(TM) by Red Hat

Artifact:
Java Linting, Intellisense, formatting, refactoring, Maven/Gradle support and more...
License: Copyleft (EPL-2.0)
Published: 2 months ago

Publisher: redhat



SAFE Assessment

Compliance

Licenses
1 weak copyleft linked components
Secrets
43 debugging symbols found

Security

Vulnerabilities
3 medium severity vulnerabilities
Hardening
10 baseline mitigations missing

Threats

Tampering
1 components with malware history
Malware
No evidence of malware inclusion

INCIDENTS FOR THIS VERSION:

Popularity

50.06M
Total Installs
Contributor
Declared Dependencies
84
Dependents

Top issues

Problem

Data Execution Prevention (DEP/NX) is a vulnerability mitigation option that prevents data from being interpreted as code anywhere within the application. This mitigation protects the application stack, heap and other memory data ranges. Executable files that fail to implement this mitigation expose the user to increased risks of malicious code injection.

Prevalence in Visual Studio Code community

10 packages
found in
Top 100
83 packages
found in
Top 1k
298 packages
found in
Top 10k
1.03k packages
in community

Next steps

It's highly recommended to enable this option for all software components used at security boundaries, or those that process user controlled inputs.
To enable this mitigation, refer to your programming language linker documentation.
In Microsoft VisualStudio, you can enable DEP mitigation by setting the linker option /NXCOMPAT to ON.

Problem

Security Development Lifecycle (SDL) is a group of enhanced compile-time checks that report common coding mistakes as errors. These checks prevent the use of hard-to-secure string manipulation functions. They enforce static memory access checks, and allow only the use of range-verified string parsing functions. While these checks do not prevent every memory corruption issue by themselves, they do help reduce the likelihood.

Prevalence in Visual Studio Code community

26 packages
found in
Top 100
110 packages
found in
Top 1k
219 packages
found in
Top 10k
867 packages
in community

Next steps

It's highly recommended to enable these checks for all software components used at security boundaries, or those that process user controlled inputs.
To enable these checks, refer to your programming language toolchain documentation.
In Microsoft VisualStudio, you can enable this feature by setting the compiler option /SDL to ON.

Problem

Sensitive executable memory regions should be kept as read-only to protect the integrity of trusted execution code flow paths. Imported function addresses are pointers to the symbols that implement the application-required functionality. If those pointers are changed by malicious code, execution paths can be redirected to unintended locations. Most modern programming language toolchains protect those memory regions appropriately. These issues are commonly reported for outdated linkers and non-compliant executable packing solutions.

Prevalence in Visual Studio Code community

20 packages
found in
Top 100
161 packages
found in
Top 1k
472 packages
found in
Top 10k
1.89k packages
in community

Next steps

Review the programming language linker options, and consider a build toolchain update.

Problem

Sensitive executable memory regions should be kept as read-only to protect the integrity of trusted execution code flow paths. Thread local storage (TLS) callbacks are pointers to code initialization and resource release functions. If those pointers are changed by malicious code, execution paths can be redirected to unintended locations. Most modern programming language toolchains protect those memory regions appropriately. These issues are commonly reported for outdated linkers and non-compliant executable packing solutions.

Prevalence in Visual Studio Code community

12 packages
found in
Top 100
102 packages
found in
Top 1k
348 packages
found in
Top 10k
1.32k packages
in community

Next steps

Review the programming language linker options, and consider a build toolchain update.

Problem

The stack is a special program segment which is writable by design, and is commonly used to store function-specific data and execution context. Granting execution privileges to the stack segment reduces application security, because it makes it possible to execute arbitrary code stored on the stack. While many modern compilers will implement a non-executable stack by default, it can be unintentionally disabled or made explicitly executable in automatically generated or misconfigured compiler options.

Prevalence in Visual Studio Code community

2 packages
found in
Top 100
13 packages
found in
Top 1k
54 packages
found in
Top 10k
155 packages
in community

Next steps

Enable non-executable stack mitigation with the -z noexecstack parameter during compilation.

Top behaviors

Prevalence in Visual Studio Code community

Behavior often found in this community (Common)
26 packages
found in
Top 100
136 packages
found in
Top 1k
330 packages
found in
Top 10k
1.5k packages
in community

Prevalence in Visual Studio Code community

Behavior uncommon for this community (Uncommon)
12 packages
found in
Top 100
61 packages
found in
Top 1k
178 packages
found in
Top 10k
861 packages
in community

Prevalence in Visual Studio Code community

Behavior uncommon for this community (Uncommon)
13 packages
found in
Top 100
49 packages
found in
Top 1k
157 packages
found in
Top 10k
749 packages
in community

Prevalence in Visual Studio Code community

Behavior uncommon for this community (Uncommon)
12 packages
found in
Top 100
39 packages
found in
Top 1k
68 packages
found in
Top 10k
491 packages
in community

Prevalence in Visual Studio Code community

Behavior often found in this community (Common)
67 packages
found in
Top 100
547 packages
found in
Top 1k
2891 packages
found in
Top 10k
14.99k packages
in community

Top vulnerabilities

Vulnerability Exploitation Lifecycle
(6 Active Vulnerabilities)
2 (2 Fixable)
CVE-2025-11226m
CVE-2024-47554m
1 (1 Fixable)
CVE-2022-36033m
None
None
Exploits Unknown
Exploits Exist
Exploited by Malware
Patching Mandated