ghsa-hjp3-5g2q-7jww
Vulnerability from github
Published
2023-05-01 14:00
Modified
2024-01-05 15:27
Severity ?
Summary
Race Condition leading to logging errors
Details
In certain setups with threaded web servers, Audited's use of Thread.current
can incorrectly attributed audits to the wrong user.
Fixed in 5.3.3.
In March, @convisoappsec noticed that the library in question had a Race Condition problem, which caused logs to be registered at times with different users than those who performed the genuine actions.
- The first issue we identified was from November 2021: https://github.com/collectiveidea/audited/issues/601
- So the solution was implemented in the following Pull Request: https://github.com/collectiveidea/audited/pull/669
- And the feature was published in version 5.3.3: RELEASE: https://github.com/collectiveidea/audited/pull/671
{ "affected": [ { "package": { "ecosystem": "RubyGems", "name": "audited" }, "ranges": [ { "events": [ { "introduced": "4.0.0" }, { "fixed": "5.3.3" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-22047" ], "database_specific": { "cwe_ids": [], "github_reviewed": true, "github_reviewed_at": "2023-05-01T14:00:47Z", "nvd_published_at": null, "severity": "LOW" }, "details": "In certain setups with threaded web servers, Audited\u0027s use of `Thread.current` can incorrectly attributed audits to the wrong user. \n\nFixed in 5.3.3. \n\nIn March, @convisoappsec noticed that the library in question had a Race Condition problem, which caused logs to be registered at times with different users than those who performed the genuine actions.\n\n- The first issue we identified was from November 2021: https://github.com/collectiveidea/audited/issues/601 \n- So the solution was implemented in the following Pull Request: https://github.com/collectiveidea/audited/pull/669 \n- And the feature was published in version 5.3.3: RELEASE: https://github.com/collectiveidea/audited/pull/671\n", "id": "GHSA-hjp3-5g2q-7jww", "modified": "2024-01-05T15:27:28Z", "published": "2023-05-01T14:00:47Z", "references": [ { "type": "WEB", "url": "https://github.com/collectiveidea/audited/security/advisories/GHSA-hjp3-5g2q-7jww" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22047" }, { "type": "WEB", "url": "https://github.com/collectiveidea/audited/issues/601" }, { "type": "WEB", "url": "https://github.com/collectiveidea/audited/pull/669" }, { "type": "WEB", "url": "https://github.com/collectiveidea/audited/pull/671" }, { "type": "WEB", "url": "https://github.com/collectiveidea/audited/commit/342734c9396d8f96d3165f1d8531c626139fa4c6" }, { "type": "PACKAGE", "url": "https://github.com/collectiveidea/audited" }, { "type": "WEB", "url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/audited/CVE-2024-22047.yml" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N", "type": "CVSS_V3" } ], "summary": "Race Condition leading to logging errors" }
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.