Skip to content

Commit

Permalink
updates 2024-11-15
Browse files Browse the repository at this point in the history
Signed-off-by: Weston Steimel <[email protected]>
  • Loading branch information
westonsteimel committed Nov 15, 2024
1 parent e3c3054 commit 33aa332
Show file tree
Hide file tree
Showing 26 changed files with 1,713 additions and 4 deletions.
37 changes: 37 additions & 0 deletions data/anchore/2024/CVE-2024-10146.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"additionalMetadata": {
"cna": "wpscan",
"cveId": "CVE-2024-10146",
"description": "The Simple File List WordPress plugin before 6.1.13 does not sanitise and escape a generated URL before outputting it back in an attribute, leading to a Reflected Cross-Site Scripting which could be used against admins.",
"reason": "Added CPE configurations because not yet analyzed by NVD.",
"references": [
"https://wpscan.com/vulnerability/9ee74a0f-83ff-4c15-a114-f8f6baab8bf5/"
]
},
"adp": {
"affected": [
{
"collectionURL": "https://wordpress.org/plugins",
"cpes": [
"cpe:2.3:a:simplefilelist:simple-file-list:*:*:*:*:*:wordpress:*:*",
"cpe:2.3:a:simplefilelist:simple_file_list:*:*:*:*:*:wordpress:*:*"
],
"packageName": "simple-file-list",
"packageType": "wordpress-plugin",
"product": "Simple File List",
"versions": [
{
"lessThan": "6.1.13",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
}
],
"providerMetadata": {
"orgId": "00000000-0000-4000-8000-000000000000",
"shortName": "anchoreadp"
}
}
}
39 changes: 39 additions & 0 deletions data/anchore/2024/CVE-2024-10571.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"additionalMetadata": {
"cna": "wordfence",
"cveId": "CVE-2024-10571",
"description": "The Chartify – WordPress Chart Plugin plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 2.9.5 via the 'source' parameter. This makes it possible for unauthenticated attackers to include and execute arbitrary files on the server, allowing the execution of any PHP code in those files. This can be used to bypass access controls, obtain sensitive data, or achieve code execution in cases where images and other “safe” file types can be uploaded and included.",
"needsReview": true,
"reason": "Added CPE configurations because not yet analyzed by NVD.",
"references": [
"https://plugins.trac.wordpress.org/browser/chart-builder/tags/2.9.6/admin/partials/charts/actions/chart-builder-charts-actions-options.php?rev=3184238",
"https://www.wordfence.com/threat-intel/vulnerabilities/id/d4837258-c749-4194-926c-22b67e20c1fc?source=cve"
]
},
"adp": {
"affected": [
{
"collectionURL": "https://wordpress.org/plugins",
"cpes": [
"cpe:2.3:a:ays-pro:chartify:*:*:*:*:*:wordpress:*:*"
],
"packageName": "chart-builder",
"packageType": "wordpress-plugin",
"product": "Chartify – WordPress Chart Plugin",
"vendor": "ays-pro",
"versions": [
{
"lessThan": "2.9.6",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
}
],
"providerMetadata": {
"orgId": "00000000-0000-4000-8000-000000000000",
"shortName": "anchoreadp"
}
}
}
65 changes: 65 additions & 0 deletions data/anchore/2024/CVE-2024-10976.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"additionalMetadata": {
"cna": "postgresql",
"cveId": "CVE-2024-10976",
"description": "Incomplete tracking in PostgreSQL of tables with row security allows a reused query to view or change different rows from those intended. CVE-2023-2455 and CVE-2016-2193 fixed most interaction between row security and user ID changes. They missed cases where a subquery, WITH query, security invoker view, or SQL-language function references a table with a row-level security policy. This has the same consequences as the two earlier CVEs. That is to say, it leads to potentially incorrect policies being applied in cases where role-specific policies are used and a given query is planned under one role and then executed under other roles. This scenario can happen under security definer functions or when a common user and query is planned initially and then re-used across multiple SET ROLEs. Applying an incorrect policy may permit a user to complete otherwise-forbidden reads and modifications. This affects only databases that have used CREATE POLICY to define a row security policy. An attacker must tailor an attack to a particular application's pattern of query plan reuse, user ID changes, and role-specific row security policies. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.",
"reason": "Added CPE configurations because not yet analyzed by NVD.",
"references": [
"https://www.postgresql.org/support/security/CVE-2024-10976/"
]
},
"adp": {
"affected": [
{
"cpes": [
"cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*"
],
"product": "PostgreSQL",
"repo": "https://git.postgresql.org/git/postgresql.git/",
"vendor": "PostgreSQL",
"versions": [
{
"lessThan": "17.1",
"status": "affected",
"version": "17",
"versionType": "custom"
},
{
"lessThan": "16.5",
"status": "affected",
"version": "16",
"versionType": "custom"
},
{
"lessThan": "15.9",
"status": "affected",
"version": "15",
"versionType": "custom"
},
{
"lessThan": "14.14",
"status": "affected",
"version": "14",
"versionType": "custom"
},
{
"lessThan": "13.17",
"status": "affected",
"version": "13",
"versionType": "custom"
},
{
"lessThan": "12.21",
"status": "affected",
"version": "0",
"versionType": "custom"
}
]
}
],
"providerMetadata": {
"orgId": "00000000-0000-4000-8000-000000000000",
"shortName": "anchoreadp"
}
}
}
65 changes: 65 additions & 0 deletions data/anchore/2024/CVE-2024-10977.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"additionalMetadata": {
"cna": "postgresql",
"cveId": "CVE-2024-10977",
"description": "Client use of server error message in PostgreSQL allows a server not trusted under current SSL or GSS settings to furnish arbitrary non-NUL bytes to the libpq application. For example, a man-in-the-middle attacker could send a long error message that a human or screen-scraper user of psql mistakes for valid query results. This is probably not a concern for clients where the user interface unambiguously indicates the boundary between one error message and other text. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.",
"reason": "Added CPE configurations because not yet analyzed by NVD.",
"references": [
"https://www.postgresql.org/support/security/CVE-2024-10977/"
]
},
"adp": {
"affected": [
{
"cpes": [
"cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*"
],
"product": "PostgreSQL",
"repo": "https://git.postgresql.org/git/postgresql.git/",
"vendor": "PostgreSQL",
"versions": [
{
"lessThan": "17.1",
"status": "affected",
"version": "17",
"versionType": "custom"
},
{
"lessThan": "16.5",
"status": "affected",
"version": "16",
"versionType": "custom"
},
{
"lessThan": "15.9",
"status": "affected",
"version": "15",
"versionType": "custom"
},
{
"lessThan": "14.14",
"status": "affected",
"version": "14",
"versionType": "custom"
},
{
"lessThan": "13.17",
"status": "affected",
"version": "13",
"versionType": "custom"
},
{
"lessThan": "12.21",
"status": "affected",
"version": "0",
"versionType": "custom"
}
]
}
],
"providerMetadata": {
"orgId": "00000000-0000-4000-8000-000000000000",
"shortName": "anchoreadp"
}
}
}
65 changes: 65 additions & 0 deletions data/anchore/2024/CVE-2024-10978.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"additionalMetadata": {
"cna": "postgresql",
"cveId": "CVE-2024-10978",
"description": "Incorrect privilege assignment in PostgreSQL allows a less-privileged application user to view or change different rows from those intended. An attack requires the application to use SET ROLE, SET SESSION AUTHORIZATION, or an equivalent feature. The problem arises when an application query uses parameters from the attacker or conveys query results to the attacker. If that query reacts to current_setting('role') or the current user ID, it may modify or return data as though the session had not used SET ROLE or SET SESSION AUTHORIZATION. The attacker does not control which incorrect user ID applies. Query text from less-privileged sources is not a concern here, because SET ROLE and SET SESSION AUTHORIZATION are not sandboxes for unvetted queries. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.",
"reason": "Added CPE configurations because not yet analyzed by NVD.",
"references": [
"https://www.postgresql.org/support/security/CVE-2024-10978/"
]
},
"adp": {
"affected": [
{
"cpes": [
"cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*"
],
"product": "PostgreSQL",
"repo": "https://git.postgresql.org/git/postgresql.git/",
"vendor": "PostgreSQL",
"versions": [
{
"lessThan": "17.1",
"status": "affected",
"version": "17",
"versionType": "custom"
},
{
"lessThan": "16.5",
"status": "affected",
"version": "16",
"versionType": "custom"
},
{
"lessThan": "15.9",
"status": "affected",
"version": "15",
"versionType": "custom"
},
{
"lessThan": "14.14",
"status": "affected",
"version": "14",
"versionType": "custom"
},
{
"lessThan": "13.17",
"status": "affected",
"version": "13",
"versionType": "custom"
},
{
"lessThan": "12.21",
"status": "affected",
"version": "0",
"versionType": "custom"
}
]
}
],
"providerMetadata": {
"orgId": "00000000-0000-4000-8000-000000000000",
"shortName": "anchoreadp"
}
}
}
65 changes: 65 additions & 0 deletions data/anchore/2024/CVE-2024-10979.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"additionalMetadata": {
"cna": "postgresql",
"cveId": "CVE-2024-10979",
"description": "Incorrect control of environment variables in PostgreSQL PL/Perl allows an unprivileged database user to change sensitive process environment variables (e.g. PATH). That often suffices to enable arbitrary code execution, even if the attacker lacks a database server operating system user. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.",
"reason": "Added CPE configurations because not yet analyzed by NVD.",
"references": [
"https://www.postgresql.org/support/security/CVE-2024-10979/"
]
},
"adp": {
"affected": [
{
"cpes": [
"cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*"
],
"product": "PostgreSQL",
"repo": "https://git.postgresql.org/git/postgresql.git/",
"vendor": "PostgreSQL",
"versions": [
{
"lessThan": "17.1",
"status": "affected",
"version": "17",
"versionType": "custom"
},
{
"lessThan": "16.5",
"status": "affected",
"version": "16",
"versionType": "custom"
},
{
"lessThan": "15.9",
"status": "affected",
"version": "15",
"versionType": "custom"
},
{
"lessThan": "14.14",
"status": "affected",
"version": "14",
"versionType": "custom"
},
{
"lessThan": "13.17",
"status": "affected",
"version": "13",
"versionType": "custom"
},
{
"lessThan": "12.21",
"status": "affected",
"version": "0",
"versionType": "custom"
}
]
}
],
"providerMetadata": {
"orgId": "00000000-0000-4000-8000-000000000000",
"shortName": "anchoreadp"
}
}
}
35 changes: 35 additions & 0 deletions data/anchore/2024/CVE-2024-37285.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"additionalMetadata": {
"cna": "elastic",
"cveId": "CVE-2024-37285",
"description": "A deserialization issue in Kibana can lead to arbitrary code execution when Kibana attempts to parse a YAML document containing a crafted payload. A successful attack requires a malicious user to have a combination of both specific Elasticsearch indices privileges https://www.elastic.co/guide/en/elasticsearch/reference/current/defining-roles.html#roles-indices-priv  and Kibana privileges https://www.elastic.co/guide/en/fleet/current/fleet-roles-and-privileges.html  assigned to them.\n\n\n\nThe following Elasticsearch indices permissions are required\n\n * write privilege on the system indices .kibana_ingest*\n * The allow_restricted_indices flag is set to true\n\n\nAny of the following Kibana privileges are additionally required\n\n * Under Fleet the All privilege is granted\n * Under Integration the Read or All privilege is granted\n * Access to the fleet-setup privilege is gained through the Fleet Server’s service account token",
"reason": "Added CPE configurations because not yet analyzed by NVD.",
"references": [
"https://discuss.elastic.co/t/kibana-8-15-1-security-update-esa-2024-27-esa-2024-28/366119"
]
},
"adp": {
"affected": [
{
"cpes": [
"cpe:2.3:a:elastic:kibana:*:*:*:*:*:node.js:*:*",
"cpe:2.3:a:elasticsearch:kibana:*:*:*:*:*:node.js:*:*"
],
"product": "Kibana",
"vendor": "Elastic",
"versions": [
{
"lessThan": "8.15.1",
"status": "affected",
"version": "8.10.0",
"versionType": "semver"
}
]
}
],
"providerMetadata": {
"orgId": "00000000-0000-4000-8000-000000000000",
"shortName": "anchoreadp"
}
}
}
Loading

0 comments on commit 33aa332

Please sign in to comment.