Vulnerabilities

31 via 187 paths

Dependencies

94

Source

GitHub

Find, fix and prevent vulnerabilities in your code.

Issue type
  • 31
  • 2
Severity
  • 2
  • 11
  • 14
  • 6
Status
  • 33
  • 0
  • 0

critical severity
new

Improper Validation of Certificate with Host Mismatch

  • Vulnerable module: org.springframework.boot:spring-boot-autoconfigure
  • Introduced through: org.springframework.boot:spring-boot-starter-data-mongodb@3.0.1, org.springdoc:springdoc-openapi-starter-webmvc-ui@2.1.0 and others

Detailed paths

  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-data-mongodb@3.0.1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-autoconfigure@3.0.1
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.5.14.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springdoc:springdoc-openapi-starter-webmvc-ui@2.1.0 org.springdoc:springdoc-openapi-starter-webmvc-api@2.1.0 org.springdoc:springdoc-openapi-starter-common@2.1.0 org.springframework.boot:spring-boot-autoconfigure@3.0.1
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-jackson@4.1.0-RC1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-autoconfigure@3.0.1
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-autoconfigure@3.0.1

Overview

Affected versions of this package are vulnerable to Improper Validation of Certificate with Host Mismatch due to establishing SSL connections to Cassandra without verifying that the hostname in the server's SSL certificate actually matched the hostname of the server being connected to. While the application might have verified that the certificate was signed by a trusted Certificate Authority (CA), failing to verify the hostname means an attacker could present any valid certificate (even one meant for a different domain) to successfully intercept the connection, leaving the application vulnerable to Man-in-the-Middle (MitM) attacks.

Remediation

Upgrade org.springframework.boot:spring-boot-autoconfigure to version 3.5.14, 4.0.6 or higher.

References

critical severity
new

Improper Authentication

  • Vulnerable module: org.apache.tomcat.embed:tomcat-embed-core
  • Introduced through: org.springframework.boot:spring-boot-starter-web@4.1.0-RC1

Detailed paths

  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-tomcat@4.1.0-RC1 org.apache.tomcat.embed:tomcat-embed-core@11.0.21
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0-RC1 org.apache.tomcat.embed:tomcat-embed-core@11.0.21
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0-RC1 org.apache.tomcat.embed:tomcat-embed-websocket@11.0.21 org.apache.tomcat.embed:tomcat-embed-core@11.0.21
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0-RC1 org.springframework.boot:spring-boot-tomcat@4.1.0-RC1 org.apache.tomcat.embed:tomcat-embed-core@11.0.21

Overview

org.apache.tomcat.embed:tomcat-embed-core is a Core Tomcat implementation.

Affected versions of this package are vulnerable to Improper Authentication when DIGEST authentication is configured. An attacker can gain unauthorized access by providing any unknown username, as the system will incorrectly authenticate the user.

Remediation

Upgrade org.apache.tomcat.embed:tomcat-embed-core to version 9.0.118, 10.1.55, 11.0.22 or higher.

References

high severity

Uncontrolled Recursion

  • Vulnerable module: org.apache.commons:commons-lang3
  • Introduced through: org.springdoc:springdoc-openapi-starter-webmvc-ui@2.1.0

Detailed paths

  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springdoc:springdoc-openapi-starter-webmvc-ui@2.1.0 org.springdoc:springdoc-openapi-starter-webmvc-api@2.1.0 org.springdoc:springdoc-openapi-starter-common@2.1.0 io.swagger.core.v3:swagger-core-jakarta@2.2.9 org.apache.commons:commons-lang3@3.12.0
    Remediation: Upgrade to org.springdoc:springdoc-openapi-starter-webmvc-ui@2.8.10.

Overview

Affected versions of this package are vulnerable to Uncontrolled Recursion via the ClassUtils.getClass function. An attacker can cause the application to terminate unexpectedly by providing excessively long input values.

Remediation

Upgrade org.apache.commons:commons-lang3 to version 3.18.0 or higher.

References

high severity

Improper Certificate Validation

  • Vulnerable module: com.squareup.okhttp3:okhttp
  • Introduced through: org.seleniumhq.selenium:selenium-java@3.141.59

Detailed paths

  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 com.squareup.okhttp3:okhttp@3.11.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-chrome-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-edge-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-firefox-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-ie-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-opera-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-safari-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-support@3.141.59 com.squareup.okhttp3:okhttp@3.11.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-chrome-driver@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-edge-driver@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-firefox-driver@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-ie-driver@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-opera-driver@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-safari-driver@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-support@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.

Overview

com.squareup.okhttp3:okhttp is a HTTP & HTTP/2 client for Android and Java applications

Affected versions of this package are vulnerable to Improper Certificate Validation via the verifyHostName function in OkHostnameVerifier.java. An attacker can gain unauthorized access to sensitive information by presenting a certificate for an incorrect domain, which is improperly accepted during cryptographic verification.

Remediation

Upgrade com.squareup.okhttp3:okhttp to version 4.9.2 or higher.

References

high severity
new

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: org.apache.tomcat.embed:tomcat-embed-core
  • Introduced through: org.springframework.boot:spring-boot-starter-web@4.1.0-RC1

Detailed paths

  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-tomcat@4.1.0-RC1 org.apache.tomcat.embed:tomcat-embed-core@11.0.21
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0-RC1 org.apache.tomcat.embed:tomcat-embed-core@11.0.21
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0-RC1 org.apache.tomcat.embed:tomcat-embed-websocket@11.0.21 org.apache.tomcat.embed:tomcat-embed-core@11.0.21
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0-RC1 org.springframework.boot:spring-boot-tomcat@4.1.0-RC1 org.apache.tomcat.embed:tomcat-embed-core@11.0.21

Overview

org.apache.tomcat.embed:tomcat-embed-core is a Core Tomcat implementation.

Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling via the WebDAV LOCK and PROPFIND XML request bodies. An attacker can cause excessive resource consumption by sending specially crafted requests that trigger unbounded reads.

Remediation

Upgrade org.apache.tomcat.embed:tomcat-embed-core to version 9.0.118, 10.1.55, 11.0.22 or higher.

References

high severity

Denial of Service (DoS)

  • Vulnerable module: net.minidev:json-smart
  • Introduced through: org.springframework.data:spring-data-rest-core@4.0.0

