Advisory Database Sync

This commit is contained in:
advisory-database[bot]
2025-03-10 18:32:58 +00:00
parent 691bb15183
commit 1b6e4e55e0
36 changed files with 457 additions and 58 deletions
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-rq4w-cjrr-h8w8",
"modified": "2025-02-20T20:23:38Z",
"modified": "2025-03-10T18:31:56Z",
"published": "2025-02-17T15:32:01Z",
"aliases": [
"CVE-2025-1391"
@@ -44,6 +44,10 @@
"type": "WEB",
"url": "https://github.com/keycloak/keycloak/commit/5aa2b4c75bb474303ab807017582bc01a9f7e378"
},
{
"type": "WEB",
"url": "https://access.redhat.com/errata/RHSA-2025:2545"
},
{
"type": "WEB",
"url": "https://access.redhat.com/security/cve/CVE-2025-1391"
@@ -1,11 +1,11 @@
{
"schema_version": "1.4.0",
"id": "GHSA-2fh4-gpch-vqv4",
"modified": "2025-03-10T18:26:10Z",
"modified": "2025-03-10T18:31:03Z",
"published": "2025-03-10T12:30:56Z",
"withdrawn": "2025-03-10T18:26:09Z",
"aliases": [],
"summary": "Zip Flag Bit Exploit Crashes Picklescan But Not PyTorch",
"summary": "Duplicate Advisory: Zip Flag Bit Exploit Crashes Picklescan But Not PyTorch",
"details": "## Duplicate Advisory\nThis advisory has been withdrawn because it is a duplicate of GHSA-w8jq-xcqf-f792. This link is maintained to preserve external references.\n\n## Original Description\npicklescan before 0.0.23 fails to detect malicious pickle files inside PyTorch model archives when certain ZIP file flag bits are modified. By flipping specific bits in the ZIP file headers, an attacker can embed malicious pickle files that remain undetected by PickleScan while still being successfully loaded by PyTorch's torch.load(). This can lead to arbitrary code execution when loading a compromised model.",
"severity": [
{
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-f93w-237m-4cjv",
"modified": "2023-03-04T06:30:21Z",
"modified": "2025-03-10T18:31:49Z",
"published": "2023-02-27T18:32:10Z",
"aliases": [
"CVE-2023-26758"
File diff suppressed because one or more lines are too long
@@ -1,13 +1,18 @@
{
"schema_version": "1.4.0",
"id": "GHSA-3gvj-5493-c96f",
"modified": "2024-06-26T00:31:35Z",
"modified": "2025-03-10T18:31:49Z",
"published": "2024-03-18T12:30:35Z",
"aliases": [
"CVE-2023-52616"
],
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\ncrypto: lib/mpi - Fix unexpected pointer access in mpi_ec_init\n\nWhen the mpi_ec_ctx structure is initialized, some fields are not\ncleared, causing a crash when referencing the field when the\nstructure was released. Initially, this issue was ignored because\nmemory for mpi_ec_ctx is allocated with the __GFP_ZERO flag.\nFor example, this error will be triggered when calculating the\nZa value for SM2 separately.",
"severity": [],
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H"
}
],
"affected": [],
"references": [
{
@@ -45,7 +50,7 @@
],
"database_specific": {
"cwe_ids": [],
"severity": null,
"severity": "MODERATE",
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2024-03-18T11:15:08Z"
File diff suppressed because one or more lines are too long
@@ -1,12 +1,12 @@
{
"schema_version": "1.4.0",
"id": "GHSA-5cwm-4qj6-4xfm",
"modified": "2024-03-27T18:32:39Z",
"modified": "2025-03-10T18:31:50Z",
"published": "2024-03-27T18:32:39Z",
"aliases": [
"CVE-2023-0582"
],
"details": "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability in ForgeRock Access Management allows Authorization Bypass.\n\nThis issue affects access management: before 7.3.0, before 7.2.1, before 7.1.4, through 7.0.2.\n\n",
"details": "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability in ForgeRock Access Management allows Authorization Bypass.\n\nThis issue affects access management: before 7.3.0, before 7.2.1, before 7.1.4, through 7.0.2.",
"severity": [
{
"type": "CVSS_V3",
@@ -1,12 +1,12 @@
{
"schema_version": "1.4.0",
"id": "GHSA-689f-q6h8-4mc5",
"modified": "2024-03-27T15:30:37Z",
"modified": "2025-03-10T18:31:50Z",
"published": "2024-03-27T15:30:37Z",
"aliases": [
"CVE-2023-44999"
],
"details": "Cross-Site Request Forgery (CSRF) vulnerability in WooCommerce WooCommerce Stripe Payment Gateway.This issue affects WooCommerce Stripe Payment Gateway: from n/a through 7.6.0.\n\n",
"details": "Cross-Site Request Forgery (CSRF) vulnerability in WooCommerce WooCommerce Stripe Payment Gateway.This issue affects WooCommerce Stripe Payment Gateway: from n/a through 7.6.0.",
"severity": [
{
"type": "CVSS_V3",
@@ -1,13 +1,18 @@
{
"schema_version": "1.4.0",
"id": "GHSA-6q28-45j9-263v",
"modified": "2024-06-26T00:31:35Z",
"modified": "2025-03-10T18:31:50Z",
"published": "2024-03-18T12:30:35Z",
"aliases": [
"CVE-2024-26640"
],
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\ntcp: add sanity checks to rx zerocopy\n\nTCP rx zerocopy intent is to map pages initially allocated\nfrom NIC drivers, not pages owned by a fs.\n\nThis patch adds to can_map_frag() these additional checks:\n\n- Page must not be a compound one.\n- page->mapping must be NULL.\n\nThis fixes the panic reported by ZhangPeng.\n\nsyzbot was able to loopback packets built with sendfile(),\nmapping pages owned by an ext4 file to TCP rx zerocopy.\n\nr3 = socket$inet_tcp(0x2, 0x1, 0x0)\nmmap(&(0x7f0000ff9000/0x4000)=nil, 0x4000, 0x0, 0x12, r3, 0x0)\nr4 = socket$inet_tcp(0x2, 0x1, 0x0)\nbind$inet(r4, &(0x7f0000000000)={0x2, 0x4e24, @multicast1}, 0x10)\nconnect$inet(r4, &(0x7f00000006c0)={0x2, 0x4e24, @empty}, 0x10)\nr5 = openat$dir(0xffffffffffffff9c, &(0x7f00000000c0)='./file0\\x00',\n 0x181e42, 0x0)\nfallocate(r5, 0x0, 0x0, 0x85b8)\nsendfile(r4, r5, 0x0, 0x8ba0)\ngetsockopt$inet_tcp_TCP_ZEROCOPY_RECEIVE(r4, 0x6, 0x23,\n &(0x7f00000001c0)={&(0x7f0000ffb000/0x3000)=nil, 0x3000, 0x0, 0x0, 0x0,\n 0x0, 0x0, 0x0, 0x0}, &(0x7f0000000440)=0x40)\nr6 = openat$dir(0xffffffffffffff9c, &(0x7f00000000c0)='./file0\\x00',\n 0x181e42, 0x0)",
"severity": [],
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H"
}
],
"affected": [],
"references": [
{
@@ -45,7 +50,7 @@
],
"database_specific": {
"cwe_ids": [],
"severity": null,
"severity": "MODERATE",
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2024-03-18T11:15:11Z"
@@ -1,12 +1,12 @@
{
"schema_version": "1.4.0",
"id": "GHSA-7qh2-q67g-xhj2",
"modified": "2024-03-27T09:30:41Z",
"modified": "2025-03-10T18:31:50Z",
"published": "2024-03-27T09:30:40Z",
"aliases": [
"CVE-2024-29925"
],
"details": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in wpWax Post Grid, Slider & Carousel Ultimate allows Stored XSS.This issue affects Post Grid, Slider & Carousel Ultimate: from n/a through 1.6.6.\n\n",
"details": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in wpWax Post Grid, Slider & Carousel Ultimate allows Stored XSS.This issue affects Post Grid, Slider & Carousel Ultimate: from n/a through 1.6.6.",
"severity": [
{
"type": "CVSS_V3",
@@ -1,13 +1,18 @@
{
"schema_version": "1.4.0",
"id": "GHSA-7rx6-7rmx-f3hf",
"modified": "2024-03-18T12:30:35Z",
"modified": "2025-03-10T18:31:49Z",
"published": "2024-03-18T12:30:35Z",
"aliases": [
"CVE-2024-26634"
],
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: fix removing a namespace with conflicting altnames\n\nMark reports a BUG() when a net namespace is removed.\n\n kernel BUG at net/core/dev.c:11520!\n\nPhysical interfaces moved outside of init_net get \"refunded\"\nto init_net when that namespace disappears. The main interface\nname may get overwritten in the process if it would have\nconflicted. We need to also discard all conflicting altnames.\nRecent fixes addressed ensuring that altnames get moved\nwith the main interface, which surfaced this problem.",
"severity": [],
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H"
}
],
"affected": [],
"references": [
{
@@ -33,7 +38,7 @@
],
"database_specific": {
"cwe_ids": [],
"severity": null,
"severity": "MODERATE",
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2024-03-18T11:15:10Z"
@@ -1,12 +1,12 @@
{
"schema_version": "1.4.0",
"id": "GHSA-9qq5-g8qh-67pf",
"modified": "2024-03-27T15:30:38Z",
"modified": "2025-03-10T18:31:50Z",
"published": "2024-03-27T15:30:38Z",
"aliases": [
"CVE-2024-29759"
],
"details": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in CodePeople Calculated Fields Form allows Reflected XSS.This issue affects Calculated Fields Form: from n/a through 1.2.54.\n\n",
"details": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in CodePeople Calculated Fields Form allows Reflected XSS.This issue affects Calculated Fields Form: from n/a through 1.2.54.",
"severity": [
{
"type": "CVSS_V3",
@@ -1,13 +1,18 @@
{
"schema_version": "1.4.0",
"id": "GHSA-chmj-69q7-qhgf",
"modified": "2024-03-18T12:30:35Z",
"modified": "2025-03-10T18:31:49Z",
"published": "2024-03-18T12:30:35Z",
"aliases": [
"CVE-2024-26637"
],
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: ath11k: rely on mac80211 debugfs handling for vif\n\nmac80211 started to delete debugfs entries in certain cases, causing a\nath11k to crash when it tried to delete the entries later. Fix this by\nrelying on mac80211 to delete the entries when appropriate and adding\nthem from the vif_add_debugfs handler.",
"severity": [],
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H"
}
],
"affected": [],
"references": [
{
@@ -25,7 +30,7 @@
],
"database_specific": {
"cwe_ids": [],
"severity": null,
"severity": "MODERATE",
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2024-03-18T11:15:10Z"
@@ -1,12 +1,12 @@
{
"schema_version": "1.4.0",
"id": "GHSA-fx8f-q2j4-9jxv",
"modified": "2024-03-27T09:30:40Z",
"modified": "2025-03-10T18:31:50Z",
"published": "2024-03-27T09:30:40Z",
"aliases": [
"CVE-2024-29921"
],
"details": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Supsystic Photo Gallery by Supsystic allows Stored XSS.This issue affects Photo Gallery by Supsystic: from n/a through 1.15.16.\n\n",
"details": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Supsystic Photo Gallery by Supsystic allows Stored XSS.This issue affects Photo Gallery by Supsystic: from n/a through 1.15.16.",
"severity": [
{
"type": "CVSS_V3",
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -30,7 +30,8 @@
],
"database_specific": {
"cwe_ids": [
"CWE-121"
"CWE-121",
"CWE-787"
],
"severity": "HIGH",
"github_reviewed": false,
@@ -30,7 +30,8 @@
],
"database_specific": {
"cwe_ids": [
"CWE-121"
"CWE-121",
"CWE-787"
],
"severity": "HIGH",
"github_reviewed": false,
@@ -30,7 +30,8 @@
],
"database_specific": {
"cwe_ids": [
"CWE-121"
"CWE-121",
"CWE-787"
],
"severity": "HIGH",
"github_reviewed": false,
@@ -30,7 +30,8 @@
],
"database_specific": {
"cwe_ids": [
"CWE-121"
"CWE-121",
"CWE-787"
],
"severity": "HIGH",
"github_reviewed": false,

Some files were not shown because too many files have changed in this diff Show More