Lucene search
+L
VeracodeRecent

38790 matches found

Veracode
Veracode
•added 2026/04/29 1:18 p.m.•31 views

Improper Access Control

Spring Security is vulnerable to Improper Access Control. The vulnerability is due to incorrect request matching when using securityMatchersString with a PathPatternRequestMatcher.Builder that prepends a servlet path, causing requests to bypass the intended filter chain and leaving authentication...

7.5CVSS5.8AI score0.00248EPSS
SaveExploits0References2Affected Software1
Veracode
Veracode
•added 2026/04/29 1:03 p.m.•19 views

Certificate Impersonation

spring-security-web is vulnerable to certificate impersonation. The vulnerability is due to improper parsing of malformed X.509 certificate CN values in SubjectX500PrincipalExtractor, which can result in extracting an incorrect username and allow attackers to impersonate another user...

8.1CVSS5.2AI score0.00296EPSS
SaveExploits0References5Affected Software1
Veracode
Veracode
•added 2026/04/29 11:31 a.m.•14 views

Authorization Bypass

spring-security-config is vulnerable to Authorization Bypass. The vulnerability is due to incorrect handling of the servlet-path attribute in , where the servlet path is not included when computing the path matcher, causing defined authorization rules to be skipped and allowing unauthorized acces...

7.5CVSS5.1AI score0.00266EPSS
SaveExploits0References5Affected Software1
Veracode
Veracode
•added 2026/04/29 11:04 a.m.•14 views

Arbitrary File Overwrite

org.springframework.boot, spring-boot is vulnerable to arbitrary file overwrite. The vulnerability is due to insecure handling of the PID file via ApplicationPidFileWriter, which allows a local attacker with write access to the PID file location to exploit symlink behavior and overwrite or corrup...

6.7CVSS5.5AI score0.00112EPSS
SaveExploits0References3Affected Software2
Veracode
Veracode
•added 2026/04/29 10:52 a.m.•14 views

Improper Hostname Verification

Spring Boot is vulnerable to improper hostname verification. The vulnerability is due to missing hostname verification in SSL bundle configuration, which allows an attacker to perform man-in-the-middle attacks by impersonating the RabbitMQ broker...

9.1CVSS5.2AI score0.00157EPSS
SaveExploits0References3Affected Software2
Veracode
Veracode
•added 2026/04/29 10:41 a.m.•15 views

Default Security Bypass

Spring Boot is vulnerable to Default Security Bypass. The vulnerability is due to Spring Boot's default web security being ineffective, where an application with no Spring Security configuration and relying on the default web security filter chain can allow unauthorized access to all endpoints, a...

9.1CVSS5.3AI score0.00489EPSS
SaveExploits0References5Affected Software2
Veracode
Veracode
•added 2026/04/29 10:20 a.m.•22 views

Denial Of Service (DoS)

Spring Core is vulnerable to Denial of Service DoS. The vulnerability is due to inefficient handling of static resource resolution on Windows file systems, where specially crafted requests can take excessive time to process and hold HTTP connections open, leading to resource exhaustion and servic...

5.3CVSS5.3AI score0.00341EPSS
SaveExploits0References4Affected Software3
Veracode
Veracode
•added 2026/04/29 10:18 a.m.•20 views

Improper Control Of Temporary Directory Access

org.springframework.boot, spring-boot is vulnerable to improper control of temporary directory access. The vulnerability is due to inadequate ownership verification of the ApplicationTemp directory when persistent sessions are enabled, which allows a local attacker to gain control of the director...

7CVSS5.7AI score0.00136EPSS
SaveExploits0References3Affected Software1
Veracode
Veracode
•added 2026/04/29 10:09 a.m.•17 views

Improper SSL Hostname Verification

org.springframework.boot, spring-boot-elasticsearch is vulnerable to improper SSL hostname verification. The vulnerability is due to missing hostname verification in SSL bundle configuration, which allows an attacker to perform man-in-the-middle attacks by connecting to a malicious Elasticsearch...

6.8CVSS5.2AI score0.00136EPSS
SaveExploits0References3Affected Software1
Veracode
Veracode
•added 2026/04/29 10:04 a.m.•13 views

Denial Of Service (DoS)

Spring Web is vulnerable to Denial of Service DoS. The vulnerability is due to improper cleanup of temporary files created during multipart request processing, where files for large parts may not be deleted after request completion, allowing attackers to exhaust disk space...

6.5CVSS5.2AI score0.00344EPSS
SaveExploits0References4Affected Software2
Veracode
Veracode
•added 2026/04/29 9:39 a.m.•19 views