Detailed paths

  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.data:spring-data-rest-core@4.0.0 org.springframework.hateoas:spring-hateoas@2.0.0 com.jayway.jsonpath:json-path@2.7.0 net.minidev:json-smart@2.4.7
    Remediation: Upgrade to org.springframework.data:spring-data-rest-core@4.1.10.

Overview

net.minidev:json-smart is a Java JSON parser.

Affected versions of this package are vulnerable to Denial of Service (DoS) due to a StackOverflowError when parsing a deeply nested JSON array or object.

NOTE: Although this vulnerability was fixed in version 2.4.9 the maintainer recommends upgrading to 2.4.10, due to a remaining bug.

PoC

StringBuilder s = new StringBuilder();
for (int i = 0; i < 10000 ; i++) {
  s.append("{\"a\":");
}
s.append("1");
for (int i = 0; i < 10000 ; i++) {
  s.append("}");
}
JSONParser p = new JSONParser(JSONParser.MODE_JSON_SIMPLE);
p.parse(s.toString());

Details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.

Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.

One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.

When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.

Two common types of DoS vulnerabilities:

  • High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.

  • Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm ws package

Remediation

Upgrade net.minidev:json-smart to version 2.4.9 or higher.

References

high severity

NULL Pointer Dereference

  • Vulnerable module: org.seleniumhq.selenium:selenium-ie-driver
  • Introduced through: org.seleniumhq.selenium:selenium-java@3.141.59

Detailed paths

  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-ie-driver@3.141.59
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.14.1.

Overview

Affected versions of this package are vulnerable to NULL Pointer Dereference due to an insufficient check on CookieWndProc function. An attacker can cause the application to crash by sending specially crafted data that triggers this condition.

PoC

Attacker Server Code

from http.server import BaseHTTPRequestHandler, HTTPServer
from datetime import datetime, timedelta

class CustomHTTPRequestHandler(BaseHTTPRequestHandler):

    def do_GET(self):
        # Send response status code
        self.send_response(200)

        # Send headers
        self.send_header('Content-type', 'text/html')
        # Set the cookie expiration to one day in the future
        expiration_date = (datetime.utcnow() + timedelta(days=1)).strftime('%a, %d %b %Y %H:%M:%S GMT')
        
        well_formed_cookie = f"cookie_name=cookie_value; Domain=127.0.0.1; Path=/; HttpOnly; Expires={expiration_date};"
        self.send_header('Set-Cookie', well_formed_cookie)

        malicious_cookie = f"cookie_name2" #crash
        self.send_header('Set-Cookie', malicious_cookie)

        self.end_headers()

        # Send message back to client
        message = "Hello world!"
        self.wfile.write(bytes(message, "utf8"))
        return

def run():
    print('Starting server...')
    server_address = ('127.0.0.1', 8090)
    httpd = HTTPServer(server_address, CustomHTTPRequestHandler)
    print('Server is running...')
    httpd.serve_forever()

run()

Example Victim Code

from selenium import webdriver
import logging
import time

handler = logging.FileHandler("sel.log")
logger = logging.getLogger('selenium')
logging.basicConfig(level=logging.DEBUG)
logger.setLevel(logging.DEBUG)
logger.addHandler(handler)

options = webdriver.IeOptions()
options.ignore_zoom_level = True
options.ignore_protected_mode_settings = True
options.attach_to_edge_chrome = True
options.initial_browser_url = 'https://selenium.dev'
service = webdriver.IeService(log_file="ie.log", log_level='DEBUG')
driver = webdriver.Ie(options=options,service=service)

driver.set_page_load_timeout(20)
print("Getting the page: ")

try:
    driver.get("http://127.0.0.1:8090/")
except Exception as e:
    print(e)

print("Got the page!")
print("Get Cookies: ")
cookies = driver.get_cookies()
print(cookies)
time.sleep(3)
driver.quit()

Remediation

Upgrade org.seleniumhq.selenium:selenium-ie-driver to version 4.14.1 or higher.

References

high severity

Denial of Service (DoS)

  • Vulnerable module: org.springframework.boot:spring-boot-autoconfigure
  • Introduced through: org.springframework.boot:spring-boot-starter-data-mongodb@3.0.1, org.springdoc:springdoc-openapi-starter-webmvc-ui@2.1.0 and others

Detailed paths

  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-data-mongodb@3.0.1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-autoconfigure@3.0.1
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.0.7.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springdoc:springdoc-openapi-starter-webmvc-ui@2.1.0 org.springdoc:springdoc-openapi-starter-webmvc-api@2.1.0 org.springdoc:springdoc-openapi-starter-common@2.1.0 org.springframework.boot:spring-boot-autoconfigure@3.0.1
    Remediation: Upgrade to org.springdoc:springdoc-openapi-starter-webmvc-ui@2.2.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-jackson@4.1.0-RC1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-autoconfigure@3.0.1
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-autoconfigure@3.0.1

Overview

Affected versions of this package are vulnerable to Denial of Service (DoS) if Spring MVC is used together with a reverse proxy cache.

Specifically, an application is vulnerable if all of the conditions are true:

  • The application has Spring MVC auto-configuration enabled. This is the case by default if Spring MVC is on the classpath.
  • The application uses Spring Boot's welcome page support, either static or templated.
  • The application is deployed behind a proxy which caches 404 responses.

The application is NOT vulnerable if any of the following are true:

  • Spring MVC auto-configuration is disabled. This is true if WebMvcAutoConfiguration is explicitly excluded, if Spring MVC is not on the classpath, or if spring.main.web-application-type is set to a value other than SERVLET.
  • The application does not use Spring Boot's welcome page support.
  • There is no proxy which caches 404 responses.

Workaround

Users who are unable to upgrade should configure the reverse proxy not to cache 404 responses and/or not to cache responses to requests to the root (/) of the application.

Details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.

Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.

One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.

When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.

Two common types of DoS vulnerabilities:

  • High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.

  • Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm ws package

Remediation

Upgrade org.springframework.boot:spring-boot-autoconfigure to version 2.5.15, 2.6.15, 2.7.12, 3.0.7 or higher.

References

high severity

Denial of Service (DoS)

  • Vulnerable module: ch.qos.logback:logback-classic
  • Introduced through: org.springframework.boot:spring-boot-starter-data-mongodb@3.0.1 and org.springframework.boot:spring-boot-starter-web@4.1.0-RC1

Detailed paths

  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-data-mongodb@3.0.1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-starter-logging@3.0.1 ch.qos.logback:logback-classic@1.4.5
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.1.7.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-jackson@4.1.0-RC1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-starter-logging@3.0.1 ch.qos.logback:logback-classic@1.4.5
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-starter-logging@3.0.1 ch.qos.logback:logback-classic@1.4.5

