Lucene search
K

222 matches found

OSV
OSV
added 2024/06/06 9:27 p.m.23 views

CVE-2024-24199

smartdns commit 54b4dc was discovered to contain a misaligned address at smartdns/src/dns.c...

7.5CVSS7.2AI score0.00461EPSS
Exploits0References3
Cvelist
Cvelist
added 2024/06/06 9:27 p.m.34 views

CVE-2024-24199

smartdns commit 54b4dc was discovered to contain a misaligned address at smartdns/src/dns.c...

0.00461EPSS
Exploits0References1
CVE
CVE
added 2024/06/06 9:27 p.m.2239 views

CVE-2024-24199

CVE-2024-24199 concerns SmartDNS. Multiple connected sources confirm a misaligned address in smartdns/src/dns.c that can cause undefined behavior. The impact statements in OSV/Ubuntu advisories indicate a potential denial of service or arbitrary code execution, depending on the environment. The C...

7.5CVSS7.6AI score0.00461EPSS
Exploits0References1Affected Software1
Vulnrichment
Vulnrichment
added 2024/06/06 9:27 p.m.17 views

CVE-2024-24199

smartdns commit 54b4dc was discovered to contain a misaligned address at smartdns/src/dns.c...

7.3AI score0.00461EPSS
Exploits0References1
CVE
CVE
added 2024/06/06 9:26 p.m.1943 views

CVE-2024-24198

The vulnerability CVE-2024-24198 affects SmartDNS due to a misaligned address in smartdns/src/util.c within commit 54b4dc. Reported CVSSv3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H indicates high impact to availability with no confidentiality or integrity impact. The available documents do not provid...

7.5CVSS7.6AI score0.00461EPSS
Exploits0References1Affected Software1
Vulnrichment
Vulnrichment
added 2024/06/06 9:26 p.m.18 views

CVE-2024-24198

smartdns commit 54b4dc was discovered to contain a misaligned address at smartdns/src/util.c...

7.3AI score0.00461EPSS
Exploits0References1
Cvelist
Cvelist
added 2024/06/06 9:26 p.m.78 views

CVE-2024-24198

smartdns commit 54b4dc was discovered to contain a misaligned address at smartdns/src/util.c...

0.00461EPSS
Exploits0References1
OSV
OSV
added 2024/06/06 9:26 p.m.21 views

CVE-2024-24198

smartdns commit 54b4dc was discovered to contain a misaligned address at smartdns/src/util.c...

7.5CVSS7.3AI score0.00461EPSS
Exploits0References3
Cvelist
Cvelist
added 2024/06/06 9:24 p.m.36 views

CVE-2024-24195

robdns commit d76d2e6 was discovered to contain a misaligned address at /src/zonefile-insertion.c...

0.004EPSS
Exploits0References1
CVE
CVE
added 2024/06/06 9:24 p.m.2129 views

CVE-2024-24195

CVE-2024-24195 affects robdns via a misaligned address introduced in commit d76d2e6 at /src/zonefile-insertion.c. The issue is tracked with a CVSSv3.1 base score of 7.5 (HIGH), with NETWORK attack vector, LOW attack complexity, no privileges required, and a HIGH impact on availability (I=N, A=H; ...

7.5CVSS7.6AI score0.004EPSS
Exploits0References1Affected Software1
Vulnrichment
Vulnrichment
added 2024/06/06 9:24 p.m.16 views

CVE-2024-24195

robdns commit d76d2e6 was discovered to contain a misaligned address at /src/zonefile-insertion.c...

7.3AI score0.004EPSS
Exploits0References1
Positive Technologies
Positive Technologies
added 2024/06/06 12:0 a.m.7 views

PT-2024-20314 · Robdns · Robdns

Name of the Vulnerable Software and Affected Versions: robdns version d76d2e6 Description: A misaligned address was discovered in the robdns commit d76d2e6 at the /src/zonefile-insertion.c location. Recommendations: For version d76d2e6, consider updating to a newer version that contains a fix for...

7.5CVSS6.9AI score0.004EPSS
Exploits0References6
OSV
OSV
added 2024/04/17 9:29 a.m.8 views

CLSA-2024-1713346166 ImageMagick: Fix of 6 CVEs

Fix CVE-2022-32546 integer overflow at at coders/pcl.c. - Fix CVE-2022-32545 outside the range of representable values at coders/psd.c. - Fix CVE-2022-32547 misaligned address at MagickCore/property.c. - Fix CVE-2021-20312 integer overflow in WriteTHUMBNAILImage of coders/thumbnail.c - Fix...

7.8CVSS6.8AI score0.0238EPSS
Exploits0References1
AlpineLinux
AlpineLinux
added 2024/03/05 10:22 p.m.22 views

CVE-2024-24784

The ParseAddressList function incorrectly handles comments text within parentheses within display names. Since this is a misalignment with conforming address parsers, it can result in different trust decisions being made by programs using different parsers...

7.5CVSS7.7AI score0.01042EPSS
Exploits0
Code423n4
Code423n4
added 2023/08/10 12:0 a.m.8 views

Misaligned Epoch Calculation for Reward Claims

Lines of code Vulnerability details Impact When users attempt to claim rewards, the contract calculates the claimEnd and subsequently updates the userClaimedEpoch using claimEnd + WEEK. This might result in misaligned epochs in scenarios where claimUpToTimestamp is less than or more than a week. ...

6.8AI score
Exploits0
OSV
OSV
added 2023/06/22 8:1 p.m.2 views

GHSA-G753-GHR7-Q33W cyfs-base vulnerable to misaligned pointer dereference in `ChunkId::new`

The function ChunkId::new creates a misaligned pointer by casting mutable pointer of u8 slice which has alignment 1 to the mutable pointer of u32 which has alignment 4, and dereference the misaligned pointer leading UB, which should not be allowed in safe function...

5.9AI score
Exploits0References4
Github Security Blog
Github Security Blog
added 2023/06/22 8:1 p.m.15 views

cyfs-base vulnerable to misaligned pointer dereference in `ChunkId::new`

The function ChunkId::new creates a misaligned pointer by casting mutable pointer of u8 slice which has alignment 1 to the mutable pointer of u32 which has alignment 4, and dereference the misaligned pointer leading UB, which should not be allowed in safe function...

6.7AI score
Exploits0References4Affected Software1
RustSec
RustSec
added 2023/06/15 12:0 p.m.13 views

Misaligned pointer dereference in `ChunkId::new`

The function ChunkId::new creates a misaligned pointer by casting mutable pointer of u8 slice which has alignment 1 to the mutable pointer of u32 which has alignment 4, and dereference the misaligned pointer leading UB, which should not be allowed in safe function...

6.8AI score
Exploits0
OSV
OSV
added 2023/06/15 12:0 p.m.13 views

RUSTSEC-2023-0046 Misaligned pointer dereference in `ChunkId::new`

The function ChunkId::new creates a misaligned pointer by casting mutable pointer of u8 slice which has alignment 1 to the mutable pointer of u32 which has alignment 4, and dereference the misaligned pointer leading UB, which should not be allowed in safe function...

7AI score
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2023/03/07 12:0 a.m.61 views

Amazon Linux 2 : ImageMagick (ALAS-2023-1971)

The version of ImageMagick installed on the remote host is prior to 6.9.10.68-6. It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS2-2023-1971 advisory. An integer overflow issue was discovered in ImageMagick's ExportIndexQuantum function in...

7.8CVSS6.3AI score0.01542EPSS
Exploits2References16
Rows per page
Query Builder