Cache Poisoning

Spring MVC and WebFlux are vulnerable to Cache Poisoning. The vulnerability is due to improper handling of encoded resource resolution when resource chain caching is enabled, allowing attackers to store incorrectly encoded resources in the cache, which can break frontend asset delivery and lead t...

3.1CVSS5.2AI score0.00236EPSS
SaveExploits0References4Affected Software2
Veracode
Veracode
•added 2026/04/29 9:24 a.m.•11 views

Weak Random Value Generation For Secrets (weak PRNG)

Spring Boot is vulnerable to the use of a weak pseudo-random number generator PRNG. The vulnerability is due to the use of predictable random value sources e.g., $random.value, $random.int, $random.long, which allows an attacker to guess or brute-force generated secrets and compromise application...

8.2CVSS5.8AI score0.00312EPSS
SaveExploits0References10Affected Software2
Veracode
Veracode
•added 2026/04/29 8:05 a.m.•15 views

Timing Attack

org.springframework.boot, spring-boot-devtools is vulnerable to a timing attack. The vulnerability is due to insecure comparison of the DevTools remote secret, which allows an attacker on the same network to exploit timing differences to guess the secret and potentially achieve remote code...

7.5CVSS5.8AI score0.00262EPSS
SaveExploits0References3Affected Software1
Veracode
Veracode
•added 2026/04/29 6:40 a.m.•19 views

Improper Input Validation

org.springframework.security:spring-security-oauth2-authorization-server is vulnerable to Improper Input Validation. The vulnerability is due to insufficient validation of client metadata fields during dynamic client registration, which allows an attacker to register a malicious client and exploi...

9.6CVSS5.2AI score0.00504EPSS
SaveExploits0References1Affected Software1
Veracode
Veracode
•added 2026/04/28 5:26 p.m.•21 views

Improper Authentication

Apache HttpClient is vulnerable to Improper Authentication. The vulnerability is due to a missing verification step in SCRAM-SHA-256 authentication, which allows an attacker to bypass proper mutual authentication checks and be accepted by the client...

7.3CVSS5.3AI score0.00557EPSS
SaveExploits0References8Affected Software1
Veracode
Veracode
•added 2026/04/28 12:43 p.m.•13 views

Time-of-check Time-of-use

Spring Security is vulnerable to a Time-of-check Time-of-use race condition. The vulnerability is due to a Time-of-Check Time-of-Use TOCTOU issue in JdbcOneTimeTokenService, where token validation and usage are not performed atomically, allowing attackers to reuse or race token consumption and...

4.8CVSS5.2AI score0.00124EPSS
SaveExploits0References4Affected Software1
Veracode
Veracode
•added 2026/04/28 8:57 a.m.•16 views

Proxy Bypass

Axios is vulnerable to Proxy Bypass. The vulnerability is due to incomplete NOPROXY handling for loopback addresses, where requests to the 127.0.0.0/8 range excluding 127.0.0.1 bypass proxy restrictions, allowing attackers to access internal or local services despite configured protections...

10CVSS5.2AI score0.00661EPSS
SaveExploits1References43Affected Software1
Veracode
Veracode
•added 2026/04/28 8:13 a.m.•14 views

Improper Input Encoding

Axios is vulnerable to Improper Input Encoding. The vulnerability is due to incorrect character mapping in the encode function, where safely percent-encoded null bytes %00 are converted back to raw null bytes, potentially leading to unsafe request data handling in affected usage scenarios...

3.7CVSS5.2AI score0.00217EPSS
SaveExploits1References2Affected Software1
Veracode
Veracode
•added 2026/04/25 5:40 a.m.•27 views

Cross-origin Data Exfiltration

Glances is vulnerable to Cross-origin Data Exfiltration. The vulnerability is due to the REST API /api/4/ being exposed without authentication and configured with a permissive CORS policy Access-Control-Allow-Origin: , allowing malicious websites to access and exfiltrate sensitive system...

8.7CVSS5.8AI score0.00408EPSS
SaveExploits1References3Affected Software1
Veracode
Veracode
•added 2026/04/25 5:39 a.m.•33 views

Server-Side Request Forgery

Glances is vulnerable to Server-Side Request Forgery SSRF. The vulnerability is due to insufficient validation of the publicapi configuration parameter in the IP plugin, where attacker-controlled URLs are used directly in outbound HTTP requests without scheme or hostname restrictions, allowing...