Overview

ch.qos.logback:logback-classic is a reliable, generic, fast and flexible logging library for Java.

Affected versions of this package are vulnerable to Denial of Service (DoS). An attacker can mount a denial-of-service attack by sending poisoned data. This is only exploitable if logback receiver component is deployed.

Details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.

Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.

One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.

When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.

Two common types of DoS vulnerabilities:

  • High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.

  • Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm ws package

Remediation

Upgrade ch.qos.logback:logback-classic to version 1.2.13, 1.3.12, 1.4.12 or higher.

References

high severity

Uncontrolled Resource Consumption ('Resource Exhaustion')

  • Vulnerable module: ch.qos.logback:logback-classic
  • Introduced through: org.springframework.boot:spring-boot-starter-data-mongodb@3.0.1 and org.springframework.boot:spring-boot-starter-web@4.1.0-RC1

Detailed paths

  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-data-mongodb@3.0.1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-starter-logging@3.0.1 ch.qos.logback:logback-classic@1.4.5
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.1.7.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-jackson@4.1.0-RC1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-starter-logging@3.0.1 ch.qos.logback:logback-classic@1.4.5
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-starter-logging@3.0.1 ch.qos.logback:logback-classic@1.4.5

Overview

ch.qos.logback:logback-classic is a reliable, generic, fast and flexible logging library for Java.

Affected versions of this package are vulnerable to Uncontrolled Resource Consumption ('Resource Exhaustion') via the logback receiver component. An attacker can mount a denial-of-service attack by sending poisoned data.

Note:

Successful exploitation requires the logback-receiver component being enabled and also reachable by the attacker.

Remediation

Upgrade ch.qos.logback:logback-classic to version 1.2.13, 1.3.14, 1.4.14 or higher.

References

high severity

Denial of Service (DoS)

  • Vulnerable module: ch.qos.logback:logback-core
  • Introduced through: org.springframework.boot:spring-boot-starter-data-mongodb@3.0.1 and org.springframework.boot:spring-boot-starter-web@4.1.0-RC1

Detailed paths

  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-data-mongodb@3.0.1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-starter-logging@3.0.1 ch.qos.logback:logback-classic@1.4.5 ch.qos.logback:logback-core@1.4.5
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.1.7.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-jackson@4.1.0-RC1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-starter-logging@3.0.1 ch.qos.logback:logback-classic@1.4.5 ch.qos.logback:logback-core@1.4.5
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-starter-logging@3.0.1 ch.qos.logback:logback-classic@1.4.5 ch.qos.logback:logback-core@1.4.5

Overview

ch.qos.logback:logback-core is a logback-core module.

Affected versions of this package are vulnerable to Denial of Service (DoS). An attacker can mount a denial-of-service attack by sending poisoned data. This is only exploitable if logback receiver component is deployed.

Details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.

Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.

One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.

When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.

Two common types of DoS vulnerabilities:

  • High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.

  • Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm ws package

Remediation

Upgrade ch.qos.logback:logback-core to version 1.2.13, 1.3.12, 1.4.12 or higher.

References

high severity

Uncontrolled Resource Consumption ('Resource Exhaustion')

  • Vulnerable module: ch.qos.logback:logback-core
  • Introduced through: org.springframework.boot:spring-boot-starter-data-mongodb@3.0.1 and org.springframework.boot:spring-boot-starter-web@4.1.0-RC1

Detailed paths

  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-data-mongodb@3.0.1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-starter-logging@3.0.1 ch.qos.logback:logback-classic@1.4.5 ch.qos.logback:logback-core@1.4.5
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.1.7.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-jackson@4.1.0-RC1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-starter-logging@3.0.1 ch.qos.logback:logback-classic@1.4.5 ch.qos.logback:logback-core@1.4.5
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-starter-logging@3.0.1 ch.qos.logback:logback-classic@1.4.5 ch.qos.logback:logback-core@1.4.5

Overview

ch.qos.logback:logback-core is a logback-core module.

Affected versions of this package are vulnerable to Uncontrolled Resource Consumption ('Resource Exhaustion') via the logback receiver component. An attacker can mount a denial-of-service attack by sending poisoned data.

Note:

Successful exploitation requires the logback-receiver component being enabled and also reachable by the attacker.

Remediation

Upgrade ch.qos.logback:logback-core to version 1.2.13, 1.3.14, 1.4.14 or higher.

References

high severity

HTTP Header Injection

  • Vulnerable module: org.springframework.hateoas:spring-hateoas
  • Introduced through: org.springframework.data:spring-data-rest-core@4.0.0

Detailed paths

  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.data:spring-data-rest-core@4.0.0 org.springframework.hateoas:spring-hateoas@2.0.0
    Remediation: Upgrade to org.springframework.data:spring-data-rest-core@4.0.8.

Overview

Affected versions of this package are vulnerable to HTTP Header Injection via the handling of untrusted (X-)Forwarded headers. An attacker can manipulate hypermedia-based responses by injecting malicious content into these headers. This could lead to unauthorized access or misleading information being displayed to the user, compromising the application's data integrity and confidentiality. This is only exploitable if the application uses Spring WebFlux and Spring HATEOAS to generate links in hypermedia-based responses and does not have a mechanism to guard against clients submitting (X-)Forwarded headers.

Remediation

Upgrade org.springframework.hateoas:spring-hateoas to version 1.5.5, 2.0.5, 2.1.1 or higher.

References

medium severity

Uncontrolled Resource Consumption ('Resource Exhaustion')

  • Vulnerable module: commons-io:commons-io
  • Introduced through: org.springdoc:springdoc-openapi-starter-webmvc-ui@2.1.0

Detailed paths

  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springdoc:springdoc-openapi-starter-webmvc-ui@2.1.0 org.springdoc:springdoc-openapi-starter-webmvc-api@2.1.0 org.springdoc:springdoc-openapi-starter-common@2.1.0 io.swagger.core.v3:swagger-core-jakarta@2.2.9 commons-io:commons-io@2.11.0
    Remediation: Upgrade to org.springdoc:springdoc-openapi-starter-webmvc-ui@2.1.0.

Overview

commons-io:commons-io is a The Apache Commons IO library contains utility classes, stream implementations, file filters, file comparators, endian transformation classes, and much more.

