Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
thesp0nge committed Oct 26, 2023
1 parent 8883723 commit 6531a7c
Show file tree
Hide file tree
Showing 7 changed files with 142 additions and 0 deletions.
20 changes: 20 additions & 0 deletions bulletin/CVE_2023_32693.yml
@@ -0,0 +1,20 @@
--- !ruby/object:Dawn::Kb::UnsafeDependencyCheck
applies:
- rails
- sinatra
- padrino
title: CVE-2023-32693
cvss: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cve: CVE-2023-32693
name: CVE-2023-32693
owasp: A9
release_date: 11/07/2023

kind: :unsafe_dependency_check
message: |-
Decidim is a participatory democracy framework, written in Ruby on Rails, originally developed for the Barcelona City government online and offline participation website. The external link feature is susceptible to cross-site scripting. This allows a remote attacker to execute JavaScript code in the context of a currently logged-in user. An attacker could use this vulnerability to make other users endorse or support proposals they have no intention of supporting or endorsing. The problem was patched in versions 0.27.3 and 0.26.7.
check_family: :bulletin
vulnerable_version_array:
- :name: 'decidim'
:versionEndExcluding: 0.26.7
:versionEndExcluding: 0.27.3
21 changes: 21 additions & 0 deletions bulletin/CVE_2023_34089.yml
@@ -0,0 +1,21 @@
--- !ruby/object:Dawn::Kb::UnsafeDependencyCheck
applies:
- rails
- sinatra
- padrino
title: CVE-2023-34089
cvss: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cve: CVE-2023-34089
name: CVE-2023-34089
owasp: A9
release_date: 11/07/2023

kind: :unsafe_dependency_check
message: |-
Decidim is a participatory democracy framework, written in Ruby on Rails, originally developed for the Barcelona City government online and offline participation website. The processes filter feature is susceptible to Cross-site scripting. This allows a remote attacker to execute JavaScript code in the context of a currently logged-in user. An attacker could use this vulnerability to make other users endorse or support proposals they have no intention of supporting or endorsing. The problem was patched in version 0.27.3 and 0.26.7.
check_family: :bulletin
vulnerable_version_array:
- :name: 'decidim'
:versionEndExcluding: 0.26.7
:versionEndExcluding: 0.27.3
19 changes: 19 additions & 0 deletions bulletin/CVE_2023_34090.yml
@@ -0,0 +1,19 @@
--- !ruby/object:Dawn::Kb::UnsafeDependencyCheck
applies:
- rails
- sinatra
- padrino
title: CVE-2023-34090
cvss: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cve: CVE-2023-34090
name: CVE-2023-34090
owasp: A9
release_date: 11/07/2023

kind: :unsafe_dependency_check
message: |-
Decidim is a participatory democracy framework, written in Ruby on Rails, originally developed for the Barcelona City government online and offline participation website. Decidim uses a third-party library named Ransack for filtering certain database collections (e.g., public meetings). By default, this library allows filtering on all data attributes and associations. This allows an unauthenticated remote attacker to exfiltrate non-public data from the underlying database of a Decidim instance (e.g., exfiltrating data from the user table). This issue may lead to Sensitive Data Disclosure. The problem was patched in version 0.27.3.
check_family: :bulletin
vulnerable_version_array:
- :name: 'decidim'
:versionEndExcluding: 0.27.3
20 changes: 20 additions & 0 deletions bulletin/CVE_2023_36465.yml
@@ -0,0 +1,20 @@
--- !ruby/object:Dawn::Kb::UnsafeDependencyCheck
applies:
- rails
- sinatra
- padrino
title: CVE-2023-36465
cvss: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L
cve: CVE-2023-36465
name: CVE-2023-36465
owasp: A9
release_date: 06/10/2023