8.8CVSS5.8AI score0.00396EPSS
SaveExploits1References3Affected Software1
Veracode
Veracode
•added 2026/04/25 5:29 a.m.•24 views

Server-Side Template Injection (SSTI)

getkirby/cms is vulnerable to Server-Side Template Injection SSTI. The vulnerability is due to improper enforcement of page status permissions during page creation through the REST API, which allows an attacker to create published pages directly and bypass the intended editorial workflow...

8.1CVSS5.8AI score0.00334EPSS
SaveExploits0References5Affected Software1
Veracode
Veracode
•added 2026/04/25 5:27 a.m.•23 views

OpenMage LTS: Cross-user Wishlist Import Leads To Private Option & File Disclosure

Cross-user wishlist item import via shared wishlist code, leading to private option disclosure and file-disclosure variant Summary The shared wishlist add-to-cart endpoint authorizes access with a public "sharingcode", but loads the acted-on wishlist item by a separate global "wishlistitemid" and...

5.4CVSS5.7AI score0.00176EPSS
SaveExploits1Affected Software1
Veracode
Veracode
•added 2026/04/25 5:19 a.m.•29 views

OpenMage LTS: Customer File Upload Extension Blocklist Bypass → Remote Code Execution

The product custom option file upload in OpenMage LTS uses an incomplete blocklist "forbiddenextensions = php,exe" to prevent dangerous file uploads. This blocklist can be trivially bypassed by using alternative PHP-executable extensions such as ".phtml", ".phar", ".php3", ".php4", ".php5",...

8.8CVSS6.1AI score0.00691EPSS
SaveExploits1Affected Software1
Veracode
Veracode
•added 2026/04/24 9:58 a.m.•32 views

Timing Attack

Bouncy Castle is vulnerable to Timing Attack. The vulnerability is due to timing discrepancies in cryptographic operations within the FrodoEngine component, which allows an attacker to infer sensitive information through timing analysis...

9.9CVSS5.1AI score0.00899EPSS
SaveExploits0References14Affected Software6
Veracode
Veracode
•added 2026/04/24 2:16 a.m.•20 views

Security Misconfiguration

github.com/containerd/containerd is vulnerable to Security Misconfiguration. The vulnerability is due to incorrect permission settings on critical directories, which allows an attacker to access or manipulate container runtime files with unintended privileges...

7.8CVSS7.6AI score0.00157EPSS
SaveExploits1References4Affected Software1
Veracode
Veracode
•added 2026/04/22 9:56 a.m.•13 views

Symlink-Based Path Traversal

Backstage is vulnerable to symlink-based path traversal. The vulnerability is due to improper validation of symlinks in Scaffolder actions and archive extraction utilities, which allows an attacker with template execution access to read, write, or delete arbitrary files outside the intended...

9.1CVSS6AI score0.00487EPSS
SaveExploits0References8Affected Software3
Veracode
Veracode
•added 2026/04/22 8:43 a.m.•20 views

Improper Access Control

Mattermost is vulnerable to improper access control. The vulnerability is due to insufficient sanitization and access restrictions on team email addresses, which allows an authenticated user to exploit the GET /api/v4/channels/channelid/commonteams endpoint to view sensitive team email informatio...

4.3CVSS7.2AI score0.00214EPSS
SaveExploits0References6Affected Software2
Veracode
Veracode
•added 2026/04/22 8:43 a.m.•17 views

Improper Validation Of OAuth State Tokens

github.com/mattermost/mattermost-server is vulnerable to improper validation of OAuth state tokens. The vulnerability is due to insufficient validation during the OpenID Connect OAuth flow, which allows an attacker to manipulate authentication data and take over a user account under specific...

9.9CVSS7.2AI score0.00342EPSS
SaveExploits0References7Affected Software2
Veracode
Veracode
•added 2026/04/22 7:22 a.m.•14 views

Improper Authentication

Mattermost is vulnerable to improper authentication. The vulnerability is due to failure to validate plugin bot identity in reaction forwarding, which allows an attacker to hijack the GitHub reaction feature and make users add reactions to arbitrary GitHub objects via crafted notification posts...

3CVSS7.4AI score0.00169EPSS
SaveExploits0References4Affected Software3
Veracode
Veracode
•added 2026/04/21 8:40 a.m.•19 views

Denial-Of-Service (DoS)

libxmljs is vulnerable to a segmentation fault leading to denial-of-service DoS. The vulnerability is due to improper handling of the internal ref property in entityref and entitydecl nodes when parsing specially crafted XML documents, which allows an attacker to trigger a crash by supplying...