Affected versions of this package are vulnerable to Uncontrolled Resource Consumption ('Resource Exhaustion') through the XmlStreamReader class. An attacker can cause the application to consume excessive CPU resources by sending specially crafted XML content.

Remediation

Upgrade commons-io:commons-io to version 2.14.0 or higher.

References

medium severity
new

Improper Validation of Syntactic Correctness of Input

  • Vulnerable module: org.apache.tomcat.embed:tomcat-embed-core
  • Introduced through: org.springframework.boot:spring-boot-starter-web@4.1.0-RC1

Detailed paths

  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-tomcat@4.1.0-RC1 org.apache.tomcat.embed:tomcat-embed-core@11.0.21
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0-RC1 org.apache.tomcat.embed:tomcat-embed-core@11.0.21
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0-RC1 org.apache.tomcat.embed:tomcat-embed-websocket@11.0.21 org.apache.tomcat.embed:tomcat-embed-core@11.0.21
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0-RC1 org.springframework.boot:spring-boot-tomcat@4.1.0-RC1 org.apache.tomcat.embed:tomcat-embed-core@11.0.21

Overview

org.apache.tomcat.embed:tomcat-embed-core is a Core Tomcat implementation.

Affected versions of this package are vulnerable to Improper Validation of Syntactic Correctness of Input in the processing of HTTP/2 request headers. An attacker can cause unexpected behavior or potentially compromise the application by sending specially crafted HTTP/2 request headers.

Remediation

Upgrade org.apache.tomcat.embed:tomcat-embed-core to version 9.0.118, 10.1.55, 11.0.22 or higher.

References

medium severity
new

Timing Attack

  • Vulnerable module: org.apache.tomcat.embed:tomcat-embed-core
  • Introduced through: org.springframework.boot:spring-boot-starter-web@4.1.0-RC1

Detailed paths

  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-tomcat@4.1.0-RC1 org.apache.tomcat.embed:tomcat-embed-core@11.0.21
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0-RC1 org.apache.tomcat.embed:tomcat-embed-core@11.0.21
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0-RC1 org.apache.tomcat.embed:tomcat-embed-websocket@11.0.21 org.apache.tomcat.embed:tomcat-embed-core@11.0.21
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0-RC1 org.springframework.boot:spring-boot-tomcat@4.1.0-RC1 org.apache.tomcat.embed:tomcat-embed-core@11.0.21

Overview

org.apache.tomcat.embed:tomcat-embed-core is a Core Tomcat implementation.

Affected versions of this package are vulnerable to Timing Attack via AJP secret comparison. An attacker can determine whether a guessed secret is correct by measuring the time taken to compare secrets, potentially allowing unauthorized access through a timing side-channel attack.

Remediation

Upgrade org.apache.tomcat.embed:tomcat-embed-core to version 9.0.118, 10.1.55, 11.0.22 or higher.

References

medium severity
new

Exposure of Private Personal Information to an Unauthorized Actor

  • Vulnerable module: org.apache.tomcat.embed:tomcat-embed-websocket
  • Introduced through: org.springframework.boot:spring-boot-starter-web@4.1.0-RC1

Detailed paths

  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0-RC1 org.apache.tomcat.embed:tomcat-embed-websocket@11.0.21

Overview

Affected versions of this package are vulnerable to Exposure of Private Personal Information to an Unauthorized Actor in WebSocket client during authentication. An attacker can obtain sensitive HTTP authentication headers by initiating a WebSocket handshake with a malicious host.

Remediation

Upgrade org.apache.tomcat.embed:tomcat-embed-websocket to version 8.0.1, 9.0.0.M1, 9.0.118, 10.1.55, 11.0.22 or higher.

References

medium severity

Arbitrary Code Execution

  • Vulnerable module: org.yaml:snakeyaml
  • Introduced through: org.springframework.boot:spring-boot-starter-data-mongodb@3.0.1, org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 and others

Detailed paths

  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-data-mongodb@3.0.1 org.springframework.boot:spring-boot-starter@3.0.1 org.yaml:snakeyaml@1.33
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.2.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-jackson@4.1.0-RC1 org.springframework.boot:spring-boot-starter@3.0.1 org.yaml:snakeyaml@1.33
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-starter@3.0.1 org.yaml:snakeyaml@1.33
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springdoc:springdoc-openapi-starter-webmvc-ui@2.1.0 org.springdoc:springdoc-openapi-starter-webmvc-api@2.1.0 org.springdoc:springdoc-openapi-starter-common@2.1.0 io.swagger.core.v3:swagger-core-jakarta@2.2.9 org.yaml:snakeyaml@1.33
    Remediation: Upgrade to org.springdoc:springdoc-openapi-starter-webmvc-ui@2.1.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springdoc:springdoc-openapi-starter-webmvc-ui@2.1.0 org.springdoc:springdoc-openapi-starter-webmvc-api@2.1.0 org.springdoc:springdoc-openapi-starter-common@2.1.0 io.swagger.core.v3:swagger-core-jakarta@2.2.9 com.fasterxml.jackson.dataformat:jackson-dataformat-yaml@2.14.2 org.yaml:snakeyaml@1.33
    Remediation: Upgrade to org.springdoc:springdoc-openapi-starter-webmvc-ui@2.2.0.

Overview

org.yaml:snakeyaml is a YAML 1.1 parser and emitter for Java.

Affected versions of this package are vulnerable to Arbitrary Code Execution in the Constructor class, which does not restrict which types can be deserialized. This vulnerability is exploitable by an attacker who provides a malicious YAML file for deserialization, which circumvents the SafeConstructor class.

The maintainers of the library contend that the application's trust would already have had to be compromised or established and therefore dispute the risk associated with this issue on the basis that there is a high bar for exploitation.

Remediation

Upgrade org.yaml:snakeyaml to version 2.0 or higher.

References

medium severity

Improper Neutralization of Special Elements

  • Vulnerable module: ch.qos.logback:logback-classic
  • Introduced through: org.springframework.boot:spring-boot-starter-data-mongodb@3.0.1 and org.springframework.boot:spring-boot-starter-web@4.1.0-RC1

Detailed paths

  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-data-mongodb@3.0.1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-starter-logging@3.0.1 ch.qos.logback:logback-classic@1.4.5
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.3.8.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-jackson@4.1.0-RC1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-starter-logging@3.0.1 ch.qos.logback:logback-classic@1.4.5
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-starter-logging@3.0.1 ch.qos.logback:logback-classic@1.4.5

