This CPE summary could be partial or incomplete. Please contact us for a detailed listing.

Summary

Detail
Vendor Jenkins First view 2014-10-15
Product Jenkins Last view 2025-04-02
Version 1.565 Type Application
Update *  
Edition *  
Language *  
Sofware Edition -  
Target Software *  
Target Hardware *  
Other *  
 
CPE Product cpe:2.3:a:jenkins:jenkins

Activity : Overall

Related : CVE

This CPE have more than 25 Relations. If you want to see a complete summary for this CPE, please contact us.
  Date Alert Description
0 2025-04-02 CVE-2025-31721

A missing permission check in Jenkins 2.503 and earlier, LTS 2.492.2 and earlier allows attackers with Computer/Create permission but without Computer/Configure permission to copy an agent, gaining access to encrypted secrets in its configuration.

0 2025-04-02 CVE-2025-31720

A missing permission check in Jenkins 2.503 and earlier, LTS 2.492.2 and earlier allows attackers with Computer/Create permission but without Computer/Extended Read permission to copy an agent, gaining access to its configuration.

0 2025-03-05 CVE-2025-27625

In Jenkins 2.499 and earlier, LTS 2.492.1 and earlier, redirects starting with backslash (`\`) characters are considered safe, allowing attackers to perform phishing attacks by having users go to a Jenkins URL that will forward them to a different site, because browsers interpret these characters as part of scheme-relative redirects.

0 2025-03-05 CVE-2025-27624

A cross-site request forgery (CSRF) vulnerability in Jenkins 2.499 and earlier, LTS 2.492.1 and earlier allows attackers to have users toggle their collapsed/expanded status of sidepanel widgets (e.g., Build Queue and Build Executor Status widgets).

0 2025-03-05 CVE-2025-27623

Jenkins 2.499 and earlier, LTS 2.492.1 and earlier does not redact encrypted values of secrets when accessing `config.xml` of views via REST API or CLI, allowing attackers with View/Read permission to view encrypted values of secrets.

0 2025-03-05 CVE-2025-27622

Jenkins 2.499 and earlier, LTS 2.492.1 and earlier does not redact encrypted values of secrets when accessing `config.xml` of agents via REST API or CLI, allowing attackers with Agent/Extended Read permission to view encrypted values of secrets.

4.3 2024-10-02 CVE-2024-47804

If an attempt is made to create an item of a type prohibited by `ACL#hasCreatePermission2` or `TopLevelItemDescriptor#isApplicableIn(ItemGroup)` through the Jenkins CLI or the REST API and either of these checks fail, Jenkins 2.478 and earlier, LTS 2.462.2 and earlier creates the item in memory, only deleting it from disk, allowing attackers with Item/Configure permission to save the item to persist it, effectively bypassing the item creation restriction.

4.3 2024-10-02 CVE-2024-47803

Jenkins 2.478 and earlier, LTS 2.462.2 and earlier does not redact multi-line secret values in error messages generated for form submissions involving the `secretTextarea` form field.

6.3 2024-08-07 CVE-2024-43045

Jenkins 2.470 and earlier, LTS 2.452.3 and earlier does not perform a permission check in an HTTP endpoint, allowing attackers with Overall/Read permission to access other users' "My Views".

8.8 2024-08-07 CVE-2024-43044

Jenkins 2.470 and earlier, LTS 2.452.3 and earlier allows agent processes to read arbitrary files from the Jenkins controller file system by using the `ClassLoaderProxy#fetchJar` method in the Remoting library.

8.8 2024-01-24 CVE-2024-23898

Jenkins 2.217 through 2.441 (both inclusive), LTS 2.222.1 through 2.426.2 (both inclusive) does not perform origin validation of requests made through the CLI WebSocket endpoint, resulting in a cross-site WebSocket hijacking (CSWSH) vulnerability, allowing attackers to execute CLI commands on the Jenkins controller.

9.8 2024-01-24 CVE-2024-23897

Jenkins 2.441 and earlier, LTS 2.426.2 and earlier does not disable a feature of its CLI command parser that replaces an '@' character followed by a file path in an argument with the file's contents, allowing unauthenticated attackers to read arbitrary files on the Jenkins controller file system.

7.5 2023-10-10 CVE-2023-44487

The HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can reset many streams quickly, as exploited in the wild in August through October 2023.

7.5 2023-10-10 CVE-2023-36478

Eclipse Jetty provides a web server and servlet container. In versions 11.0.0 through 11.0.15, 10.0.0 through 10.0.15, and 9.0.0 through 9.4.52, an integer overflow in `MetaDataBuilder.checkSize` allows for HTTP/2 HPACK header values to exceed their size limit. `MetaDataBuilder.java` determines if a header name or value exceeds the size limit, and throws an exception if the limit is exceeded. However, when length is very large and huffman is true, the multiplication by 4 in line 295 will overflow, and length will become negative. `(_size+length)` will now be negative, and the check on line 296 will not be triggered. Furthermore, `MetaDataBuilder.checkSize` allows for user-entered HPACK header value sizes to be negative, potentially leading to a very large buffer allocation later on when the user-entered size is multiplied by 2. This means that if a user provides a negative length value (or, more precisely, a length value which, when multiplied by the 4/3 fudge factor, is negative), and this length value is a very large positive number when multiplied by 2, then the user can cause a very large buffer to be allocated on the server. Users of HTTP/2 can be impacted by a remote denial of service attack. The issue has been fixed in versions 11.0.16, 10.0.16, and 9.4.53. There are no known workarounds.

8.1 2023-09-20 CVE-2023-43498

In Jenkins 2.423 and earlier, LTS 2.414.1 and earlier, processing file uploads using MultipartFormDataParser creates temporary files in the default system temporary directory with the default permissions for newly created files, potentially allowing attackers with access to the Jenkins controller file system to read and write the files before they are used.

8.1 2023-09-20 CVE-2023-43497

In Jenkins 2.423 and earlier, LTS 2.414.1 and earlier, processing file uploads using the Stapler web framework creates temporary files in the default system temporary directory with the default permissions for newly created files, potentially allowing attackers with access to the Jenkins controller file system to read and write the files before they are used.

8.8 2023-09-20 CVE-2023-43496

Jenkins 2.423 and earlier, LTS 2.414.1 and earlier creates a temporary file in the system temporary directory with the default permissions for newly created files when installing a plugin from a URL, potentially allowing attackers with access to the system temporary directory to replace the file before it is installed in Jenkins, potentially resulting in arbitrary code execution.

5.4 2023-09-20 CVE-2023-43495

Jenkins 2.423 and earlier, LTS 2.414.1 and earlier does not escape the value of the 'caption' constructor parameter of 'ExpandableDetailsNote', resulting in a stored cross-site scripting (XSS) vulnerability exploitable by attackers able to control this parameter.

4.3 2023-09-20 CVE-2023-43494

Jenkins 2.50 through 2.423 (both inclusive), LTS 2.60.1 through 2.414.1 (both inclusive) does not exclude sensitive build variables (e.g., password parameter values) from the search in the build history widget, allowing attackers with Item/Read permission to obtain values of sensitive variables used in builds by iteratively testing different characters until the correct sequence is discovered.

5.4 2023-07-26 CVE-2023-39151

Jenkins 2.415 and earlier, LTS 2.401.2 and earlier does not sanitize or properly encode URLs in build logs when transforming them into hyperlinks, resulting in a stored cross-site scripting (XSS) vulnerability exploitable by attackers able to control build log contents.

8 2023-06-14 CVE-2023-35141

In Jenkins 2.399 and earlier, LTS 2.387.3 and earlier, POST requests are sent in order to load the list of context actions. If part of the URL includes insufficiently escaped user-provided values, a victim may be tricked into sending a POST request to an unexpected endpoint by opening a context menu.

5.3 2023-03-10 CVE-2023-27904

Jenkins 2.393 and earlier, LTS 2.375.3 and earlier prints an error stack trace on agent-related pages when agent connections are broken, potentially revealing information about Jenkins configuration that is otherwise inaccessible to attackers.

4.4 2023-03-10 CVE-2023-27903

Jenkins 2.393 and earlier, LTS 2.375.3 and earlier creates a temporary file in the default temporary directory with the default permissions for newly created files when uploading a file parameter through the CLI, potentially allowing attackers with access to the Jenkins controller file system to read and write the file before it is used.

4.3 2023-03-10 CVE-2023-27902

Jenkins 2.393 and earlier, LTS 2.375.3 and earlier shows temporary directories related to job workspaces, which allows attackers with Item/Workspace permission to access their contents.

7.5 2023-03-10 CVE-2023-27901

Jenkins 2.393 and earlier, LTS 2.375.3 and earlier uses the Apache Commons FileUpload library without specifying limits for the number of request parts introduced in version 1.5 for CVE-2023-24998 in org.kohsuke.stapler.RequestImpl, allowing attackers to trigger a denial of service.

CWE : Common Weakness Enumeration

This CPE have more than 25 Relations. If you want to see a complete summary for this CPE, please contact us.
%idName
26% (43) CWE-79 Failure to Preserve Web Page Structure ('Cross-site Scripting')
15% (25) CWE-200 Information Exposure
8% (14) CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path ...
6% (11) CWE-352 Cross-Site Request Forgery (CSRF)
6% (10) CWE-264 Permissions, Privileges, and Access Controls
5% (8) CWE-502 Deserialization of Untrusted Data
4% (7) CWE-20 Improper Input Validation
2% (4) CWE-59 Improper Link Resolution Before File Access ('Link Following')
1% (3) CWE-770 Allocation of Resources Without Limits or Throttling
1% (3) CWE-287 Improper Authentication
1% (3) CWE-254 Security Features
1% (3) CWE-203 Information Exposure Through Discrepancy
0% (1) CWE-772 Missing Release of Resource after Effective Lifetime
0% (1) CWE-755 Improper Handling of Exceptional Conditions
0% (1) CWE-754 Improper Check for Unusual or Exceptional Conditions
0% (1) CWE-732 Incorrect Permission Assignment for Critical Resource
0% (1) CWE-613 Insufficient Session Expiration
0% (1) CWE-434 Unrestricted Upload of File with Dangerous Type
0% (1) CWE-400 Uncontrolled Resource Consumption ('Resource Exhaustion')
0% (1) CWE-399 Resource Management Errors
0% (1) CWE-384 Session Fixation
0% (1) CWE-367 Time-of-check Time-of-use (TOCTOU) Race Condition
0% (1) CWE-362 Race Condition
0% (1) CWE-346 Origin Validation Error
0% (1) CWE-345 Insufficient Verification of Data Authenticity

SAINT Exploits

Description Link
Jenkins groovy.util.Expando Java deserialization vulnerability More info here

Snort® IPS/IDS

Date Description
2020-03-12 Jenkins Stapler web framework Accept-Language Header directory traversal attempt
RuleID : 53064 - Type : SERVER-WEBAPP - Revision : 1
2019-11-21 Jenkins CLI arbitrary Java object deserialization attempt
RuleID : 51961 - Type : SERVER-WEBAPP - Revision : 2
2019-06-11 Jenkins CI Server ASTTest code execution attempt
RuleID : 50041 - Type : SERVER-WEBAPP - Revision : 2
2018-04-03 Jenkins Java SignedObject deserialization command execution attempt
RuleID : 45790 - Type : SERVER-WEBAPP - Revision : 1
2016-06-14 Jenkins CI Server insecure deserialization command execution attempt
RuleID : 38894 - Type : SERVER-WEBAPP - Revision : 2
2016-03-29 Java Library CommonsCollection unauthorized serialized object attempt
RuleID : 37860 - Type : SERVER-WEBAPP - Revision : 5
2016-03-29 Java Library CommonsCollection unauthorized serialized object attempt
RuleID : 37859 - Type : SERVER-WEBAPP - Revision : 6
2016-03-14 Java Library CommonsCollection unauthorized serialized object attempt
RuleID : 36826 - Type : SERVER-OTHER - Revision : 11

Nessus® Vulnerability Scanner

This CPE have more than 25 Relations. If you want to see a complete summary for this CPE, please contact us.
id Description
2018-12-07 Name: A job scheduling and management system hosted on the remote web server is aff...
File: jenkins_2_154.nasl - Type: ACT_GATHER_INFO
2018-10-16 Name: A job scheduling and management system hosted on the remote web server is aff...
File: jenkins_2_146.nasl - Type: ACT_GATHER_INFO
2018-09-06 Name: A job scheduling and management system hosted on the remote web server is aff...
File: jenkins_2_138.nasl - Type: ACT_GATHER_INFO
2018-08-09 Name: A job scheduling and management system hosted on the remote web server is aff...
File: jenkins_2_133.nasl - Type: ACT_GATHER_INFO
2018-07-20 Name: The remote FreeBSD host is missing one or more security-related updates.
File: freebsd_pkg_20a1881e8a9e11e8bddfd017c2ca229d.nasl - Type: ACT_GATHER_INFO
2018-05-03 Name: A job scheduling and management system hosted on the remote web server is aff...
File: jenkins_2_116.nasl - Type: ACT_GATHER_INFO
2018-02-22 Name: A job scheduling and management system hosted on the remote web server is aff...
File: jenkins_2_107.nasl - Type: ACT_GATHER_INFO
2018-02-15 Name: The remote FreeBSD host is missing one or more security-related updates.
File: freebsd_pkg_5d374fbbbae345dbafc0795684ac7353.nasl - Type: ACT_GATHER_INFO
2018-02-01 Name: A job scheduling and management system hosted on the remote web server is aff...
File: jenkins_2_95.nasl - Type: ACT_GATHER_INFO
2017-12-15 Name: The Jenkins software installed on the remote host is affected by a cross-site...
File: jenkins_security624.nasl - Type: ACT_GATHER_INFO
2017-05-04 Name: A job scheduling and management system hosted on the remote web server is aff...
File: jenkins_2_57.nasl - Type: ACT_GATHER_INFO
2017-04-27 Name: The remote FreeBSD host is missing one or more security-related updates.
File: freebsd_pkg_631c47109be54a809310eb2847fe24dd.nasl - Type: ACT_GATHER_INFO
2017-03-08 Name: The remote web server hosts a job scheduling and management system that is af...
File: jenkins_security_advisory_2017-02-01.nasl - Type: ACT_GATHER_INFO
2017-03-06 Name: The remote Fedora host is missing one or more security updates.
File: fedora_2016-93679a91df.nasl - Type: ACT_GATHER_INFO
2017-02-02 Name: The remote FreeBSD host is missing one or more security-related updates.
File: freebsd_pkg_5cfa9d0c73d74642af4f28fbed9e9404.nasl - Type: ACT_GATHER_INFO
2016-12-01 Name: The remote Fedora host is missing one or more security updates.
File: fedora_2016-368780879d.nasl - Type: ACT_GATHER_INFO
2016-11-16 Name: The remote FreeBSD host is missing one or more security-related updates.
File: freebsd_pkg_27eee66d947444a5b83021ec12a1c307.nasl - Type: ACT_GATHER_INFO
2016-07-14 Name: The remote Fedora host is missing a security update.
File: fedora_2016-fd6100dd68.nasl - Type: ACT_GATHER_INFO
2016-07-14 Name: The remote Fedora host is missing a security update.
File: fedora_2016-f7e7a6067d.nasl - Type: ACT_GATHER_INFO
2016-07-14 Name: The remote Fedora host is missing a security update.
File: fedora_2016-9ba53cf8a2.nasl - Type: ACT_GATHER_INFO
2016-05-12 Name: The remote FreeBSD host is missing one or more security-related updates.
File: freebsd_pkg_e387834a17ef11e699477054d2909b71.nasl - Type: ACT_GATHER_INFO
2016-03-18 Name: The remote Fedora host is missing one or more security updates.
File: fedora_2016-641c8b4eb2.nasl - Type: ACT_GATHER_INFO
2016-03-18 Name: The remote Fedora host is missing one or more security updates.
File: fedora_2016-0f490eea10.nasl - Type: ACT_GATHER_INFO
2016-03-14 Name: The remote web server hosts a job scheduling and management system that is af...
File: jenkins_1_650.nasl - Type: ACT_GATHER_INFO
2016-03-07 Name: The remote web server is affected by a remote code execution vulnerability.
File: jenkins_security232.nasl - Type: ACT_GATHER_INFO