7.5CVSS5.7AI score0.00428EPSS
SaveExploits1References2Affected Software1
Veracode
Veracode
•added 2026/04/21 8:11 a.m.•15 views

Improper Access Control

github.com/mattermost/mattermost-server is vulnerable to improper access control. The vulnerability is due to failure to validate user channel membership when attaching posts to Jira issues, which allows an authenticated attacker with Jira plugin access to read post content and attachments from...

4.3CVSS5.7AI score0.00188EPSS
SaveExploits0References5Affected Software2
Veracode
Veracode
•added 2026/04/21 7:03 a.m.•31 views

Improper Access Control

github.com/redhatinsights/runtimes-inventory-operator is vulnerable to improper access control. The vulnerability is due to a misconfigured internal proxy that attaches administrative credentials to all commands, which allows a standard user to send unauthorized commands and gain full cluster...

8.7CVSS7.3AI score0.00199EPSS
SaveExploits0References4Affected Software1
Veracode
Veracode
•added 2026/04/21 5:49 a.m.•13 views

Improper TLS Certificate Verification

github.com/traefik/traefik/v3 is vulnerable to improper TLS certificate verification. The vulnerability is due to incorrect handling of the proxy-ssl-verify annotation, which disables TLS verification when enabled, allowing an attacker to perform man-in-the-middle attacks on HTTPS backends...

5.9CVSS7.3AI score0.00224EPSS
SaveExploits0References4Affected Software1
Veracode
Veracode
•added 2026/04/21 4:54 a.m.•18 views

Arbitrary Code Injection

protobufjs is vulnerable to Arbitrary Code Injection. The vulnerability is due to improper validation of the "type" field in protobuf definitions, which allows an attacker to inject and execute arbitrary code during object decoding...

9.8CVSS6.4AI score0.00745EPSS
SaveExploits2References13Affected Software1
Veracode
Veracode
•added 2026/04/20 9:27 a.m.•14 views

Improper Policy Enforcement

github.com/openfga/openfga is vulnerable to improper policy enforcement. The vulnerability is due to inadequate validation during certain Check and ListObject calls, which allows an attacker to bypass authorization controls and gain unauthorized access to resources...

8.8CVSS7.4AI score0.00295EPSS
SaveExploits0References4Affected Software1
Veracode
Veracode
•added 2026/04/20 9:15 a.m.•15 views

Denial Of Service (DoS)

github.com/google/osv-scalibr is vulnerable to Denial of Service DoS. The vulnerability is due to improper handling of empty directory responses in the filesystem traversal fallback path, which allows an attacker to trigger an out-of-bounds access index out of range leading to a panic and...

4.8CVSS5.7AI score0.00106EPSS
SaveExploits0References2Affected Software1
Veracode
Veracode
•added 2026/04/20 6:52 a.m.•18 views

Improper Authorization

github.com/mattermost/mattermost-server is vulnerable to improper authorization. The vulnerability is due to failure in validating the relationship between the post being updated and the MSTeams plugin OAuth flow, which allows an attacker to exploit this via a crafted OAuth redirect URL to edit...

5.4CVSS5.9AI score0.00183EPSS
SaveExploits0References6Affected Software2
Veracode
Veracode
•added 2026/04/20 6:40 a.m.•14 views

Sensitive Information Exposure

github.com/mattermost/mattermost-server is vulnerable to sensitive information exposure. The vulnerability is due to improper sanitization of user data, which allows system administrators to access password hashes and MFA secrets via the POST /api/v4/users/userid/email/verify/member endpoint...

4.9CVSS5.8AI score0.00279EPSS
SaveExploits0References6Affected Software2
Veracode
Veracode
•added 2026/04/20 6:10 a.m.•10 views

Improper Access Control

github.com/mattermost/mattermost-server is vulnerable to improper access control. The vulnerability is due to failure in enforcing the "Allow users to view archived channels" setting, which allows an attacker to access archived channel content and files via the "Open in Channel" functionality fro...

4.3CVSS5.7AI score0.00168EPSS
SaveExploits0References3Affected Software1
Veracode
Veracode
•added 2026/04/18 5:38 a.m.•15 views

Authorization Bypass

mcp-neo4j-cypher is vulnerable to Authorization Bypass. The vulnerability is due to the readonly mode enforcement being bypassable using APOC CALL procedures, where unauthorized write operations or server-side request forgery can occur and attackers can exploit this to gain unauthorized access...