Overview

ch.qos.logback:logback-classic is a reliable, generic, fast and flexible logging library for Java.

Affected versions of this package are vulnerable to Improper Neutralization of Special Elements via the JaninoEventEvaluator extension. An attacker can execute arbitrary code by compromising an existing logback configuration file or injecting an environment variable before program execution.

Remediation

Upgrade ch.qos.logback:logback-classic to version 1.3.15, 1.5.13 or higher.

References

medium severity

External Initialization of Trusted Variables or Data Stores

  • Vulnerable module: ch.qos.logback:logback-core
  • Introduced through: org.springframework.boot:spring-boot-starter-data-mongodb@3.0.1 and org.springframework.boot:spring-boot-starter-web@4.1.0-RC1

Detailed paths

  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-data-mongodb@3.0.1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-starter-logging@3.0.1 ch.qos.logback:logback-classic@1.4.5 ch.qos.logback:logback-core@1.4.5
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.4.11.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-jackson@4.1.0-RC1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-starter-logging@3.0.1 ch.qos.logback:logback-classic@1.4.5 ch.qos.logback:logback-core@1.4.5
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-starter-logging@3.0.1 ch.qos.logback:logback-classic@1.4.5 ch.qos.logback:logback-core@1.4.5

Overview

ch.qos.logback:logback-core is a logback-core module.

Affected versions of this package are vulnerable to External Initialization of Trusted Variables or Data Stores via the conditional processing of the logback.xml configuration file when both the Janino library and Spring Framework are present on the class path. An attacker can execute arbitrary code by compromising an existing configuration file or injecting a malicious environment variable before program execution. This is only exploitable if the attacker has write access to a configuration file or can set a malicious environment variable.

Remediation

Upgrade ch.qos.logback:logback-core to version 1.3.16, 1.5.19 or higher.

References

medium severity

Improper Neutralization of Special Elements

  • Vulnerable module: ch.qos.logback:logback-core
  • Introduced through: org.springframework.boot:spring-boot-starter-data-mongodb@3.0.1 and org.springframework.boot:spring-boot-starter-web@4.1.0-RC1

Detailed paths

  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-data-mongodb@3.0.1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-starter-logging@3.0.1 ch.qos.logback:logback-classic@1.4.5 ch.qos.logback:logback-core@1.4.5
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.3.8.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-jackson@4.1.0-RC1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-starter-logging@3.0.1 ch.qos.logback:logback-classic@1.4.5 ch.qos.logback:logback-core@1.4.5
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-starter-logging@3.0.1 ch.qos.logback:logback-classic@1.4.5 ch.qos.logback:logback-core@1.4.5

Overview

ch.qos.logback:logback-core is a logback-core module.

Affected versions of this package are vulnerable to Improper Neutralization of Special Elements via the JaninoEventEvaluator extension. An attacker can execute arbitrary code by compromising an existing logback configuration file or injecting an environment variable before program execution.

Remediation

Upgrade ch.qos.logback:logback-core to version 1.3.15, 1.5.13 or higher.

References

medium severity

Denial of Service (DoS)

  • Vulnerable module: com.squareup.okio:okio
  • Introduced through: org.seleniumhq.selenium:selenium-java@3.141.59

Detailed paths

  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 com.squareup.okio:okio@1.14.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 com.squareup.okhttp3:okhttp@3.11.0 com.squareup.okio:okio@1.14.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.squareup.okio:okio@1.14.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-chrome-driver@3.141.59 com.squareup.okio:okio@1.14.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-edge-driver@3.141.59 com.squareup.okio:okio@1.14.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-firefox-driver@3.141.59 com.squareup.okio:okio@1.14.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-ie-driver@3.141.59 com.squareup.okio:okio@1.14.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-opera-driver@3.141.59 com.squareup.okio:okio@1.14.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-safari-driver@3.141.59 com.squareup.okio:okio@1.14.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-support@3.141.59 com.squareup.okio:okio@1.14.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0 com.squareup.okio:okio@1.14.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-chrome-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0 com.squareup.okio:okio@1.14.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-edge-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0 com.squareup.okio:okio@1.14.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-firefox-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0 com.squareup.okio:okio@1.14.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-ie-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0 com.squareup.okio:okio@1.14.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-opera-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0 com.squareup.okio:okio@1.14.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-safari-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0 com.squareup.okio:okio@1.14.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-support@3.141.59 com.squareup.okhttp3:okhttp@3.11.0 com.squareup.okio:okio@1.14.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-chrome-driver@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.squareup.okio:okio@1.14.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-edge-driver@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.squareup.okio:okio@1.14.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-firefox-driver@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.squareup.okio:okio@1.14.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-ie-driver@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.squareup.okio:okio@1.14.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-opera-driver@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.squareup.okio:okio@1.14.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-safari-driver@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.squareup.okio:okio@1.14.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-support@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.squareup.okio:okio@1.14.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-chrome-driver@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0 com.squareup.okio:okio@1.14.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-edge-driver@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0 com.squareup.okio:okio@1.14.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-firefox-driver@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0 com.squareup.okio:okio@1.14.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-ie-driver@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0 com.squareup.okio:okio@1.14.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-opera-driver@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0 com.squareup.okio:okio@1.14.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-safari-driver@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0 com.squareup.okio:okio@1.14.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-support@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0 com.squareup.okio:okio@1.14.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.

Overview

Affected versions of this package are vulnerable to Denial of Service (DoS) due to improper exception handling by the GzipSource class when parsing a malformed gzip buffer.

This vulnerability can be exploited on the Okio client when handling a crafted GZIP archive.

PoC

val gzBuf: Buffer = Buffer()
    try {
        val gzByteString: ByteString = ("1f8b41ff424242424343ffff").decodeHex()
        gzBuf.write(gzByteString)
        val gz: GzipSource = GzipSource(gzBuf)
        val sinkBuf: Buffer = Buffer()
        gz.read(sinkBuf, 5)
    }
    catch(e: IOException) {
        println("got error: " + e.toString())
    }

Details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.

Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.

One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.

When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.

Two common types of DoS vulnerabilities:

  • High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.

  • Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm ws package

Remediation

Upgrade com.squareup.okio:okio to version 1.17.6, 3.4.0 or higher.

References

medium severity
new

Improper Authorization

  • Vulnerable module: org.apache.tomcat.embed:tomcat-embed-core
  • Introduced through: org.springframework.boot:spring-boot-starter-web@4.1.0-RC1

