Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2021-22880 (GCVE-0-2021-22880)
Vulnerability from cvelistv5
Published
2021-02-11 16:11
Modified
2024-08-03 18:58
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- CWE-400 - Denial of Service ()
Summary
The PostgreSQL adapter in Active Record before 6.1.2.1, 6.0.3.5, 5.2.4.5 suffers from a regular expression denial of service (REDoS) vulnerability. Carefully crafted input can cause the input validation in the `money` type of the PostgreSQL adapter in Active Record to spend too much time in a regular expression, resulting in the potential for a DoS attack. This only impacts Rails applications that are using PostgreSQL along with money type columns that take user input.
References
Impacted products
Vendor | Product | Version | ||
---|---|---|---|---|
n/a | https://github.com/rails/rails |
Version: Fixed in 6.1.2.1, 6.0.3.5, 5.2.4.5 |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-03T18:58:24.778Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://hackerone.com/reports/1023899" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://discuss.rubyonrails.org/t/cve-2021-22880-possible-dos-vulnerability-in-active-record-postgresql-adapter/77129" }, { "name": "FEDORA-2021-b571fca1b8", "tags": [ "vendor-advisory", "x_refsource_FEDORA", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XQ3NS4IBYE2I3MVMGAHFZBZBIZGHXHT3/" }, { "name": "FEDORA-2021-def0e32233", "tags": [ "vendor-advisory", "x_refsource_FEDORA", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/MO5OJ3F4ZL3UXVLJO6ECANRVZBNRS2IH/" }, { "name": "DSA-4929", "tags": [ "vendor-advisory", "x_refsource_DEBIAN", "x_transferred" ], "url": "https://www.debian.org/security/2021/dsa-4929" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://security.netapp.com/advisory/ntap-20210805-0009/" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "https://github.com/rails/rails", "vendor": "n/a", "versions": [ { "status": "affected", "version": "Fixed in 6.1.2.1, 6.0.3.5, 5.2.4.5" } ] } ], "descriptions": [ { "lang": "en", "value": "The PostgreSQL adapter in Active Record before 6.1.2.1, 6.0.3.5, 5.2.4.5 suffers from a regular expression denial of service (REDoS) vulnerability. Carefully crafted input can cause the input validation in the `money` type of the PostgreSQL adapter in Active Record to spend too much time in a regular expression, resulting in the potential for a DoS attack. This only impacts Rails applications that are using PostgreSQL along with money type columns that take user input." } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-400", "description": "Denial of Service (CWE-400)", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2021-08-05T11:07:11", "orgId": "36234546-b8fa-4601-9d6f-f4e334aa8ea1", "shortName": "hackerone" }, "references": [ { "tags": [ "x_refsource_MISC" ], "url": "https://hackerone.com/reports/1023899" }, { "tags": [ "x_refsource_MISC" ], "url": "https://discuss.rubyonrails.org/t/cve-2021-22880-possible-dos-vulnerability-in-active-record-postgresql-adapter/77129" }, { "name": "FEDORA-2021-b571fca1b8", "tags": [ "vendor-advisory", "x_refsource_FEDORA" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XQ3NS4IBYE2I3MVMGAHFZBZBIZGHXHT3/" }, { "name": "FEDORA-2021-def0e32233", "tags": [ "vendor-advisory", "x_refsource_FEDORA" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/MO5OJ3F4ZL3UXVLJO6ECANRVZBNRS2IH/" }, { "name": "DSA-4929", "tags": [ "vendor-advisory", "x_refsource_DEBIAN" ], "url": "https://www.debian.org/security/2021/dsa-4929" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://security.netapp.com/advisory/ntap-20210805-0009/" } ], "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "support@hackerone.com", "ID": "CVE-2021-22880", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "https://github.com/rails/rails", "version": { "version_data": [ { "version_value": "Fixed in 6.1.2.1, 6.0.3.5, 5.2.4.5" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "The PostgreSQL adapter in Active Record before 6.1.2.1, 6.0.3.5, 5.2.4.5 suffers from a regular expression denial of service (REDoS) vulnerability. Carefully crafted input can cause the input validation in the `money` type of the PostgreSQL adapter in Active Record to spend too much time in a regular expression, resulting in the potential for a DoS attack. This only impacts Rails applications that are using PostgreSQL along with money type columns that take user input." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "Denial of Service (CWE-400)" } ] } ] }, "references": { "reference_data": [ { "name": "https://hackerone.com/reports/1023899", "refsource": "MISC", "url": "https://hackerone.com/reports/1023899" }, { "name": "https://discuss.rubyonrails.org/t/cve-2021-22880-possible-dos-vulnerability-in-active-record-postgresql-adapter/77129", "refsource": "MISC", "url": "https://discuss.rubyonrails.org/t/cve-2021-22880-possible-dos-vulnerability-in-active-record-postgresql-adapter/77129" }, { "name": "FEDORA-2021-b571fca1b8", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XQ3NS4IBYE2I3MVMGAHFZBZBIZGHXHT3/" }, { "name": "FEDORA-2021-def0e32233", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MO5OJ3F4ZL3UXVLJO6ECANRVZBNRS2IH/" }, { "name": "DSA-4929", "refsource": "DEBIAN", "url": "https://www.debian.org/security/2021/dsa-4929" }, { "name": "https://security.netapp.com/advisory/ntap-20210805-0009/", "refsource": "CONFIRM", "url": "https://security.netapp.com/advisory/ntap-20210805-0009/" } ] } } } }, "cveMetadata": { "assignerOrgId": "36234546-b8fa-4601-9d6f-f4e334aa8ea1", "assignerShortName": "hackerone", "cveId": "CVE-2021-22880", "datePublished": "2021-02-11T16:11:22", "dateReserved": "2021-01-06T00:00:00", "dateUpdated": "2024-08-03T18:58:24.778Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2021-22880\",\"sourceIdentifier\":\"support@hackerone.com\",\"published\":\"2021-02-11T18:15:17.333\",\"lastModified\":\"2024-11-21T05:50:49.607\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"The PostgreSQL adapter in Active Record before 6.1.2.1, 6.0.3.5, 5.2.4.5 suffers from a regular expression denial of service (REDoS) vulnerability. Carefully crafted input can cause the input validation in the `money` type of the PostgreSQL adapter in Active Record to spend too much time in a regular expression, resulting in the potential for a DoS attack. This only impacts Rails applications that are using PostgreSQL along with money type columns that take user input.\"},{\"lang\":\"es\",\"value\":\"El adaptador PostgreSQL en Active Record versiones anteriores a 6.1.2.1, 6.0.3.5, 5.2.4.5, sufre una vulnerabilidad de denegaci\u00f3n de servicio de expresi\u00f3n regular (REDoS).\u0026#xa0;Una entrada cuidadosamente dise\u00f1ada puede causar que la comprobaci\u00f3n de la entrada en el tipo \\\"money\\\" del adaptador de PostgreSQL en Active Record pase demasiado tiempo en una expresi\u00f3n regular, resultando en la posibilidad de un ataque DoS.\u0026#xa0;Esto solo afecta a las aplicaciones Rails que usan PostgreSQL junto con las columnas de tipo money que toman la entrada del usuario\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:L/Au:N/C:N/I:N/A:P\",\"baseScore\":5.0,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"PARTIAL\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":10.0,\"impactScore\":2.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"support@hackerone.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-400\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-400\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:rubyonrails:rails:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.2.0\",\"versionEndExcluding\":\"5.2.4.5\",\"matchCriteriaId\":\"3AAA9CFA-AD3B-4CE9-922F-D056914CB0EF\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:rubyonrails:rails:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.0.0\",\"versionEndExcluding\":\"6.0.3.5\",\"matchCriteriaId\":\"817BE0F5-136C-460E-816D-74B3F6663BA8\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:rubyonrails:rails:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.1.0\",\"versionEndExcluding\":\"6.1.2.1\",\"matchCriteriaId\":\"98CE6993-089E-454B-8156-011E03FC3C94\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:32:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"36D96259-24BD-44E2-96D9-78CE1D41F956\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:33:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"E460AA51-FCDA-46B9-AE97-E6676AA5E194\"}]}]}],\"references\":[{\"url\":\"https://discuss.rubyonrails.org/t/cve-2021-22880-possible-dos-vulnerability-in-active-record-postgresql-adapter/77129\",\"source\":\"support@hackerone.com\",\"tags\":[\"Mitigation\",\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://hackerone.com/reports/1023899\",\"source\":\"support@hackerone.com\",\"tags\":[\"Exploit\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/MO5OJ3F4ZL3UXVLJO6ECANRVZBNRS2IH/\",\"source\":\"support@hackerone.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XQ3NS4IBYE2I3MVMGAHFZBZBIZGHXHT3/\",\"source\":\"support@hackerone.com\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20210805-0009/\",\"source\":\"support@hackerone.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.debian.org/security/2021/dsa-4929\",\"source\":\"support@hackerone.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://discuss.rubyonrails.org/t/cve-2021-22880-possible-dos-vulnerability-in-active-record-postgresql-adapter/77129\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mitigation\",\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://hackerone.com/reports/1023899\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/MO5OJ3F4ZL3UXVLJO6ECANRVZBNRS2IH/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XQ3NS4IBYE2I3MVMGAHFZBZBIZGHXHT3/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20210805-0009/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.debian.org/security/2021/dsa-4929\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}" } }
suse-su-2021:3634-1
Vulnerability from csaf_suse
Published
2021-11-09 09:51
Modified
2021-11-09 09:51
Summary
Security update for rubygem-activerecord-5_1
Notes
Title of the patch
Security update for rubygem-activerecord-5_1
Description of the patch
This update for rubygem-activerecord-5_1 fixes the following issues:
- CVE-2021-22880: Fixed possible DoS vector in PostgreSQL money type (bsc#1182169).
Patchnames
SUSE-2021-3634,SUSE-SLE-Product-HA-15-2021-3634,SUSE-SLE-Product-HA-15-SP1-2021-3634,SUSE-SLE-Product-HA-15-SP2-2021-3634,SUSE-SLE-Product-HA-15-SP3-2021-3634
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for rubygem-activerecord-5_1", "title": "Title of the patch" }, { "category": "description", "text": "This update for rubygem-activerecord-5_1 fixes the following issues:\n\n- CVE-2021-22880: Fixed possible DoS vector in PostgreSQL money type (bsc#1182169).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2021-3634,SUSE-SLE-Product-HA-15-2021-3634,SUSE-SLE-Product-HA-15-SP1-2021-3634,SUSE-SLE-Product-HA-15-SP2-2021-3634,SUSE-SLE-Product-HA-15-SP3-2021-3634", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2021_3634-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2021:3634-1", "url": "https://www.suse.com/support/update/announcement/2021/suse-su-20213634-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2021:3634-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-November/009706.html" }, { "category": "self", "summary": "SUSE Bug 1182169", "url": "https://bugzilla.suse.com/1182169" }, { "category": "self", "summary": "SUSE CVE CVE-2021-22880 page", "url": "https://www.suse.com/security/cve/CVE-2021-22880/" } ], "title": "Security update for rubygem-activerecord-5_1", "tracking": { "current_release_date": "2021-11-09T09:51:25Z", "generator": { "date": "2021-11-09T09:51:25Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2021:3634-1", "initial_release_date": "2021-11-09T09:51:25Z", "revision_history": [ { "date": "2021-11-09T09:51:25Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.aarch64", "product": { "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.aarch64", "product_id": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.i586", "product": { "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.i586", "product_id": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.ppc64le", "product": { "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.ppc64le", "product_id": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.s390x", "product": { "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.s390x", "product_id": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.x86_64", "product": { "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.x86_64", "product_id": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise High Availability Extension 15", "product": { "name": "SUSE Linux Enterprise High Availability Extension 15", "product_id": "SUSE Linux Enterprise High Availability Extension 15", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-ha:15" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Availability Extension 15 SP1", "product": { "name": "SUSE Linux Enterprise High Availability Extension 15 SP1", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP1", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-ha:15:sp1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Availability Extension 15 SP2", "product": { "name": "SUSE Linux Enterprise High Availability Extension 15 SP2", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP2", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-ha:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Availability Extension 15 SP3", "product": { "name": "SUSE Linux Enterprise High Availability Extension 15 SP3", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-ha:15:sp3" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15", "product_id": "SUSE Linux Enterprise High Availability Extension 15:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.aarch64" }, "product_reference": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15", "product_id": "SUSE Linux Enterprise High Availability Extension 15:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.ppc64le" }, "product_reference": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.s390x as component of SUSE Linux Enterprise High Availability Extension 15", "product_id": "SUSE Linux Enterprise High Availability Extension 15:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.s390x" }, "product_reference": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.s390x", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15", "product_id": "SUSE Linux Enterprise High Availability Extension 15:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.x86_64" }, "product_reference": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP1", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP1:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.aarch64" }, "product_reference": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP1", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP1:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.ppc64le" }, "product_reference": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP1", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP1:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.s390x" }, "product_reference": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.s390x", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP1", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP1:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.x86_64" }, "product_reference": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP2", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP2:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.aarch64" }, "product_reference": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP2", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP2:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.ppc64le" }, "product_reference": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP2", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP2:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.s390x" }, "product_reference": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.s390x", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP2", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP2:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.x86_64" }, "product_reference": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP3", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.aarch64" }, "product_reference": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP3", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.ppc64le" }, "product_reference": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP3", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.s390x" }, "product_reference": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.s390x", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP3", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.x86_64" }, "product_reference": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP3" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-22880", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-22880" } ], "notes": [ { "category": "general", "text": "The PostgreSQL adapter in Active Record before 6.1.2.1, 6.0.3.5, 5.2.4.5 suffers from a regular expression denial of service (REDoS) vulnerability. Carefully crafted input can cause the input validation in the `money` type of the PostgreSQL adapter in Active Record to spend too much time in a regular expression, resulting in the potential for a DoS attack. This only impacts Rails applications that are using PostgreSQL along with money type columns that take user input.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.x86_64", "SUSE Linux Enterprise High Availability Extension 15:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.aarch64", "SUSE Linux Enterprise High Availability Extension 15:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.ppc64le", "SUSE Linux Enterprise High Availability Extension 15:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.s390x", "SUSE Linux Enterprise High Availability Extension 15:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-22880", "url": "https://www.suse.com/security/cve/CVE-2021-22880" }, { "category": "external", "summary": "SUSE Bug 1182169 for CVE-2021-22880", "url": "https://bugzilla.suse.com/1182169" }, { "category": "external", "summary": "SUSE Bug 1188335 for CVE-2021-22880", "url": "https://bugzilla.suse.com/1188335" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.x86_64", "SUSE Linux Enterprise High Availability Extension 15:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.aarch64", "SUSE Linux Enterprise High Availability Extension 15:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.ppc64le", "SUSE Linux Enterprise High Availability Extension 15:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.s390x", "SUSE Linux Enterprise High Availability Extension 15:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.x86_64", "SUSE Linux Enterprise High Availability Extension 15:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.aarch64", "SUSE Linux Enterprise High Availability Extension 15:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.ppc64le", "SUSE Linux Enterprise High Availability Extension 15:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.s390x", "SUSE Linux Enterprise High Availability Extension 15:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-09T09:51:25Z", "details": "moderate" } ], "title": "CVE-2021-22880" } ] }
suse-su-2021:3267-1
Vulnerability from csaf_suse
Published
2021-09-30 13:53
Modified
2021-09-30 13:53
Summary
Security update for rubygem-activerecord-4_2
Notes
Title of the patch
Security update for rubygem-activerecord-4_2
Description of the patch
This update for rubygem-activerecord-4_2 fixes the following issues:
- CVE-2021-22880: Fixed possible DoS vector in PostgreSQL money type (bsc#1182169).
Patchnames
SUSE-2021-3267,SUSE-OpenStack-Cloud-Crowbar-8-2021-3267,SUSE-OpenStack-Cloud-Crowbar-9-2021-3267
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for rubygem-activerecord-4_2", "title": "Title of the patch" }, { "category": "description", "text": "This update for rubygem-activerecord-4_2 fixes the following issues:\n\n- CVE-2021-22880: Fixed possible DoS vector in PostgreSQL money type (bsc#1182169).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2021-3267,SUSE-OpenStack-Cloud-Crowbar-8-2021-3267,SUSE-OpenStack-Cloud-Crowbar-9-2021-3267", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2021_3267-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2021:3267-1", "url": "https://www.suse.com/support/update/announcement/2021/suse-su-20213267-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2021:3267-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-September/009528.html" }, { "category": "self", "summary": "SUSE Bug 1182169", "url": "https://bugzilla.suse.com/1182169" }, { "category": "self", "summary": "SUSE CVE CVE-2021-22880 page", "url": "https://www.suse.com/security/cve/CVE-2021-22880/" } ], "title": "Security update for rubygem-activerecord-4_2", "tracking": { "current_release_date": "2021-09-30T13:53:51Z", "generator": { "date": "2021-09-30T13:53:51Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2021:3267-1", "initial_release_date": "2021-09-30T13:53:51Z", "revision_history": [ { "date": "2021-09-30T13:53:51Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "ruby2.1-rubygem-activerecord-4_2-4.2.9-6.6.1.aarch64", "product": { "name": "ruby2.1-rubygem-activerecord-4_2-4.2.9-6.6.1.aarch64", "product_id": "ruby2.1-rubygem-activerecord-4_2-4.2.9-6.6.1.aarch64" } }, { "category": "product_version", "name": "ruby2.1-rubygem-activerecord-doc-4_2-4.2.9-6.6.1.aarch64", "product": { "name": "ruby2.1-rubygem-activerecord-doc-4_2-4.2.9-6.6.1.aarch64", "product_id": "ruby2.1-rubygem-activerecord-doc-4_2-4.2.9-6.6.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "ruby2.1-rubygem-activerecord-4_2-4.2.9-6.6.1.i586", "product": { "name": "ruby2.1-rubygem-activerecord-4_2-4.2.9-6.6.1.i586", "product_id": "ruby2.1-rubygem-activerecord-4_2-4.2.9-6.6.1.i586" } }, { "category": "product_version", "name": "ruby2.1-rubygem-activerecord-doc-4_2-4.2.9-6.6.1.i586", "product": { "name": "ruby2.1-rubygem-activerecord-doc-4_2-4.2.9-6.6.1.i586", "product_id": "ruby2.1-rubygem-activerecord-doc-4_2-4.2.9-6.6.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "ruby2.1-rubygem-activerecord-4_2-4.2.9-6.6.1.ppc64le", "product": { "name": "ruby2.1-rubygem-activerecord-4_2-4.2.9-6.6.1.ppc64le", "product_id": "ruby2.1-rubygem-activerecord-4_2-4.2.9-6.6.1.ppc64le" } }, { "category": "product_version", "name": "ruby2.1-rubygem-activerecord-doc-4_2-4.2.9-6.6.1.ppc64le", "product": { "name": "ruby2.1-rubygem-activerecord-doc-4_2-4.2.9-6.6.1.ppc64le", "product_id": "ruby2.1-rubygem-activerecord-doc-4_2-4.2.9-6.6.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "ruby2.1-rubygem-activerecord-4_2-4.2.9-6.6.1.s390", "product": { "name": "ruby2.1-rubygem-activerecord-4_2-4.2.9-6.6.1.s390", "product_id": "ruby2.1-rubygem-activerecord-4_2-4.2.9-6.6.1.s390" } }, { "category": "product_version", "name": "ruby2.1-rubygem-activerecord-doc-4_2-4.2.9-6.6.1.s390", "product": { "name": "ruby2.1-rubygem-activerecord-doc-4_2-4.2.9-6.6.1.s390", "product_id": "ruby2.1-rubygem-activerecord-doc-4_2-4.2.9-6.6.1.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "ruby2.1-rubygem-activerecord-4_2-4.2.9-6.6.1.s390x", "product": { "name": "ruby2.1-rubygem-activerecord-4_2-4.2.9-6.6.1.s390x", "product_id": "ruby2.1-rubygem-activerecord-4_2-4.2.9-6.6.1.s390x" } }, { "category": "product_version", "name": "ruby2.1-rubygem-activerecord-doc-4_2-4.2.9-6.6.1.s390x", "product": { "name": "ruby2.1-rubygem-activerecord-doc-4_2-4.2.9-6.6.1.s390x", "product_id": "ruby2.1-rubygem-activerecord-doc-4_2-4.2.9-6.6.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "ruby2.1-rubygem-activerecord-4_2-4.2.9-6.6.1.x86_64", "product": { "name": "ruby2.1-rubygem-activerecord-4_2-4.2.9-6.6.1.x86_64", "product_id": "ruby2.1-rubygem-activerecord-4_2-4.2.9-6.6.1.x86_64" } }, { "category": "product_version", "name": "ruby2.1-rubygem-activerecord-doc-4_2-4.2.9-6.6.1.x86_64", "product": { "name": "ruby2.1-rubygem-activerecord-doc-4_2-4.2.9-6.6.1.x86_64", "product_id": "ruby2.1-rubygem-activerecord-doc-4_2-4.2.9-6.6.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE OpenStack Cloud Crowbar 8", "product": { "name": "SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-openstack-cloud-crowbar:8" } } }, { "category": "product_name", "name": "SUSE OpenStack Cloud Crowbar 9", "product": { "name": "SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-openstack-cloud-crowbar:9" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "ruby2.1-rubygem-activerecord-4_2-4.2.9-6.6.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:ruby2.1-rubygem-activerecord-4_2-4.2.9-6.6.1.x86_64" }, "product_reference": "ruby2.1-rubygem-activerecord-4_2-4.2.9-6.6.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.1-rubygem-activerecord-4_2-4.2.9-6.6.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:ruby2.1-rubygem-activerecord-4_2-4.2.9-6.6.1.x86_64" }, "product_reference": "ruby2.1-rubygem-activerecord-4_2-4.2.9-6.6.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-22880", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-22880" } ], "notes": [ { "category": "general", "text": "The PostgreSQL adapter in Active Record before 6.1.2.1, 6.0.3.5, 5.2.4.5 suffers from a regular expression denial of service (REDoS) vulnerability. Carefully crafted input can cause the input validation in the `money` type of the PostgreSQL adapter in Active Record to spend too much time in a regular expression, resulting in the potential for a DoS attack. This only impacts Rails applications that are using PostgreSQL along with money type columns that take user input.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE OpenStack Cloud Crowbar 8:ruby2.1-rubygem-activerecord-4_2-4.2.9-6.6.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:ruby2.1-rubygem-activerecord-4_2-4.2.9-6.6.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-22880", "url": "https://www.suse.com/security/cve/CVE-2021-22880" }, { "category": "external", "summary": "SUSE Bug 1182169 for CVE-2021-22880", "url": "https://bugzilla.suse.com/1182169" }, { "category": "external", "summary": "SUSE Bug 1188335 for CVE-2021-22880", "url": "https://bugzilla.suse.com/1188335" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE OpenStack Cloud Crowbar 8:ruby2.1-rubygem-activerecord-4_2-4.2.9-6.6.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:ruby2.1-rubygem-activerecord-4_2-4.2.9-6.6.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "SUSE OpenStack Cloud Crowbar 8:ruby2.1-rubygem-activerecord-4_2-4.2.9-6.6.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:ruby2.1-rubygem-activerecord-4_2-4.2.9-6.6.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-09-30T13:53:51Z", "details": "moderate" } ], "title": "CVE-2021-22880" } ] }
fkie_cve-2021-22880
Vulnerability from fkie_nvd
Published
2021-02-11 18:15
Modified
2024-11-21 05:50
Severity ?
Summary
The PostgreSQL adapter in Active Record before 6.1.2.1, 6.0.3.5, 5.2.4.5 suffers from a regular expression denial of service (REDoS) vulnerability. Carefully crafted input can cause the input validation in the `money` type of the PostgreSQL adapter in Active Record to spend too much time in a regular expression, resulting in the potential for a DoS attack. This only impacts Rails applications that are using PostgreSQL along with money type columns that take user input.
References
▶ | URL | Tags | |
---|---|---|---|
support@hackerone.com | https://discuss.rubyonrails.org/t/cve-2021-22880-possible-dos-vulnerability-in-active-record-postgresql-adapter/77129 | Mitigation, Patch, Vendor Advisory | |
support@hackerone.com | https://hackerone.com/reports/1023899 | Exploit, Patch, Third Party Advisory | |
support@hackerone.com | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/MO5OJ3F4ZL3UXVLJO6ECANRVZBNRS2IH/ | ||
support@hackerone.com | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XQ3NS4IBYE2I3MVMGAHFZBZBIZGHXHT3/ | ||
support@hackerone.com | https://security.netapp.com/advisory/ntap-20210805-0009/ | Third Party Advisory | |
support@hackerone.com | https://www.debian.org/security/2021/dsa-4929 | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://discuss.rubyonrails.org/t/cve-2021-22880-possible-dos-vulnerability-in-active-record-postgresql-adapter/77129 | Mitigation, Patch, Vendor Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://hackerone.com/reports/1023899 | Exploit, Patch, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/MO5OJ3F4ZL3UXVLJO6ECANRVZBNRS2IH/ | ||
af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XQ3NS4IBYE2I3MVMGAHFZBZBIZGHXHT3/ | ||
af854a3a-2127-422b-91ae-364da2661108 | https://security.netapp.com/advisory/ntap-20210805-0009/ | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://www.debian.org/security/2021/dsa-4929 | Third Party Advisory |
Impacted products
Vendor | Product | Version | |
---|---|---|---|
rubyonrails | rails | * | |
rubyonrails | rails | * | |
rubyonrails | rails | * | |
fedoraproject | fedora | 32 | |
fedoraproject | fedora | 33 |
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:rubyonrails:rails:*:*:*:*:*:*:*:*", "matchCriteriaId": "3AAA9CFA-AD3B-4CE9-922F-D056914CB0EF", "versionEndExcluding": "5.2.4.5", "versionStartIncluding": "4.2.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:rubyonrails:rails:*:*:*:*:*:*:*:*", "matchCriteriaId": "817BE0F5-136C-460E-816D-74B3F6663BA8", "versionEndExcluding": "6.0.3.5", "versionStartIncluding": "6.0.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:rubyonrails:rails:*:*:*:*:*:*:*:*", "matchCriteriaId": "98CE6993-089E-454B-8156-011E03FC3C94", "versionEndExcluding": "6.1.2.1", "versionStartIncluding": "6.1.0", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:fedoraproject:fedora:32:*:*:*:*:*:*:*", "matchCriteriaId": "36D96259-24BD-44E2-96D9-78CE1D41F956", "vulnerable": true }, { "criteria": "cpe:2.3:o:fedoraproject:fedora:33:*:*:*:*:*:*:*", "matchCriteriaId": "E460AA51-FCDA-46B9-AE97-E6676AA5E194", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "The PostgreSQL adapter in Active Record before 6.1.2.1, 6.0.3.5, 5.2.4.5 suffers from a regular expression denial of service (REDoS) vulnerability. Carefully crafted input can cause the input validation in the `money` type of the PostgreSQL adapter in Active Record to spend too much time in a regular expression, resulting in the potential for a DoS attack. This only impacts Rails applications that are using PostgreSQL along with money type columns that take user input." }, { "lang": "es", "value": "El adaptador PostgreSQL en Active Record versiones anteriores a 6.1.2.1, 6.0.3.5, 5.2.4.5, sufre una vulnerabilidad de denegaci\u00f3n de servicio de expresi\u00f3n regular (REDoS).\u0026#xa0;Una entrada cuidadosamente dise\u00f1ada puede causar que la comprobaci\u00f3n de la entrada en el tipo \"money\" del adaptador de PostgreSQL en Active Record pase demasiado tiempo en una expresi\u00f3n regular, resultando en la posibilidad de un ataque DoS.\u0026#xa0;Esto solo afecta a las aplicaciones Rails que usan PostgreSQL junto con las columnas de tipo money que toman la entrada del usuario" } ], "id": "CVE-2021-22880", "lastModified": "2024-11-21T05:50:49.607", "metrics": { "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 5.0, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 10.0, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": false } ], "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2021-02-11T18:15:17.333", "references": [ { "source": "support@hackerone.com", "tags": [ "Mitigation", "Patch", "Vendor Advisory" ], "url": "https://discuss.rubyonrails.org/t/cve-2021-22880-possible-dos-vulnerability-in-active-record-postgresql-adapter/77129" }, { "source": "support@hackerone.com", "tags": [ "Exploit", "Patch", "Third Party Advisory" ], "url": "https://hackerone.com/reports/1023899" }, { "source": "support@hackerone.com", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/MO5OJ3F4ZL3UXVLJO6ECANRVZBNRS2IH/" }, { "source": "support@hackerone.com", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XQ3NS4IBYE2I3MVMGAHFZBZBIZGHXHT3/" }, { "source": "support@hackerone.com", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20210805-0009/" }, { "source": "support@hackerone.com", "tags": [ "Third Party Advisory" ], "url": "https://www.debian.org/security/2021/dsa-4929" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Mitigation", "Patch", "Vendor Advisory" ], "url": "https://discuss.rubyonrails.org/t/cve-2021-22880-possible-dos-vulnerability-in-active-record-postgresql-adapter/77129" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Patch", "Third Party Advisory" ], "url": "https://hackerone.com/reports/1023899" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/MO5OJ3F4ZL3UXVLJO6ECANRVZBNRS2IH/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XQ3NS4IBYE2I3MVMGAHFZBZBIZGHXHT3/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20210805-0009/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://www.debian.org/security/2021/dsa-4929" } ], "sourceIdentifier": "support@hackerone.com", "vulnStatus": "Modified", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-400" } ], "source": "support@hackerone.com", "type": "Secondary" }, { "description": [ { "lang": "en", "value": "CWE-400" } ], "source": "nvd@nist.gov", "type": "Primary" } ] }
ghsa-8hc4-xxm3-5ppp
Vulnerability from github
Published
2021-03-02 03:44
Modified
2023-07-03 22:08
Severity ?
VLAI Severity ?
Summary
Active Record subject to Regular Expression Denial-of-Service (ReDoS)
Details
The PostgreSQL adapter in Active Record before 6.1.2.1, 6.0.3.5, 5.2.4.5 suffers from a regular expression denial of service (REDoS) vulnerability. Carefully crafted input can cause the input validation in the money
type of the PostgreSQL adapter in Active Record to spend too much time in a regular expression, resulting in the potential for a DoS attack. This only impacts Rails applications that are using PostgreSQL along with money type columns that take user input.
{ "affected": [ { "database_specific": { "last_known_affected_version_range": "\u003c= 5.2.4.4" }, "package": { "ecosystem": "RubyGems", "name": "activerecord" }, "ranges": [ { "events": [ { "introduced": "5.0.0" }, { "fixed": "5.2.4.5" } ], "type": "ECOSYSTEM" } ] }, { "database_specific": { "last_known_affected_version_range": "\u003c= 6.0.3.4" }, "package": { "ecosystem": "RubyGems", "name": "activerecord" }, "ranges": [ { "events": [ { "introduced": "6.0.0" }, { "fixed": "6.0.3.5" } ], "type": "ECOSYSTEM" } ] }, { "database_specific": { "last_known_affected_version_range": "\u003c= 6.1.2.0" }, "package": { "ecosystem": "RubyGems", "name": "activerecord" }, "ranges": [ { "events": [ { "introduced": "6.1.0" }, { "fixed": "6.1.2.1" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2021-22880" ], "database_specific": { "cwe_ids": [ "CWE-400" ], "github_reviewed": true, "github_reviewed_at": "2021-03-02T03:40:01Z", "nvd_published_at": "2021-02-11T18:15:00Z", "severity": "HIGH" }, "details": "The PostgreSQL adapter in Active Record before 6.1.2.1, 6.0.3.5, 5.2.4.5 suffers from a regular expression denial of service (REDoS) vulnerability. Carefully crafted input can cause the input validation in the `money` type of the PostgreSQL adapter in Active Record to spend too much time in a regular expression, resulting in the potential for a DoS attack. This only impacts Rails applications that are using PostgreSQL along with money type columns that take user input.", "id": "GHSA-8hc4-xxm3-5ppp", "modified": "2023-07-03T22:08:31Z", "published": "2021-03-02T03:44:14Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22880" }, { "type": "WEB", "url": "https://hackerone.com/reports/1023899" }, { "type": "WEB", "url": "https://discuss.rubyonrails.org/t/cve-2021-22880-possible-dos-vulnerability-in-active-record-postgresql-adapter/77129" }, { "type": "WEB", "url": "https://github.com/rails/rails" }, { "type": "WEB", "url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2021-22880.yml" }, { "type": "WEB", "url": "https://groups.google.com/g/rubyonrails-security/c/ZzUqCh9vyhI" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MO5OJ3F4ZL3UXVLJO6ECANRVZBNRS2IH" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XQ3NS4IBYE2I3MVMGAHFZBZBIZGHXHT3" }, { "type": "WEB", "url": "https://security.netapp.com/advisory/ntap-20210805-0009" }, { "type": "WEB", "url": "https://www.debian.org/security/2021/dsa-4929" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "type": "CVSS_V3" } ], "summary": "Active Record subject to Regular Expression Denial-of-Service (ReDoS)" }
opensuse-su-2021:1468-1
Vulnerability from csaf_opensuse
Published
2021-11-12 13:06
Modified
2021-11-12 13:06
Summary
Security update for rubygem-activerecord-5_1
Notes
Title of the patch
Security update for rubygem-activerecord-5_1
Description of the patch
This update for rubygem-activerecord-5_1 fixes the following issues:
- CVE-2021-22880: Fixed possible DoS vector in PostgreSQL money type (bsc#1182169).
This update was imported from the SUSE:SLE-15:Update update project.
Patchnames
openSUSE-2021-1468
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for rubygem-activerecord-5_1", "title": "Title of the patch" }, { "category": "description", "text": "This update for rubygem-activerecord-5_1 fixes the following issues:\n\n- CVE-2021-22880: Fixed possible DoS vector in PostgreSQL money type (bsc#1182169).\n\nThis update was imported from the SUSE:SLE-15:Update update project.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-2021-1468", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2021_1468-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2021:1468-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/RROJLD5MLZPMJEWUQBDZP3I6WJGCWMUE/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2021:1468-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/RROJLD5MLZPMJEWUQBDZP3I6WJGCWMUE/" }, { "category": "self", "summary": "SUSE Bug 1182169", "url": "https://bugzilla.suse.com/1182169" }, { "category": "self", "summary": "SUSE CVE CVE-2021-22880 page", "url": "https://www.suse.com/security/cve/CVE-2021-22880/" } ], "title": "Security update for rubygem-activerecord-5_1", "tracking": { "current_release_date": "2021-11-12T13:06:56Z", "generator": { "date": "2021-11-12T13:06:56Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2021:1468-1", "initial_release_date": "2021-11-12T13:06:56Z", "revision_history": [ { "date": "2021-11-12T13:06:56Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-lp152.4.3.1.x86_64", "product": { "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-lp152.4.3.1.x86_64", "product_id": "ruby2.5-rubygem-activerecord-5_1-5.1.4-lp152.4.3.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Leap 15.2", "product": { "name": "openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.2" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-lp152.4.3.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:ruby2.5-rubygem-activerecord-5_1-5.1.4-lp152.4.3.1.x86_64" }, "product_reference": "ruby2.5-rubygem-activerecord-5_1-5.1.4-lp152.4.3.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-22880", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-22880" } ], "notes": [ { "category": "general", "text": "The PostgreSQL adapter in Active Record before 6.1.2.1, 6.0.3.5, 5.2.4.5 suffers from a regular expression denial of service (REDoS) vulnerability. Carefully crafted input can cause the input validation in the `money` type of the PostgreSQL adapter in Active Record to spend too much time in a regular expression, resulting in the potential for a DoS attack. This only impacts Rails applications that are using PostgreSQL along with money type columns that take user input.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.2:ruby2.5-rubygem-activerecord-5_1-5.1.4-lp152.4.3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-22880", "url": "https://www.suse.com/security/cve/CVE-2021-22880" }, { "category": "external", "summary": "SUSE Bug 1182169 for CVE-2021-22880", "url": "https://bugzilla.suse.com/1182169" }, { "category": "external", "summary": "SUSE Bug 1188335 for CVE-2021-22880", "url": "https://bugzilla.suse.com/1188335" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Leap 15.2:ruby2.5-rubygem-activerecord-5_1-5.1.4-lp152.4.3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "openSUSE Leap 15.2:ruby2.5-rubygem-activerecord-5_1-5.1.4-lp152.4.3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-12T13:06:56Z", "details": "moderate" } ], "title": "CVE-2021-22880" } ] }
opensuse-su-2021:3634-1
Vulnerability from csaf_opensuse
Published
2021-11-09 09:51
Modified
2021-11-09 09:51
Summary
Security update for rubygem-activerecord-5_1
Notes
Title of the patch
Security update for rubygem-activerecord-5_1
Description of the patch
This update for rubygem-activerecord-5_1 fixes the following issues:
- CVE-2021-22880: Fixed possible DoS vector in PostgreSQL money type (bsc#1182169).
Patchnames
openSUSE-SLE-15.3-2021-3634
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for rubygem-activerecord-5_1", "title": "Title of the patch" }, { "category": "description", "text": "This update for rubygem-activerecord-5_1 fixes the following issues:\n\n- CVE-2021-22880: Fixed possible DoS vector in PostgreSQL money type (bsc#1182169).\n", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-SLE-15.3-2021-3634", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2021_3634-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2021:3634-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/DSBBYVVTCKLFKYMF7OEIC2G2QUWN6ERM/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2021:3634-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/DSBBYVVTCKLFKYMF7OEIC2G2QUWN6ERM/" }, { "category": "self", "summary": "SUSE Bug 1182169", "url": "https://bugzilla.suse.com/1182169" }, { "category": "self", "summary": "SUSE CVE CVE-2021-22880 page", "url": "https://www.suse.com/security/cve/CVE-2021-22880/" } ], "title": "Security update for rubygem-activerecord-5_1", "tracking": { "current_release_date": "2021-11-09T09:51:26Z", "generator": { "date": "2021-11-09T09:51:26Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2021:3634-1", "initial_release_date": "2021-11-09T09:51:26Z", "revision_history": [ { "date": "2021-11-09T09:51:26Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.aarch64", "product": { "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.aarch64", "product_id": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.ppc64le", "product": { "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.ppc64le", "product_id": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.s390x", "product": { "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.s390x", "product_id": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.x86_64", "product": { "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.x86_64", "product_id": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Leap 15.3", "product": { "name": "openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.3" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.aarch64" }, "product_reference": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.ppc64le" }, "product_reference": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.s390x" }, "product_reference": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.x86_64" }, "product_reference": "ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-22880", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-22880" } ], "notes": [ { "category": "general", "text": "The PostgreSQL adapter in Active Record before 6.1.2.1, 6.0.3.5, 5.2.4.5 suffers from a regular expression denial of service (REDoS) vulnerability. Carefully crafted input can cause the input validation in the `money` type of the PostgreSQL adapter in Active Record to spend too much time in a regular expression, resulting in the potential for a DoS attack. This only impacts Rails applications that are using PostgreSQL along with money type columns that take user input.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.3:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.aarch64", "openSUSE Leap 15.3:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.ppc64le", "openSUSE Leap 15.3:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.s390x", "openSUSE Leap 15.3:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-22880", "url": "https://www.suse.com/security/cve/CVE-2021-22880" }, { "category": "external", "summary": "SUSE Bug 1182169 for CVE-2021-22880", "url": "https://bugzilla.suse.com/1182169" }, { "category": "external", "summary": "SUSE Bug 1188335 for CVE-2021-22880", "url": "https://bugzilla.suse.com/1188335" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Leap 15.3:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.aarch64", "openSUSE Leap 15.3:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.ppc64le", "openSUSE Leap 15.3:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.s390x", "openSUSE Leap 15.3:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "openSUSE Leap 15.3:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.aarch64", "openSUSE Leap 15.3:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.ppc64le", "openSUSE Leap 15.3:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.s390x", "openSUSE Leap 15.3:ruby2.5-rubygem-activerecord-5_1-5.1.4-5.3.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-09T09:51:26Z", "details": "moderate" } ], "title": "CVE-2021-22880" } ] }
opensuse-su-2024:11327-1
Vulnerability from csaf_opensuse
Published
2024-06-15 00:00
Modified
2024-06-15 00:00
Summary
ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2 on GA media
Notes
Title of the patch
ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2 on GA media
Description of the patch
These are all security issues fixed in the ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-11327
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-11327", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_11327-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2019-5418 page", "url": "https://www.suse.com/security/cve/CVE-2019-5418/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-8264 page", "url": "https://www.suse.com/security/cve/CVE-2020-8264/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-22880 page", "url": "https://www.suse.com/security/cve/CVE-2021-22880/" } ], "title": "ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2 on GA media", "tracking": { "current_release_date": "2024-06-15T00:00:00Z", "generator": { "date": "2024-06-15T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:11327-1", "initial_release_date": "2024-06-15T00:00:00Z", "revision_history": [ { "date": "2024-06-15T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.aarch64", "product": { "name": "ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.aarch64", "product_id": "ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.aarch64" } }, { "category": "product_version", "name": "ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.aarch64", "product": { "name": "ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.aarch64", "product_id": "ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.ppc64le", "product": { "name": "ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.ppc64le", "product_id": "ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.ppc64le" } }, { "category": "product_version", "name": "ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.ppc64le", "product": { "name": "ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.ppc64le", "product_id": "ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.s390x", "product": { "name": "ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.s390x", "product_id": "ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.s390x" } }, { "category": "product_version", "name": "ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.s390x", "product": { "name": "ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.s390x", "product_id": "ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.x86_64", "product": { "name": "ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.x86_64", "product_id": "ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.x86_64" } }, { "category": "product_version", "name": "ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.x86_64", "product": { "name": "ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.x86_64", "product_id": "ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.aarch64" }, "product_reference": "ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.ppc64le" }, "product_reference": "ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.s390x" }, "product_reference": "ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.x86_64" }, "product_reference": "ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.aarch64" }, "product_reference": "ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.ppc64le" }, "product_reference": "ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.s390x" }, "product_reference": "ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.x86_64" }, "product_reference": "ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-5418", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-5418" } ], "notes": [ { "category": "general", "text": "There is a File Content Disclosure vulnerability in Action View \u003c5.2.2.1, \u003c5.1.6.2, \u003c5.0.7.2, \u003c4.2.11.1 and v3 where specially crafted accept headers can cause contents of arbitrary files on the target system\u0027s filesystem to be exposed.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.aarch64", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.ppc64le", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.s390x", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.x86_64", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.aarch64", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.ppc64le", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.s390x", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-5418", "url": "https://www.suse.com/security/cve/CVE-2019-5418" }, { "category": "external", "summary": "SUSE Bug 1129272 for CVE-2019-5418", "url": "https://bugzilla.suse.com/1129272" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.aarch64", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.ppc64le", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.s390x", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.x86_64", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.aarch64", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.ppc64le", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.s390x", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.aarch64", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.ppc64le", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.s390x", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.x86_64", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.aarch64", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.ppc64le", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.s390x", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2019-5418" }, { "cve": "CVE-2020-8264", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-8264" } ], "notes": [ { "category": "general", "text": "In actionpack gem \u003e= 6.0.0, a possible XSS vulnerability exists when an application is running in development mode allowing an attacker to send or embed (in another page) a specially crafted URL which can allow the attacker to execute JavaScript in the context of the local application. This vulnerability is in the Actionable Exceptions middleware.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.aarch64", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.ppc64le", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.s390x", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.x86_64", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.aarch64", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.ppc64le", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.s390x", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-8264", "url": "https://www.suse.com/security/cve/CVE-2020-8264" }, { "category": "external", "summary": "SUSE Bug 1177521 for CVE-2020-8264", "url": "https://bugzilla.suse.com/1177521" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.aarch64", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.ppc64le", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.s390x", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.x86_64", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.aarch64", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.ppc64le", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.s390x", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.aarch64", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.ppc64le", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.s390x", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.x86_64", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.aarch64", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.ppc64le", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.s390x", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2020-8264" }, { "cve": "CVE-2021-22880", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-22880" } ], "notes": [ { "category": "general", "text": "The PostgreSQL adapter in Active Record before 6.1.2.1, 6.0.3.5, 5.2.4.5 suffers from a regular expression denial of service (REDoS) vulnerability. Carefully crafted input can cause the input validation in the `money` type of the PostgreSQL adapter in Active Record to spend too much time in a regular expression, resulting in the potential for a DoS attack. This only impacts Rails applications that are using PostgreSQL along with money type columns that take user input.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.aarch64", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.ppc64le", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.s390x", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.x86_64", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.aarch64", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.ppc64le", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.s390x", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-22880", "url": "https://www.suse.com/security/cve/CVE-2021-22880" }, { "category": "external", "summary": "SUSE Bug 1182169 for CVE-2021-22880", "url": "https://bugzilla.suse.com/1182169" }, { "category": "external", "summary": "SUSE Bug 1188335 for CVE-2021-22880", "url": "https://bugzilla.suse.com/1188335" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.aarch64", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.ppc64le", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.s390x", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.x86_64", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.aarch64", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.ppc64le", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.s390x", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.aarch64", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.ppc64le", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.s390x", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-6.0-6.0.4-1.2.x86_64", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.aarch64", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.ppc64le", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.s390x", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-6.0-6.0.4-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2021-22880" } ] }
opensuse-su-2024:11326-1
Vulnerability from csaf_opensuse
Published
2024-06-15 00:00
Modified
2024-06-15 00:00
Summary
ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2 on GA media
Notes
Title of the patch
ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2 on GA media
Description of the patch
These are all security issues fixed in the ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-11326
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-11326", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_11326-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2019-16782 page", "url": "https://www.suse.com/security/cve/CVE-2019-16782/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-5418 page", "url": "https://www.suse.com/security/cve/CVE-2019-5418/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-22880 page", "url": "https://www.suse.com/security/cve/CVE-2021-22880/" } ], "title": "ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2 on GA media", "tracking": { "current_release_date": "2024-06-15T00:00:00Z", "generator": { "date": "2024-06-15T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:11326-1", "initial_release_date": "2024-06-15T00:00:00Z", "revision_history": [ { "date": "2024-06-15T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.aarch64", "product": { "name": "ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.aarch64", "product_id": "ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.aarch64" } }, { "category": "product_version", "name": "ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.aarch64", "product": { "name": "ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.aarch64", "product_id": "ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.ppc64le", "product": { "name": "ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.ppc64le", "product_id": "ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.ppc64le" } }, { "category": "product_version", "name": "ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.ppc64le", "product": { "name": "ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.ppc64le", "product_id": "ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.s390x", "product": { "name": "ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.s390x", "product_id": "ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.s390x" } }, { "category": "product_version", "name": "ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.s390x", "product": { "name": "ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.s390x", "product_id": "ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.x86_64", "product": { "name": "ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.x86_64", "product_id": "ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.x86_64" } }, { "category": "product_version", "name": "ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.x86_64", "product": { "name": "ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.x86_64", "product_id": "ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.aarch64" }, "product_reference": "ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.ppc64le" }, "product_reference": "ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.s390x" }, "product_reference": "ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.x86_64" }, "product_reference": "ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.aarch64" }, "product_reference": "ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.ppc64le" }, "product_reference": "ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.s390x" }, "product_reference": "ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.x86_64" }, "product_reference": "ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-16782", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-16782" } ], "notes": [ { "category": "general", "text": "There\u0027s a possible information leak / session hijack vulnerability in Rack (RubyGem rack). This vulnerability is patched in versions 1.6.12 and 2.0.8. Attackers may be able to find and hijack sessions by using timing attacks targeting the session id. Session ids are usually stored and indexed in a database that uses some kind of scheme for speeding up lookups of that session id. By carefully measuring the amount of time it takes to look up a session, an attacker may be able to find a valid session id and hijack the session. The session id itself may be generated randomly, but the way the session is indexed by the backing store does not use a secure comparison.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.aarch64", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.ppc64le", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.s390x", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.x86_64", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.aarch64", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.ppc64le", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.s390x", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-16782", "url": "https://www.suse.com/security/cve/CVE-2019-16782" }, { "category": "external", "summary": "SUSE Bug 1159548 for CVE-2019-16782", "url": "https://bugzilla.suse.com/1159548" }, { "category": "external", "summary": "SUSE Bug 1183174 for CVE-2019-16782", "url": "https://bugzilla.suse.com/1183174" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.aarch64", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.ppc64le", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.s390x", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.x86_64", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.aarch64", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.ppc64le", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.s390x", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.6, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.aarch64", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.ppc64le", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.s390x", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.x86_64", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.aarch64", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.ppc64le", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.s390x", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2019-16782" }, { "cve": "CVE-2019-5418", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-5418" } ], "notes": [ { "category": "general", "text": "There is a File Content Disclosure vulnerability in Action View \u003c5.2.2.1, \u003c5.1.6.2, \u003c5.0.7.2, \u003c4.2.11.1 and v3 where specially crafted accept headers can cause contents of arbitrary files on the target system\u0027s filesystem to be exposed.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.aarch64", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.ppc64le", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.s390x", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.x86_64", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.aarch64", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.ppc64le", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.s390x", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-5418", "url": "https://www.suse.com/security/cve/CVE-2019-5418" }, { "category": "external", "summary": "SUSE Bug 1129272 for CVE-2019-5418", "url": "https://bugzilla.suse.com/1129272" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.aarch64", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.ppc64le", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.s390x", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.x86_64", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.aarch64", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.ppc64le", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.s390x", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.aarch64", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.ppc64le", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.s390x", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.x86_64", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.aarch64", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.ppc64le", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.s390x", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2019-5418" }, { "cve": "CVE-2021-22880", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-22880" } ], "notes": [ { "category": "general", "text": "The PostgreSQL adapter in Active Record before 6.1.2.1, 6.0.3.5, 5.2.4.5 suffers from a regular expression denial of service (REDoS) vulnerability. Carefully crafted input can cause the input validation in the `money` type of the PostgreSQL adapter in Active Record to spend too much time in a regular expression, resulting in the potential for a DoS attack. This only impacts Rails applications that are using PostgreSQL along with money type columns that take user input.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.aarch64", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.ppc64le", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.s390x", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.x86_64", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.aarch64", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.ppc64le", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.s390x", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-22880", "url": "https://www.suse.com/security/cve/CVE-2021-22880" }, { "category": "external", "summary": "SUSE Bug 1182169 for CVE-2021-22880", "url": "https://bugzilla.suse.com/1182169" }, { "category": "external", "summary": "SUSE Bug 1188335 for CVE-2021-22880", "url": "https://bugzilla.suse.com/1188335" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.aarch64", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.ppc64le", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.s390x", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.x86_64", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.aarch64", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.ppc64le", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.s390x", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.aarch64", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.ppc64le", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.s390x", "openSUSE Tumbleweed:ruby2.7-rubygem-activerecord-5.2-5.2.6-1.2.x86_64", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.aarch64", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.ppc64le", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.s390x", "openSUSE Tumbleweed:ruby3.0-rubygem-activerecord-5.2-5.2.6-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2021-22880" } ] }
opensuse-su-2024:11826-1
Vulnerability from csaf_opensuse
Published
2024-06-15 00:00
Modified
2024-06-15 00:00
Summary
ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1 on GA media
Notes
Title of the patch
ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1 on GA media
Description of the patch
These are all security issues fixed in the ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-11826
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-11826", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_11826-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2019-5418 page", "url": "https://www.suse.com/security/cve/CVE-2019-5418/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-8264 page", "url": "https://www.suse.com/security/cve/CVE-2020-8264/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-22880 page", "url": "https://www.suse.com/security/cve/CVE-2021-22880/" } ], "title": "ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1 on GA media", "tracking": { "current_release_date": "2024-06-15T00:00:00Z", "generator": { "date": "2024-06-15T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:11826-1", "initial_release_date": "2024-06-15T00:00:00Z", "revision_history": [ { "date": "2024-06-15T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.aarch64", "product": { "name": "ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.aarch64", "product_id": "ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.ppc64le", "product": { "name": "ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.ppc64le", "product_id": "ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.s390x", "product": { "name": "ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.s390x", "product_id": "ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.x86_64", "product": { "name": "ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.x86_64", "product_id": "ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.aarch64" }, "product_reference": "ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.ppc64le" }, "product_reference": "ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.s390x" }, "product_reference": "ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.x86_64" }, "product_reference": "ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-5418", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-5418" } ], "notes": [ { "category": "general", "text": "There is a File Content Disclosure vulnerability in Action View \u003c5.2.2.1, \u003c5.1.6.2, \u003c5.0.7.2, \u003c4.2.11.1 and v3 where specially crafted accept headers can cause contents of arbitrary files on the target system\u0027s filesystem to be exposed.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.aarch64", "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.ppc64le", "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.s390x", "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-5418", "url": "https://www.suse.com/security/cve/CVE-2019-5418" }, { "category": "external", "summary": "SUSE Bug 1129272 for CVE-2019-5418", "url": "https://bugzilla.suse.com/1129272" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.aarch64", "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.ppc64le", "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.s390x", "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.aarch64", "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.ppc64le", "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.s390x", "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2019-5418" }, { "cve": "CVE-2020-8264", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-8264" } ], "notes": [ { "category": "general", "text": "In actionpack gem \u003e= 6.0.0, a possible XSS vulnerability exists when an application is running in development mode allowing an attacker to send or embed (in another page) a specially crafted URL which can allow the attacker to execute JavaScript in the context of the local application. This vulnerability is in the Actionable Exceptions middleware.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.aarch64", "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.ppc64le", "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.s390x", "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-8264", "url": "https://www.suse.com/security/cve/CVE-2020-8264" }, { "category": "external", "summary": "SUSE Bug 1177521 for CVE-2020-8264", "url": "https://bugzilla.suse.com/1177521" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.aarch64", "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.ppc64le", "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.s390x", "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.aarch64", "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.ppc64le", "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.s390x", "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2020-8264" }, { "cve": "CVE-2021-22880", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-22880" } ], "notes": [ { "category": "general", "text": "The PostgreSQL adapter in Active Record before 6.1.2.1, 6.0.3.5, 5.2.4.5 suffers from a regular expression denial of service (REDoS) vulnerability. Carefully crafted input can cause the input validation in the `money` type of the PostgreSQL adapter in Active Record to spend too much time in a regular expression, resulting in the potential for a DoS attack. This only impacts Rails applications that are using PostgreSQL along with money type columns that take user input.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.aarch64", "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.ppc64le", "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.s390x", "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-22880", "url": "https://www.suse.com/security/cve/CVE-2021-22880" }, { "category": "external", "summary": "SUSE Bug 1182169 for CVE-2021-22880", "url": "https://bugzilla.suse.com/1182169" }, { "category": "external", "summary": "SUSE Bug 1188335 for CVE-2021-22880", "url": "https://bugzilla.suse.com/1188335" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.aarch64", "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.ppc64le", "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.s390x", "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.aarch64", "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.ppc64le", "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.s390x", "openSUSE Tumbleweed:ruby3.1-rubygem-activerecord-6.0-6.0.4.4-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2021-22880" } ] }
gsd-2021-22880
Vulnerability from gsd
Modified
2021-02-10 00:00
Details
There is a possible DoS vulnerability in the PostgreSQL adapter in Active
Record. This vulnerability has been assigned the CVE identifier CVE-2021-22880.
Versions Affected: >= 4.2.0
Not affected: < 4.2.0
Fixed Versions: 6.1.2.1, 6.0.3.5, 5.2.4.5
Impact
------
Carefully crafted input can cause the input validation in the "money" type of
the PostgreSQL adapter in Active Record to spend too much time in a regular
expression, resulting in the potential for a DoS attack.
This only impacts Rails applications that are using PostgreSQL along with
money type columns that take user input.
Workarounds
-----------
In the case a patch can't be applied, the following monkey patch can be used
in an initializer:
```
module ActiveRecord
module ConnectionAdapters
module PostgreSQL
module OID # :nodoc:
class Money < Type::Decimal # :nodoc:
def cast_value(value)
return value unless ::String === value
value = value.sub(/^\((.+)\)$/, '-\1') # (4)
case value
when /^-?\D*+[\d,]+\.\d{2}$/ # (1)
value.gsub!(/[^-\d.]/, "")
when /^-?\D*+[\d.]+,\d{2}$/ # (2)
value.gsub!(/[^-\d,]/, "").sub!(/,/, ".")
end
super(value)
end
end
end
end
end
end
```
Aliases
Aliases
{ "GSD": { "alias": "CVE-2021-22880", "description": "The PostgreSQL adapter in Active Record before 6.1.2.1, 6.0.3.5, 5.2.4.5 suffers from a regular expression denial of service (REDoS) vulnerability. Carefully crafted input can cause the input validation in the `money` type of the PostgreSQL adapter in Active Record to spend too much time in a regular expression, resulting in the potential for a DoS attack. This only impacts Rails applications that are using PostgreSQL along with money type columns that take user input.", "id": "GSD-2021-22880", "references": [ "https://www.suse.com/security/cve/CVE-2021-22880.html", "https://www.debian.org/security/2021/dsa-4929" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "affected": [ { "package": { "ecosystem": "RubyGems", "name": "activerecord", "purl": "pkg:gem/activerecord" } } ], "aliases": [ "CVE-2021-22880", "GHSA-8hc4-xxm3-5ppp" ], "details": "There is a possible DoS vulnerability in the PostgreSQL adapter in Active\nRecord. This vulnerability has been assigned the CVE identifier CVE-2021-22880.\n\nVersions Affected: \u003e= 4.2.0\nNot affected: \u003c 4.2.0\nFixed Versions: 6.1.2.1, 6.0.3.5, 5.2.4.5\n\nImpact\n------\nCarefully crafted input can cause the input validation in the \"money\" type of\nthe PostgreSQL adapter in Active Record to spend too much time in a regular\nexpression, resulting in the potential for a DoS attack.\n\nThis only impacts Rails applications that are using PostgreSQL along with\nmoney type columns that take user input.\n\nWorkarounds\n-----------\nIn the case a patch can\u0027t be applied, the following monkey patch can be used\nin an initializer:\n\n```\nmodule ActiveRecord\n module ConnectionAdapters\n module PostgreSQL\n module OID # :nodoc:\n class Money \u003c Type::Decimal # :nodoc:\n def cast_value(value)\n return value unless ::String === value\n\n value = value.sub(/^\\((.+)\\)$/, \u0027-\\1\u0027) # (4)\n case value\n when /^-?\\D*+[\\d,]+\\.\\d{2}$/ # (1)\n value.gsub!(/[^-\\d.]/, \"\")\n when /^-?\\D*+[\\d.]+,\\d{2}$/ # (2)\n value.gsub!(/[^-\\d,]/, \"\").sub!(/,/, \".\")\n end\n\n super(value)\n end\n end\n end\n end\n end\nend\n```\n", "id": "GSD-2021-22880", "modified": "2021-02-10T00:00:00.000Z", "published": "2021-02-10T00:00:00.000Z", "references": [ { "type": "WEB", "url": "https://groups.google.com/g/rubyonrails-security/c/ZzUqCh9vyhI" } ], "schema_version": "1.4.0", "severity": [ { "score": 5.3, "type": "CVSS_V3" } ], "summary": "Possible DoS Vulnerability in Active Record PostgreSQL adapter" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "support@hackerone.com", "ID": "CVE-2021-22880", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "https://github.com/rails/rails", "version": { "version_data": [ { "version_value": "Fixed in 6.1.2.1, 6.0.3.5, 5.2.4.5" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "The PostgreSQL adapter in Active Record before 6.1.2.1, 6.0.3.5, 5.2.4.5 suffers from a regular expression denial of service (REDoS) vulnerability. Carefully crafted input can cause the input validation in the `money` type of the PostgreSQL adapter in Active Record to spend too much time in a regular expression, resulting in the potential for a DoS attack. This only impacts Rails applications that are using PostgreSQL along with money type columns that take user input." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "Denial of Service (CWE-400)" } ] } ] }, "references": { "reference_data": [ { "name": "https://hackerone.com/reports/1023899", "refsource": "MISC", "url": "https://hackerone.com/reports/1023899" }, { "name": "https://discuss.rubyonrails.org/t/cve-2021-22880-possible-dos-vulnerability-in-active-record-postgresql-adapter/77129", "refsource": "MISC", "url": "https://discuss.rubyonrails.org/t/cve-2021-22880-possible-dos-vulnerability-in-active-record-postgresql-adapter/77129" }, { "name": "FEDORA-2021-b571fca1b8", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XQ3NS4IBYE2I3MVMGAHFZBZBIZGHXHT3/" }, { "name": "FEDORA-2021-def0e32233", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MO5OJ3F4ZL3UXVLJO6ECANRVZBNRS2IH/" }, { "name": "DSA-4929", "refsource": "DEBIAN", "url": "https://www.debian.org/security/2021/dsa-4929" }, { "name": "https://security.netapp.com/advisory/ntap-20210805-0009/", "refsource": "CONFIRM", "url": "https://security.netapp.com/advisory/ntap-20210805-0009/" } ] } }, "github.com/rubysec/ruby-advisory-db": { "cve": "2021-22880", "cvss_v3": 5.3, "date": "2021-02-10", "description": "There is a possible DoS vulnerability in the PostgreSQL adapter in Active\nRecord. This vulnerability has been assigned the CVE identifier CVE-2021-22880.\n\nVersions Affected: \u003e= 4.2.0\nNot affected: \u003c 4.2.0\nFixed Versions: 6.1.2.1, 6.0.3.5, 5.2.4.5\n\nImpact\n------\nCarefully crafted input can cause the input validation in the \"money\" type of\nthe PostgreSQL adapter in Active Record to spend too much time in a regular\nexpression, resulting in the potential for a DoS attack.\n\nThis only impacts Rails applications that are using PostgreSQL along with\nmoney type columns that take user input.\n\nWorkarounds\n-----------\nIn the case a patch can\u0027t be applied, the following monkey patch can be used\nin an initializer:\n\n```\nmodule ActiveRecord\n module ConnectionAdapters\n module PostgreSQL\n module OID # :nodoc:\n class Money \u003c Type::Decimal # :nodoc:\n def cast_value(value)\n return value unless ::String === value\n\n value = value.sub(/^\\((.+)\\)$/, \u0027-\\1\u0027) # (4)\n case value\n when /^-?\\D*+[\\d,]+\\.\\d{2}$/ # (1)\n value.gsub!(/[^-\\d.]/, \"\")\n when /^-?\\D*+[\\d.]+,\\d{2}$/ # (2)\n value.gsub!(/[^-\\d,]/, \"\").sub!(/,/, \".\")\n end\n\n super(value)\n end\n end\n end\n end\n end\nend\n```\n", "framework": "rails", "gem": "activerecord", "ghsa": "8hc4-xxm3-5ppp", "patched_versions": [ "~\u003e 5.2.4, \u003e= 5.2.4.5", "~\u003e 6.0.3, \u003e= 6.0.3.5", "\u003e= 6.1.2.1" ], "title": "Possible DoS Vulnerability in Active Record PostgreSQL adapter", "unaffected_versions": [ "\u003c 4.2.0" ], "url": "https://groups.google.com/g/rubyonrails-security/c/ZzUqCh9vyhI" }, "gitlab.com": { "advisories": [ { "affected_range": "\u003e=4.2.0 \u003c5.2.4.5||\u003e=6.0.0 \u003c6.0.3.5||\u003e=6.1.0 \u003c6.1.2.1", "affected_versions": "All versions starting from 4.2.0 before 5.2.4.5, all versions starting from 6.0.0 before 6.0.3.5, all versions starting from 6.1.0 before 6.1.2.1, all versions starting from 32 up to 33", "cvss_v2": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "cwe_ids": [ "CWE-1035", "CWE-400", "CWE-937" ], "date": "2021-08-05", "description": "The PostgreSQL adapter in Active Record suffers from a regular expression denial of service (REDoS) vulnerability. Carefully crafted input can cause the input validation in the `money` type of the PostgreSQL adapter in Active Record to spend too much time in a regular expression, resulting in the potential for a DoS attack. This only impacts Rails applications that are using PostgreSQL along with money type columns that take user input.", "fixed_versions": [ "5.2.4.5", "6.0.3.5", "6.1.2.1" ], "identifier": "CVE-2021-22880", "identifiers": [ "CVE-2021-22880" ], "not_impacted": "All versions before 4.2.0, all versions starting from 5.2.4.5 before 6.0.0, all versions starting from 6.0.3.5 before 6.1.0, all versions starting from 6.1.2.1 before 32, all versions after 33", "package_slug": "gem/activerecord", "pubdate": "2021-02-11", "solution": "Upgrade to versions 5.2.4.5, 6.0.3.5, 6.1.2.1 or above.", "title": "Uncontrolled Resource Consumption", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2021-22880", "https://hackerone.com/reports/1023899", "https://discuss.rubyonrails.org/t/cve-2021-22880-possible-dos-vulnerability-in-active-record-postgresql-adapter/77129", "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XQ3NS4IBYE2I3MVMGAHFZBZBIZGHXHT3/", "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MO5OJ3F4ZL3UXVLJO6ECANRVZBNRS2IH/", "https://www.debian.org/security/2021/dsa-4929", "https://security.netapp.com/advisory/ntap-20210805-0009/" ], "uuid": "780c63f4-18fd-49af-8aa6-4d68dac71c3d" }, { "affected_range": "\u003e=4.2.0 \u003c5.2.4.5||\u003e=6.0.0 \u003c6.0.3.5||\u003e=6.1.0 \u003c6.1.2.1", "affected_versions": "All versions starting from 4.2.0 before 5.2.4.5, all versions starting from 6.0.0 before 6.0.3.5, all versions starting from 6.1.0 before 6.1.2.1", "cvss_v2": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "cwe_ids": [ "CWE-1035", "CWE-400", "CWE-937" ], "date": "2022-01-04", "description": "The PostgreSQL adapter in Active Record suffers from a regular expression denial of service (REDoS) vulnerability. Carefully crafted input can cause the input validation in the `money` type of the PostgreSQL adapter in Active Record to spend too much time in a regular expression, resulting in the potential for a DoS attack. This only impacts Rails applications that are using PostgreSQL along with money type columns that take user input.", "fixed_versions": [ "5.2.4.5", "6.0.3.5", "6.1.2.1" ], "identifier": "CVE-2021-22880", "identifiers": [ "CVE-2021-22880" ], "not_impacted": "All versions before 4.2.0, all versions starting from 5.2.4.5 before 6.0.0, all versions starting from 6.0.3.5 before 6.1.0, all versions starting from 6.1.2.1", "package_slug": "gem/rails", "pubdate": "2021-02-11", "solution": "Upgrade to versions 5.2.4.5, 6.0.3.5, 6.1.2.1 or above.", "title": "Uncontrolled Resource Consumption", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2021-22880", "https://discuss.rubyonrails.org/t/cve-2021-22880-possible-dos-vulnerability-in-active-record-postgresql-adapter/77129" ], "uuid": "f9ac0d91-655f-4f1e-aa9d-f90acf30b097" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:rubyonrails:rails:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "5.2.4.5", "versionStartIncluding": "4.2.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:rubyonrails:rails:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "6.0.3.5", "versionStartIncluding": "6.0.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:rubyonrails:rails:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "6.1.2.1", "versionStartIncluding": "6.1.0", "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:32:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:33:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve-assignments@hackerone.com", "ID": "CVE-2021-22880" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "The PostgreSQL adapter in Active Record before 6.1.2.1, 6.0.3.5, 5.2.4.5 suffers from a regular expression denial of service (REDoS) vulnerability. Carefully crafted input can cause the input validation in the `money` type of the PostgreSQL adapter in Active Record to spend too much time in a regular expression, resulting in the potential for a DoS attack. This only impacts Rails applications that are using PostgreSQL along with money type columns that take user input." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-400" } ] } ] }, "references": { "reference_data": [ { "name": "https://hackerone.com/reports/1023899", "refsource": "MISC", "tags": [ "Exploit", "Patch", "Third Party Advisory" ], "url": "https://hackerone.com/reports/1023899" }, { "name": "https://discuss.rubyonrails.org/t/cve-2021-22880-possible-dos-vulnerability-in-active-record-postgresql-adapter/77129", "refsource": "MISC", "tags": [ "Mitigation", "Patch", "Vendor Advisory" ], "url": "https://discuss.rubyonrails.org/t/cve-2021-22880-possible-dos-vulnerability-in-active-record-postgresql-adapter/77129" }, { "name": "FEDORA-2021-b571fca1b8", "refsource": "FEDORA", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XQ3NS4IBYE2I3MVMGAHFZBZBIZGHXHT3/" }, { "name": "FEDORA-2021-def0e32233", "refsource": "FEDORA", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MO5OJ3F4ZL3UXVLJO6ECANRVZBNRS2IH/" }, { "name": "DSA-4929", "refsource": "DEBIAN", "tags": [ "Third Party Advisory" ], "url": "https://www.debian.org/security/2021/dsa-4929" }, { "name": "https://security.netapp.com/advisory/ntap-20210805-0009/", "refsource": "CONFIRM", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20210805-0009/" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 5.0, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 10.0, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "MEDIUM", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 3.6 } }, "lastModifiedDate": "2022-01-04T16:38Z", "publishedDate": "2021-02-11T18:15Z" } } }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…