2.3CVSS5.3AI score0.00264EPSS
SaveExploits0References2Affected Software1
Veracode
Veracode
•added 2026/04/18 5:38 a.m.•17 views

Cross-site Scripting (XSS)

Decidim is vulnerable to Cross-site Scripting XSS. The vulnerability is due to improper sanitization of user input in the user name field, which allows an attacker to inject and execute arbitrary code when other users view affected pages...

9.3CVSS5.8AI score0.00356EPSS
SaveExploits0References5Affected Software1
Veracode
Veracode
•added 2026/04/18 5:38 a.m.•11 views

SQL Injection

PraisonAI is vulnerable to SQL Injection. The vulnerability is due to unsafe concatenation of the tableprefix configuration value into SQL queries without validation, which allows an attacker to inject arbitrary SQL and manipulate or access database contents...

9.8CVSS5.8AI score0.00297EPSS
SaveExploits1References3Affected Software1
Veracode
Veracode
•added 2026/04/18 5:37 a.m.•17 views

Giskard Has A Regular Expression Denial Of Service (ReDoS) In RegexMatching Check

Summary The RegexMatching check in the "giskard-checks" package passes a user-supplied regular expression pattern directly to Python's re.search without any timeout, complexity guard, or pattern validation. An attacker who can control the regex pattern or the text being matched can craft inputs...

5.5CVSS6AI score0.00149EPSS
SaveExploits0Affected Software1
Veracode
Veracode
•added 2026/04/18 5:37 a.m.•15 views

Security Misconfiguration

Apache Airflow is Vulnerable to Security Misconfiguration. The Vulnerability is due to insufficiently clear documentation of the security model, workload isolation, and JWT authentication behavior, which may lead deployment managers to make incorrect assumptions and configure insecure environment...

7.5CVSS5.8AI score0.00439EPSS
SaveExploits0References4Affected Software2
Veracode
Veracode
•added 2026/04/18 5:37 a.m.•19 views

Information Disclosure

apacheairflow is vulnerable to Information Disclosure. The vulnerability is due to JWT Tokens used by tasks being exposed in logs, where UI users could act as Dag Authors by exploiting this exposure...

7.5CVSS5.2AI score0.00739EPSS
SaveExploits0References4Affected Software1
Veracode
Veracode
•added 2026/04/18 5:37 a.m.•12 views

Buffer Overflow

zlib is vulnerable to a buffer overflow. The vulnerability is due to insufficient capacity validation in the zstreambufferungets function of Zlib::GzipReader before shifting existing data with memmove, which allows an attacker to trigger memory corruption by supplying crafted input that causes th...

9.8CVSS7.3AI score0.00561EPSS
SaveExploits0References5Affected Software1
Veracode
Veracode
•added 2026/04/18 5:36 a.m.•14 views

Server-Side Request Forgery (SSRF)

web3.py is vulnerable to Server-Side Request Forgery SSRF. The vulnerability is due to web3.py directly processing contract-supplied URLs in its CCIP Read/OffchainLookup EIP-3668 implementation without validating the destination, which allows an attacker to craft a malicious smart contract that...

7.2CVSS6AI score0.00229EPSS
SaveExploits2References2Affected Software1
Veracode
Veracode
•added 2026/04/18 5:36 a.m.•14 views

Decompression Bomb

Pillow is vulnerable to Decompression bomb attacks. The vulnerability is due to not limiting the amount of GZIP-compressed data read when decoding a FITS image, where a specially crafted FITS file could cause unbounded memory consumption, and attackers can exploit it by providing maliciously...

8.7CVSS5.2AI score0.00671EPSS
SaveExploits0References30Affected Software1
Veracode
Veracode
•added 2026/04/18 5:35 a.m.•16 views

Remote Code Execution (RCE)

Giskard is vulnerable to Remote Code Execution RCE. The vulnerability is due to unsafe rendering of user-controlled input using Jinja2 Template without validation, which allows an attacker to execute arbitrary code through crafted rule definitions...

7.8CVSS6.2AI score0.00144EPSS
SaveExploits0References2Affected Software1
Veracode
Veracode
•added 2026/04/18 5:34 a.m.•19 views

LibreNMS: Cross-Site Scripting In ShowConfigController

Summary A Stored Cross-Site Scripting XSS vulnerability exists in the ShowConfig page of devices affected by the RANCID Integration settings. The application fails to properly sanitise the "rancidrepourl" configuration value. When a user navigates to a device's configuration page, this unsanitise...

4.8CVSS6.2AI score0.00225EPSS
SaveExploits1Affected Software1
Total number of security vulnerabilities38790