Detailed paths

  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-tomcat@4.1.0-RC1 org.apache.tomcat.embed:tomcat-embed-core@11.0.21
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0-RC1 org.apache.tomcat.embed:tomcat-embed-core@11.0.21
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0-RC1 org.apache.tomcat.embed:tomcat-embed-websocket@11.0.21 org.apache.tomcat.embed:tomcat-embed-core@11.0.21
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0-RC1 org.springframework.boot:spring-boot-tomcat@4.1.0-RC1 org.apache.tomcat.embed:tomcat-embed-core@11.0.21

Overview

org.apache.tomcat.embed:tomcat-embed-core is a Core Tomcat implementation.

Affected versions of this package are vulnerable to Improper Authorization in the processing of security constraints when multiple method constraints define an HTTP method for the same extension. An attacker can gain unauthorized access to protected resources by crafting requests that exploit the improper application of these constraints.

Remediation

Upgrade org.apache.tomcat.embed:tomcat-embed-core to version 9.0.118, 10.1.55, 11.0.22 or higher.

References

medium severity
new

Improper Handling of Case Sensitivity

  • Vulnerable module: org.apache.tomcat.embed:tomcat-embed-core
  • Introduced through: org.springframework.boot:spring-boot-starter-web@4.1.0-RC1

Detailed paths

  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-tomcat@4.1.0-RC1 org.apache.tomcat.embed:tomcat-embed-core@11.0.21
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0-RC1 org.apache.tomcat.embed:tomcat-embed-core@11.0.21
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0-RC1 org.apache.tomcat.embed:tomcat-embed-websocket@11.0.21 org.apache.tomcat.embed:tomcat-embed-core@11.0.21
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0-RC1 org.springframework.boot:spring-boot-tomcat@4.1.0-RC1 org.apache.tomcat.embed:tomcat-embed-core@11.0.21

Overview

org.apache.tomcat.embed:tomcat-embed-core is a Core Tomcat implementation.

Affected versions of this package are vulnerable to Improper Handling of Case Sensitivity in the LockOutRealm function. An attacker can bypass account lockout protections by submitting usernames with different letter casing.

Remediation

Upgrade org.apache.tomcat.embed:tomcat-embed-core to version 9.0.118, 10.1.55, 11.0.22 or higher.

References

medium severity

Information Exposure

  • Vulnerable module: com.squareup.okhttp3:okhttp
  • Introduced through: org.seleniumhq.selenium:selenium-java@3.141.59

Detailed paths

  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 com.squareup.okhttp3:okhttp@3.11.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-chrome-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-edge-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-firefox-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-ie-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-opera-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-safari-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-support@3.141.59 com.squareup.okhttp3:okhttp@3.11.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-chrome-driver@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-edge-driver@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-firefox-driver@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-ie-driver@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-opera-driver@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-safari-driver@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-support@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.squareup.okhttp3:okhttp@3.11.0
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.

Overview

com.squareup.okhttp3:okhttp is a HTTP & HTTP/2 client for Android and Java applications

Affected versions of this package are vulnerable to Information Exposure. When there's an illegal character in a header value, an IllegalArgumentException is thrown whose message includes the full header value.

PoC

package com.launchdarkly.eventsource;

import okhttp3.*;
import org.junit.Test;
import static org.hamcrest.MatcherAssert.*;
import static org.hamcrest.Matchers.*;

public class OkhttpHeaderExceptionTest {
  @Test
  public void invalidHeaderValueIsCapturedInException() throws Exception {
    String password = "very-secret-password";
    String badValue = password + "\n";
    
    try {
      Request req = new Request.Builder().url("http://github.com/path/doesnt/matter")
          .header("Authorization", badValue)
          .build();
    } catch (IllegalArgumentException e) {
      assertThat(e.getMessage(), not(containsString(password)));
    }
  }
}

Remediation

Upgrade com.squareup.okhttp3:okhttp to version 4.9.2 or higher.

References

medium severity
new

Dual license: EPL-1.0, LGPL-2.1

  • Module: ch.qos.logback:logback-classic
  • Introduced through: org.springframework.boot:spring-boot-starter-data-mongodb@3.0.1 and org.springframework.boot:spring-boot-starter-web@4.1.0-RC1

Detailed paths

  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-data-mongodb@3.0.1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-starter-logging@3.0.1 ch.qos.logback:logback-classic@1.4.5
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-jackson@4.1.0-RC1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-starter-logging@3.0.1 ch.qos.logback:logback-classic@1.4.5
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-starter-logging@3.0.1 ch.qos.logback:logback-classic@1.4.5

Dual license: EPL-1.0, LGPL-2.1

medium severity
new

Dual license: EPL-1.0, LGPL-2.1

  • Module: ch.qos.logback:logback-core
  • Introduced through: org.springframework.boot:spring-boot-starter-data-mongodb@3.0.1 and org.springframework.boot:spring-boot-starter-web@4.1.0-RC1

Detailed paths

  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-data-mongodb@3.0.1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-starter-logging@3.0.1 ch.qos.logback:logback-classic@1.4.5 ch.qos.logback:logback-core@1.4.5
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-jackson@4.1.0-RC1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-starter-logging@3.0.1 ch.qos.logback:logback-classic@1.4.5 ch.qos.logback:logback-core@1.4.5
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-starter-logging@3.0.1 ch.qos.logback:logback-classic@1.4.5 ch.qos.logback:logback-core@1.4.5

Dual license: EPL-1.0, LGPL-2.1

low severity

Buffer Overflow

  • Vulnerable module: com.jayway.jsonpath:json-path
  • Introduced through: org.springframework.data:spring-data-rest-core@4.0.0

Detailed paths

  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.data:spring-data-rest-core@4.0.0 org.springframework.hateoas:spring-hateoas@2.0.0 com.jayway.jsonpath:json-path@2.7.0
    Remediation: Upgrade to org.springframework.data:spring-data-rest-core@4.1.10.

Overview

Affected versions of this package are vulnerable to Buffer Overflow via the deprecated Criteria.parse or Criteria.where methods. An attacker can disrupt the regular operation of the application by supplying a specially crafted input that triggers a stack overflow. Exploiting this vulnerability requires insecure configurations on the server side, for example - handling requests in a one single thread.

PoC

import com.jayway.jsonpath.Criteria;
import org.junit.Test;
public class CriteriaFuzzerWhere1 {
    // Stack overflow
    @Test
    public void whereFuzzerTest() {
        try {
            Criteria result = Criteria.where("[']',");
        } catch (Exception e) {
        }
    }
}