kind: :unsafe_dependency_check
message: |-
Decidim is a participatory democracy framework, written in Ruby on Rails, originally developed for the Barcelona City government online and offline participation website. The `templates` module doesn't enforce the correct permissions, allowing any logged-in user to access to this functionality in the administration panel. An attacker could use this vulnerability to change, create or delete templates of surveys. This issue has been patched in version 0.26.8 and 0.27.4.
check_family: :bulletin
vulnerable_version_array:
- :name: 'decidim'
:versionEndExcluding: 0.26.8
:versionEndExcluding: 0.27.4
19 changes: 19 additions & 0 deletions bulletin/CVE_2023_40165.yml
@@ -0,0 +1,19 @@
--- !ruby/object:Dawn::Kb::UnsafeDependencyCheck
applies:
- rails
- sinatra
- padrino
title: CVE-2023-40165
cvss: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
cve: CVE-2023-40165
name: CVE-2023-40165
owasp: A9
release_date: 17/08/2023

kind: :unsafe_dependency_check
message: |-
rubygems.org is the Ruby community's primary gem (library) hosting service. Insufficient input validation allowed malicious actors to replace any uploaded gem version that had a platform, version number, or gem name matching `/-\d/`, permanently replacing the legitimate upload in the canonical gem storage bucket, and triggering an immediate CDN purge so that the malicious gem would be served immediately. The maintainers have checked all gems matching the `/-\d/` pattern and can confirm that no unexpected `.gem`s were found. As a result, we believe this vulnerability was _not_ exploited. The easiest way to ensure that a user's applications were not exploited by this vulnerability is to check that all of your downloaded .gems have a checksum that matches the checksum recorded in the RubyGems.org database. RubyGems contributor Maciej Mensfeld wrote a tool to automatically check that all downloaded .gem files match the checksums recorded in the RubyGems.org database. You can use it by running: `bundle add bundler-integrity` followed by `bundle exec bundler-integrity`. Neither this tool nor anything else can prove you were not exploited, but the can assist your investigation by quickly comparing RubyGems API-provided checksums with the checksums of files on your disk. The issue has been patched with improved input validation and the changes are live. No action is required on the part of the user. Users are advised to validate their local gems.
check_family: :bulletin
vulnerable_version_array:
- :name: 'rubygems.org'
:versionEndExcluding: 2023-08-14
20 changes: 20 additions & 0 deletions bulletin/CVE_2023_40175.yml
@@ -0,0 +1,20 @@
--- !ruby/object:Dawn::Kb::UnsafeDependencyCheck
applies:
- rails
- sinatra
- padrino
title: CVE-2023-40175
cvss: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cve: CVE-2023-40175
name: CVE-2023-40175
owasp: A9
release_date: 18/08/2023

kind: :unsafe_dependency_check
message: |-
Puma is a Ruby/Rack web server built for parallelism. Prior to versions 6.3.1 and 5.6.7, puma exhibited incorrect behavior when parsing chunked transfer encoding bodies and zero-length Content-Length headers in a way that allowed HTTP request smuggling. Severity of this issue is highly dependent on the nature of the web site using puma is. This could be caused by either incorrect parsing of trailing fields in chunked transfer encoding bodies or by parsing of blank/zero-length Content-Length headers. Both issues have been addressed and this vulnerability has been fixed in versions 6.3.1 and 5.6.7. Users are advised to upgrade. There are no known workarounds for this vulnerability.
check_family: :bulletin
vulnerable_version_array:
- :name: 'puma'
:versionEndExcluding: 5.6.7
:versionEndExcluding: 6.3.1
23 changes: 23 additions & 0 deletions bulletin/CVE_2023_4785.yml
@@ -0,0 +1,23 @@
--- !ruby/object:Dawn::Kb::UnsafeDependencyCheck
applies:
- rails
- sinatra
- padrino
title: CVE-2023-4785
cvss: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
cve: CVE-2023-4785
name: CVE-2023-4785
owasp: A9
release_date: 13/09/2023

kind: :unsafe_dependency_check
message: |-
Lack of error handling in the TCP server in Google's gRPC starting version 1.23 on posix-compatible platforms (ex. Linux) allows an attacker to cause a denial of service by initiating a significant number of connections with the server. Note that gRPC C++ Python, and Ruby are affected, but gRPC Java, and Go are NOT affected. 
check_family: :bulletin
vulnerable_version_array:
- :name: 'grpc'
:versionEndExcluding: 1.53.2
:versionEndExcluding: 1.54.3
:versionEndExcluding: 1.55.3
:version:
- 1.56.0

0 comments on commit 6531a7c

Please sign in to comment.