Remediation

Upgrade com.jayway.jsonpath:json-path to version 2.9.0 or higher.

References

low severity

Creation of Temporary File in Directory with Insecure Permissions

  • Vulnerable module: com.google.guava:guava
  • Introduced through: org.seleniumhq.selenium:selenium-java@3.141.59

Detailed paths

  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 com.google.guava:guava@25.0-jre
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.google.guava:guava@25.0-jre
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.12.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-chrome-driver@3.141.59 com.google.guava:guava@25.0-jre
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.12.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-edge-driver@3.141.59 com.google.guava:guava@25.0-jre
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.12.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-firefox-driver@3.141.59 com.google.guava:guava@25.0-jre
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.12.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-ie-driver@3.141.59 com.google.guava:guava@25.0-jre
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-opera-driver@3.141.59 com.google.guava:guava@25.0-jre
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-safari-driver@3.141.59 com.google.guava:guava@25.0-jre
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.12.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-support@3.141.59 com.google.guava:guava@25.0-jre
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.12.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-chrome-driver@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.google.guava:guava@25.0-jre
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.12.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-edge-driver@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.google.guava:guava@25.0-jre
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.12.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-firefox-driver@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.google.guava:guava@25.0-jre
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.12.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-ie-driver@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.google.guava:guava@25.0-jre
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.12.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-opera-driver@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.google.guava:guava@25.0-jre
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-safari-driver@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.google.guava:guava@25.0-jre
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.12.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-support@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.google.guava:guava@25.0-jre
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.12.0.

Overview

com.google.guava:guava is a set of core libraries that includes new collection types (such as multimap and multiset,immutable collections, a graph library, functional types, an in-memory cache and more.

Affected versions of this package are vulnerable to Creation of Temporary File in Directory with Insecure Permissions due to the use of Java's default temporary directory for file creation in FileBackedOutputStream. Other users and apps on the machine with access to the default Java temporary directory can access the files created by this class. This more fully addresses the underlying issue described in CVE-2020-8908, by deprecating the permissive temp file creation behavior.

NOTE: Even though the security vulnerability is fixed in version 32.0.0, the maintainers recommend using version 32.0.1, as version 32.0.0 breaks some functionality under Windows.

Remediation

Upgrade com.google.guava:guava to version 32.0.0-android, 32.0.0-jre or higher.

References

low severity

Information Disclosure

  • Vulnerable module: com.google.guava:guava
  • Introduced through: org.seleniumhq.selenium:selenium-java@3.141.59

Detailed paths

  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 com.google.guava:guava@25.0-jre
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.google.guava:guava@25.0-jre
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-chrome-driver@3.141.59 com.google.guava:guava@25.0-jre
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-edge-driver@3.141.59 com.google.guava:guava@25.0-jre
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-firefox-driver@3.141.59 com.google.guava:guava@25.0-jre
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-ie-driver@3.141.59 com.google.guava:guava@25.0-jre
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-opera-driver@3.141.59 com.google.guava:guava@25.0-jre
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-safari-driver@3.141.59 com.google.guava:guava@25.0-jre
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-support@3.141.59 com.google.guava:guava@25.0-jre
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-chrome-driver@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.google.guava:guava@25.0-jre
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-edge-driver@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.google.guava:guava@25.0-jre
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-firefox-driver@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.google.guava:guava@25.0-jre
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-ie-driver@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.google.guava:guava@25.0-jre
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-opera-driver@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.google.guava:guava@25.0-jre
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-safari-driver@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.google.guava:guava@25.0-jre
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.seleniumhq.selenium:selenium-java@3.141.59 org.seleniumhq.selenium:selenium-support@3.141.59 org.seleniumhq.selenium:selenium-remote-driver@3.141.59 com.google.guava:guava@25.0-jre
    Remediation: Upgrade to org.seleniumhq.selenium:selenium-java@4.0.0.

Overview

com.google.guava:guava is a set of core libraries that includes new collection types (such as multimap and multiset,immutable collections, a graph library, functional types, an in-memory cache and more.

Affected versions of this package are vulnerable to Information Disclosure. The file permissions on the file created by com.google.common.io.Files.createTempDir allow an attacker running a malicious program co-resident on the same machine to steal secrets stored in this directory. This is because, by default, on unix-like operating systems the /tmp directory is shared between all users, so if the correct file permissions aren't set by the directory/file creator, the file becomes readable by all other users on that system.

PoC

File guavaTempDir = com.google.common.io.Files.createTempDir();
System.out.println("Guava Temp Dir: " + guavaTempDir.getName());
runLS(guavaTempDir.getParentFile(), guavaTempDir); // Prints the file permissions -> drwxr-xr-x
File child = new File(guavaTempDir, "guava-child.txt");
child.createNewFile();
runLS(guavaTempDir, child); // Prints the file permissions -> -rw-r--r--

For Android developers, choosing a temporary directory API provided by Android is recommended, such as context.getCacheDir(). For other Java developers, we recommend migrating to the Java 7 API java.nio.file.Files.createTempDirectory() which explicitly configures permissions of 700, or configuring the Java runtime's java.io.tmpdir system property to point to a location whose permissions are appropriately configured.

Remediation

There is no fix for com.google.guava:guava. However, in version 30.0 and above, the vulnerable functionality has been deprecated. In oder to mitigate this vulnerability, upgrade to version 30.0 or higher and ensure your dependencies don't use the createTempDir or createTempFile methods.

References

low severity

Server-side Request Forgery (SSRF)

  • Vulnerable module: ch.qos.logback:logback-core
  • Introduced through: org.springframework.boot:spring-boot-starter-data-mongodb@3.0.1 and org.springframework.boot:spring-boot-starter-web@4.1.0-RC1

Detailed paths

  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-data-mongodb@3.0.1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-starter-logging@3.0.1 ch.qos.logback:logback-classic@1.4.5 ch.qos.logback:logback-core@1.4.5
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.3.8.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-jackson@4.1.0-RC1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-starter-logging@3.0.1 ch.qos.logback:logback-classic@1.4.5 ch.qos.logback:logback-core@1.4.5
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-starter-logging@3.0.1 ch.qos.logback:logback-classic@1.4.5 ch.qos.logback:logback-core@1.4.5

Overview

ch.qos.logback:logback-core is a logback-core module.

Affected versions of this package are vulnerable to Server-side Request Forgery (SSRF) through the SaxEventRecorder process. An attacker can forge requests by compromising logback configuration files in XML.

Remediation

Upgrade ch.qos.logback:logback-core to version 1.3.15, 1.5.13 or higher.

References

low severity

Improper Handling of Case Sensitivity

  • Vulnerable module: org.springframework:spring-context
  • Introduced through: org.springframework.data:spring-data-rest-core@4.0.0, org.springframework.boot:spring-boot-starter-data-mongodb@3.0.1 and others

Detailed paths

  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.data:spring-data-rest-core@4.0.0 org.springframework.plugin:spring-plugin-core@3.0.0 org.springframework:spring-context@6.0.0
    Remediation: Upgrade to org.springframework.data:spring-data-rest-core@5.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.data:spring-data-rest-core@4.0.0 org.springframework.hateoas:spring-hateoas@2.0.0 org.springframework:spring-context@6.0.0
    Remediation: Upgrade to org.springframework.data:spring-data-rest-core@4.3.7.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-data-mongodb@3.0.1 org.springframework.data:spring-data-mongodb@4.0.0 org.springframework:spring-context@6.0.0
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.2.11.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-http-converter@4.1.0-RC1 org.springframework.boot:spring-boot@4.1.0-RC1 org.springframework:spring-context@6.0.0
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springdoc:springdoc-openapi-starter-webmvc-ui@2.1.0 org.springdoc:springdoc-openapi-starter-webmvc-api@2.1.0 org.springframework:spring-webmvc@7.0.7 org.springframework:spring-context@6.0.0
    Remediation: Upgrade to org.springdoc:springdoc-openapi-starter-webmvc-ui@3.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-webmvc@4.1.0-RC1 org.springframework:spring-webmvc@7.0.7 org.springframework:spring-context@6.0.0
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.data:spring-data-rest-core@4.0.0 org.springframework.hateoas:spring-hateoas@2.0.0 org.springframework.plugin:spring-plugin-core@3.0.0 org.springframework:spring-context@6.0.0
    Remediation: Upgrade to org.springframework.data:spring-data-rest-core@5.0.0.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-data-mongodb@3.0.1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot@4.1.0-RC1 org.springframework:spring-context@6.0.0
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-jackson@4.1.0-RC1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot@4.1.0-RC1 org.springframework:spring-context@6.0.0
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot@4.1.0-RC1 org.springframework:spring-context@6.0.0
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-webmvc@4.1.0-RC1 org.springframework.boot:spring-boot-http-converter@4.1.0-RC1 org.springframework.boot:spring-boot@4.1.0-RC1 org.springframework:spring-context@6.0.0
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-jackson@4.1.0-RC1 org.springframework.boot:spring-boot-jackson@4.1.0-RC1 org.springframework.boot:spring-boot@4.1.0-RC1 org.springframework:spring-context@6.0.0
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-webmvc@4.1.0-RC1 org.springframework.boot:spring-boot-servlet@4.1.0-RC1 org.springframework.boot:spring-boot@4.1.0-RC1 org.springframework:spring-context@6.0.0
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-data-mongodb@3.0.1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-autoconfigure@3.0.1 org.springframework.boot:spring-boot@4.1.0-RC1 org.springframework:spring-context@6.0.0
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springdoc:springdoc-openapi-starter-webmvc-ui@2.1.0 org.springdoc:springdoc-openapi-starter-webmvc-api@2.1.0 org.springdoc:springdoc-openapi-starter-common@2.1.0 org.springframework.boot:spring-boot-autoconfigure@3.0.1 org.springframework.boot:spring-boot@4.1.0-RC1 org.springframework:spring-context@6.0.0
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-jackson@4.1.0-RC1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-autoconfigure@3.0.1 org.springframework.boot:spring-boot@4.1.0-RC1 org.springframework:spring-context@6.0.0
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-autoconfigure@3.0.1 org.springframework.boot:spring-boot@4.1.0-RC1 org.springframework:spring-context@6.0.0
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-web-server@4.1.0-RC1 org.springframework.boot:spring-boot@4.1.0-RC1 org.springframework:spring-context@6.0.0
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0-RC1 org.springframework.boot:spring-boot-web-server@4.1.0-RC1 org.springframework.boot:spring-boot@4.1.0-RC1 org.springframework:spring-context@6.0.0
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0-RC1 org.springframework.boot:spring-boot-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-web-server@4.1.0-RC1 org.springframework.boot:spring-boot@4.1.0-RC1 org.springframework:spring-context@6.0.0

Overview

Affected versions of this package are vulnerable to Improper Handling of Case Sensitivity due to String.toLowerCase() having some Locale dependent exceptions that could potentially result in fields not protected as expected.

Note:

The fix for CVE-2022-22968 made disallowedFields patterns in DataBinder case insensitive.

This vulnerability was also fixed in commercial versions 5.3.41 and 6.0.25.

Remediation

Upgrade org.springframework:spring-context to version 6.1.14 or higher.

References

low severity

External Initialization of Trusted Variables or Data Stores

  • Vulnerable module: ch.qos.logback:logback-core
  • Introduced through: org.springframework.boot:spring-boot-starter-data-mongodb@3.0.1 and org.springframework.boot:spring-boot-starter-web@4.1.0-RC1

Detailed paths

  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-data-mongodb@3.0.1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-starter-logging@3.0.1 ch.qos.logback:logback-classic@1.4.5 ch.qos.logback:logback-core@1.4.5
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.5.10.
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-jackson@4.1.0-RC1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-starter-logging@3.0.1 ch.qos.logback:logback-classic@1.4.5 ch.qos.logback:logback-core@1.4.5
  • Introduced through: pr0tex/dynanotes@pr0tex/dynanotes org.springframework.boot:spring-boot-starter-web@4.1.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.1.0-RC1 org.springframework.boot:spring-boot-starter@3.0.1 org.springframework.boot:spring-boot-starter-logging@3.0.1 ch.qos.logback:logback-classic@1.4.5 ch.qos.logback:logback-core@1.4.5

Overview

ch.qos.logback:logback-core is a logback-core module.

Affected versions of this package are vulnerable to External Initialization of Trusted Variables or Data Stores during the configuration file processing. An attacker can instantiate arbitrary classes already present on the class path by compromising an existing configuration file.

Remediation

Upgrade ch.qos.logback:logback-core to version 1.5.25 or higher.

References