Search

Find a vulnerability

Search criteria Use this form to refine search results.
Full-text search supports keyword queries with ranking and filtering.
You can combine vendor, product, and sources to narrow results.
Enable “Apply ordering” to sort by date instead of relevance.

    4 vulnerabilities found for wolfCrypt by WolfSSL

    CVE-2024-2881 (GCVE-0-2024-2881)

    Vulnerability from cvelistv5 – Published: 2024-08-29 23:10 – Updated: 2024-08-30 14:18
    VLAI
    Title
    Fault Injection of EdDSA signature in WolfCrypt
    Summary
    Fault Injection vulnerability in wc_ed25519_sign_msg function in wolfssl/wolfcrypt/src/ed25519.c in WolfSSL wolfssl5.6.6 on Linux/Windows allows remote attacker co-resides in the same system with a victim process to disclose information and escalate privileges via Rowhammer fault injection to the ed25519_key structure.
    SSVC
    Exploitation: none Automatable: no Technical Impact: total
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-1256 - Improper Restriction of Software Interfaces to Hardware Features
    • CWE-252 - Unchecked Return Value
    Assigner
    Impacted products
    Vendor Product Version
    WolfSSL wolfCrypt Affected: 0 , ≤ 5.6.6 (git)
    Create a notification for this product.
    wolfssl wolfcrypt Affected: 0 , ≤ 5.6.6 (git)
        cpe:2.3:a:wolfssl:wolfcrypt:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Date Public
    2024-03-20 17:30
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "affected": [
              {
                "cpes": [
                  "cpe:2.3:a:wolfssl:wolfcrypt:*:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "wolfcrypt",
                "vendor": "wolfssl",
                "versions": [
                  {
                    "lessThanOrEqual": "5.6.6",
                    "status": "affected",
                    "version": "0",
                    "versionType": "git"
                  }
                ]
              }
            ],
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2024-2881",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2024-08-30T14:18:26.882306Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2024-08-30T14:18:36.327Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "collectionURL": "https://github.com/wolfSSL/wolfssl",
              "defaultStatus": "affected",
              "modules": [
                "EdDSA signature system"
              ],
              "packageName": "wolfssl",
              "platforms": [
                "Linux",
                "Windows",
                "64 bit",
                "32 bit"
              ],
              "product": "wolfCrypt",
              "programFiles": [
                "https://github.com/wolfSSL/wolfssl/blob/master/wolfcrypt/src/ed25519.c"
              ],
              "programRoutines": [
                {
                  "name": "Ed25519 signature"
                }
              ],
              "repo": "https://github.com/wolfSSL/wolfssl",
              "vendor": "WolfSSL",
              "versions": [
                {
                  "lessThanOrEqual": "5.6.6",
                  "status": "affected",
                  "version": "0",
                  "versionType": "git"
                }
              ]
            }
          ],
          "datePublic": "2024-03-20T17:30:00.000Z",
          "descriptions": [
            {
              "lang": "en",
              "supportingMedia": [
                {
                  "base64": false,
                  "type": "text/html",
                  "value": "Fault Injection vulnerability in\u0026nbsp;wc_ed25519_sign_msg function in wolfssl/wolfcrypt/src/ed25519.c in WolfSSL wolfssl5.6.6 on Linux/Windows allows remote attacker\u0026nbsp;co-resides in the same system with a victim process to\u0026nbsp;disclose information and escalate privileges via Rowhammer fault injection to the ed25519_key structure."
                }
              ],
              "value": "Fault Injection vulnerability in\u00a0wc_ed25519_sign_msg function in wolfssl/wolfcrypt/src/ed25519.c in WolfSSL wolfssl5.6.6 on Linux/Windows allows remote attacker\u00a0co-resides in the same system with a victim process to\u00a0disclose information and escalate privileges via Rowhammer fault injection to the ed25519_key structure."
            }
          ],
          "impacts": [
            {
              "capecId": "CAPEC-440",
              "descriptions": [
                {
                  "lang": "en",
                  "value": "CAPEC-440 Hardware Integrity Attack"
                }
              ]
            },
            {
              "capecId": "CAPEC-624",
              "descriptions": [
                {
                  "lang": "en",
                  "value": "CAPEC-624 Fault Injection"
                }
              ]
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "HIGH",
                "attackVector": "ADJACENT_NETWORK",
                "availabilityImpact": "LOW",
                "baseScore": 6.7,
                "baseSeverity": "MEDIUM",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L",
                "version": "3.1"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-1256",
                  "description": "CWE-1256: Improper Restriction of Software Interfaces to Hardware Features",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            },
            {
              "descriptions": [
                {
                  "cweId": "CWE-252",
                  "description": "CWE-252 Unchecked Return Value",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2024-08-29T23:10:59.179Z",
            "orgId": "50d2cd11-d01a-48ed-9441-5bfce9d63b27",
            "shortName": "wolfSSL"
          },
          "references": [
            {
              "url": "https://github.com/wolfSSL/wolfssl/releases/tag/v5.7.0-stable"
            }
          ],
          "source": {
            "discovery": "UNKNOWN"
          },
          "title": "Fault Injection of EdDSA signature in WolfCrypt",
          "x_generator": {
            "engine": "Vulnogram 0.1.0-dev"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "50d2cd11-d01a-48ed-9441-5bfce9d63b27",
        "assignerShortName": "wolfSSL",
        "cveId": "CVE-2024-2881",
        "datePublished": "2024-08-29T23:10:59.179Z",
        "dateReserved": "2024-03-25T22:01:53.209Z",
        "dateUpdated": "2024-08-30T14:18:36.327Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }

    CVE-2024-1545 (GCVE-0-2024-1545)

    Vulnerability from cvelistv5 – Published: 2024-08-29 23:02 – Updated: 2026-01-27 21:58
    VLAI
    Title
    Fault Injection of RSA encryption in WolfCrypt
    Summary
    Fault Injection vulnerability in RsaPrivateDecryption function in wolfssl/wolfcrypt/src/rsa.c in WolfSSL wolfssl5.6.6 on Linux/Windows allows remote attacker co-resides in the same system with a victim process to disclose information and escalate privileges via Rowhammer fault injection to the RsaKey structure.
    SSVC
    Exploitation: none Automatable: no Technical Impact: total
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-1256 - Improper Restriction of Software Interfaces to Hardware Features
    • CWE-252 - Unchecked Return Value
    Assigner
    Impacted products
    Vendor Product Version
    WolfSSL wolfCrypt Affected: 0 , ≤ 5.6.6 (git)
    Create a notification for this product.
    wolfssl wolfcrypt Affected: 0 , ≤ 5.6.6 (git)
        cpe:2.3:a:wolfssl:wolfcrypt:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Date Public
    2024-03-20 17:30
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "affected": [
              {
                "cpes": [
                  "cpe:2.3:a:wolfssl:wolfcrypt:*:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "wolfcrypt",
                "vendor": "wolfssl",
                "versions": [
                  {
                    "lessThanOrEqual": "5.6.6",
                    "status": "affected",
                    "version": "0",
                    "versionType": "git"
                  }
                ]
              }
            ],
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2024-1545",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2024-08-30T14:19:14.904586Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2024-08-30T14:19:19.372Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "collectionURL": "https://github.com/wolfSSL/wolfssl",
              "defaultStatus": "affected",
              "modules": [
                "RSA encryption system"
              ],
              "packageName": "wolfssl",
              "platforms": [
                "Linux",
                "Windows",
                "64 bit",
                "32 bit"
              ],
              "product": "wolfCrypt",
              "programFiles": [
                "https://github.com/wolfSSL/wolfssl/blob/master/wolfcrypt/src/rsa.c"
              ],
              "programRoutines": [
                {
                  "name": "RsaPrivateDecrypt"
                }
              ],
              "repo": "https://github.com/wolfSSL/wolfssl",
              "vendor": "WolfSSL",
              "versions": [
                {
                  "lessThanOrEqual": "5.6.6",
                  "status": "affected",
                  "version": "0",
                  "versionType": "git"
                }
              ]
            }
          ],
          "datePublic": "2024-03-20T17:30:00.000Z",
          "descriptions": [
            {
              "lang": "en",
              "supportingMedia": [
                {
                  "base64": false,
                  "type": "text/html",
                  "value": "Fault Injection vulnerability in RsaPrivateDecryption function in wolfssl/wolfcrypt/src/rsa.c in WolfSSL wolfssl5.6.6 on Linux/Windows allows remote attacker\u0026nbsp;co-resides in the same system with a victim process to\u0026nbsp;disclose information and escalate privileges via Rowhammer fault injection to the RsaKey structure."
                }
              ],
              "value": "Fault Injection vulnerability in RsaPrivateDecryption function in wolfssl/wolfcrypt/src/rsa.c in WolfSSL wolfssl5.6.6 on Linux/Windows allows remote attacker\u00a0co-resides in the same system with a victim process to\u00a0disclose information and escalate privileges via Rowhammer fault injection to the RsaKey structure."
            }
          ],
          "impacts": [
            {
              "capecId": "CAPEC-440",
              "descriptions": [
                {
                  "lang": "en",
                  "value": "CAPEC-440 Hardware Integrity Attack"
                }
              ]
            },
            {
              "capecId": "CAPEC-624",
              "descriptions": [
                {
                  "lang": "en",
                  "value": "CAPEC-624 Fault Injection"
                }
              ]
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "HIGH",
                "attackVector": "NETWORK",
                "availabilityImpact": "LOW",
                "baseScore": 5.9,
                "baseSeverity": "MEDIUM",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "LOW",
                "privilegesRequired": "LOW",
                "scope": "UNCHANGED",
                "userInteraction": "REQUIRED",
                "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:L/A:L",
                "version": "3.1"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-1256",
                  "description": "CWE-1256: Improper Restriction of Software Interfaces to Hardware Features",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            },
            {
              "descriptions": [
                {
                  "cweId": "CWE-252",
                  "description": "CWE-252 Unchecked Return Value",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-01-27T21:58:13.959Z",
            "orgId": "50d2cd11-d01a-48ed-9441-5bfce9d63b27",
            "shortName": "wolfSSL"
          },
          "references": [
            {
              "url": "https://github.com/wolfSSL/wolfssl/releases/tag/v5.7.0-stable"
            },
            {
              "url": "https://github.com/wolfSSL/wolfssl/pull/7167"
            }
          ],
          "source": {
            "discovery": "UNKNOWN"
          },
          "title": "Fault Injection of RSA encryption in WolfCrypt",
          "x_generator": {
            "engine": "Vulnogram 0.1.0-dev"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "50d2cd11-d01a-48ed-9441-5bfce9d63b27",
        "assignerShortName": "wolfSSL",
        "cveId": "CVE-2024-1545",
        "datePublished": "2024-08-29T23:02:48.312Z",
        "dateReserved": "2024-02-15T17:39:41.746Z",
        "dateUpdated": "2026-01-27T21:58:13.959Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2024-2881 (GCVE-0-2024-2881)

    Vulnerability from nvd – Published: 2024-08-29 23:10 – Updated: 2024-08-30 14:18
    VLAI
    Title
    Fault Injection of EdDSA signature in WolfCrypt
    Summary
    Fault Injection vulnerability in wc_ed25519_sign_msg function in wolfssl/wolfcrypt/src/ed25519.c in WolfSSL wolfssl5.6.6 on Linux/Windows allows remote attacker co-resides in the same system with a victim process to disclose information and escalate privileges via Rowhammer fault injection to the ed25519_key structure.
    SSVC
    Exploitation: none Automatable: no Technical Impact: total
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-1256 - Improper Restriction of Software Interfaces to Hardware Features
    • CWE-252 - Unchecked Return Value
    Assigner
    Impacted products
    Vendor Product Version
    WolfSSL wolfCrypt Affected: 0 , ≤ 5.6.6 (git)
    Create a notification for this product.
    wolfssl wolfcrypt Affected: 0 , ≤ 5.6.6 (git)
        cpe:2.3:a:wolfssl:wolfcrypt:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Date Public
    2024-03-20 17:30
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "affected": [
              {
                "cpes": [
                  "cpe:2.3:a:wolfssl:wolfcrypt:*:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "wolfcrypt",
                "vendor": "wolfssl",
                "versions": [
                  {
                    "lessThanOrEqual": "5.6.6",
                    "status": "affected",
                    "version": "0",
                    "versionType": "git"
                  }
                ]
              }
            ],
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2024-2881",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2024-08-30T14:18:26.882306Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2024-08-30T14:18:36.327Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "collectionURL": "https://github.com/wolfSSL/wolfssl",
              "defaultStatus": "affected",
              "modules": [
                "EdDSA signature system"
              ],
              "packageName": "wolfssl",
              "platforms": [
                "Linux",
                "Windows",
                "64 bit",
                "32 bit"
              ],
              "product": "wolfCrypt",
              "programFiles": [
                "https://github.com/wolfSSL/wolfssl/blob/master/wolfcrypt/src/ed25519.c"
              ],
              "programRoutines": [
                {
                  "name": "Ed25519 signature"
                }
              ],
              "repo": "https://github.com/wolfSSL/wolfssl",
              "vendor": "WolfSSL",
              "versions": [
                {
                  "lessThanOrEqual": "5.6.6",
                  "status": "affected",
                  "version": "0",
                  "versionType": "git"
                }
              ]
            }
          ],
          "datePublic": "2024-03-20T17:30:00.000Z",
          "descriptions": [
            {
              "lang": "en",
              "supportingMedia": [
                {
                  "base64": false,
                  "type": "text/html",
                  "value": "Fault Injection vulnerability in\u0026nbsp;wc_ed25519_sign_msg function in wolfssl/wolfcrypt/src/ed25519.c in WolfSSL wolfssl5.6.6 on Linux/Windows allows remote attacker\u0026nbsp;co-resides in the same system with a victim process to\u0026nbsp;disclose information and escalate privileges via Rowhammer fault injection to the ed25519_key structure."
                }
              ],
              "value": "Fault Injection vulnerability in\u00a0wc_ed25519_sign_msg function in wolfssl/wolfcrypt/src/ed25519.c in WolfSSL wolfssl5.6.6 on Linux/Windows allows remote attacker\u00a0co-resides in the same system with a victim process to\u00a0disclose information and escalate privileges via Rowhammer fault injection to the ed25519_key structure."
            }
          ],
          "impacts": [
            {
              "capecId": "CAPEC-440",
              "descriptions": [
                {
                  "lang": "en",
                  "value": "CAPEC-440 Hardware Integrity Attack"
                }
              ]
            },
            {
              "capecId": "CAPEC-624",
              "descriptions": [
                {
                  "lang": "en",
                  "value": "CAPEC-624 Fault Injection"
                }
              ]
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "HIGH",
                "attackVector": "ADJACENT_NETWORK",
                "availabilityImpact": "LOW",
                "baseScore": 6.7,
                "baseSeverity": "MEDIUM",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L",
                "version": "3.1"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-1256",
                  "description": "CWE-1256: Improper Restriction of Software Interfaces to Hardware Features",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            },
            {
              "descriptions": [
                {
                  "cweId": "CWE-252",
                  "description": "CWE-252 Unchecked Return Value",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2024-08-29T23:10:59.179Z",
            "orgId": "50d2cd11-d01a-48ed-9441-5bfce9d63b27",
            "shortName": "wolfSSL"
          },
          "references": [
            {
              "url": "https://github.com/wolfSSL/wolfssl/releases/tag/v5.7.0-stable"
            }
          ],
          "source": {
            "discovery": "UNKNOWN"
          },
          "title": "Fault Injection of EdDSA signature in WolfCrypt",
          "x_generator": {
            "engine": "Vulnogram 0.1.0-dev"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "50d2cd11-d01a-48ed-9441-5bfce9d63b27",
        "assignerShortName": "wolfSSL",
        "cveId": "CVE-2024-2881",
        "datePublished": "2024-08-29T23:10:59.179Z",
        "dateReserved": "2024-03-25T22:01:53.209Z",
        "dateUpdated": "2024-08-30T14:18:36.327Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }

    CVE-2024-1545 (GCVE-0-2024-1545)

    Vulnerability from nvd – Published: 2024-08-29 23:02 – Updated: 2026-01-27 21:58
    VLAI
    Title
    Fault Injection of RSA encryption in WolfCrypt
    Summary
    Fault Injection vulnerability in RsaPrivateDecryption function in wolfssl/wolfcrypt/src/rsa.c in WolfSSL wolfssl5.6.6 on Linux/Windows allows remote attacker co-resides in the same system with a victim process to disclose information and escalate privileges via Rowhammer fault injection to the RsaKey structure.
    SSVC
    Exploitation: none Automatable: no Technical Impact: total
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-1256 - Improper Restriction of Software Interfaces to Hardware Features
    • CWE-252 - Unchecked Return Value
    Assigner
    Impacted products
    Vendor Product Version
    WolfSSL wolfCrypt Affected: 0 , ≤ 5.6.6 (git)
    Create a notification for this product.
    wolfssl wolfcrypt Affected: 0 , ≤ 5.6.6 (git)
        cpe:2.3:a:wolfssl:wolfcrypt:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Date Public
    2024-03-20 17:30
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "affected": [
              {
                "cpes": [
                  "cpe:2.3:a:wolfssl:wolfcrypt:*:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "wolfcrypt",
                "vendor": "wolfssl",
                "versions": [
                  {
                    "lessThanOrEqual": "5.6.6",
                    "status": "affected",
                    "version": "0",
                    "versionType": "git"
                  }
                ]
              }
            ],
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2024-1545",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2024-08-30T14:19:14.904586Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2024-08-30T14:19:19.372Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "collectionURL": "https://github.com/wolfSSL/wolfssl",
              "defaultStatus": "affected",
              "modules": [
                "RSA encryption system"
              ],
              "packageName": "wolfssl",
              "platforms": [
                "Linux",
                "Windows",
                "64 bit",
                "32 bit"
              ],
              "product": "wolfCrypt",
              "programFiles": [
                "https://github.com/wolfSSL/wolfssl/blob/master/wolfcrypt/src/rsa.c"
              ],
              "programRoutines": [
                {
                  "name": "RsaPrivateDecrypt"
                }
              ],
              "repo": "https://github.com/wolfSSL/wolfssl",
              "vendor": "WolfSSL",
              "versions": [
                {
                  "lessThanOrEqual": "5.6.6",
                  "status": "affected",
                  "version": "0",
                  "versionType": "git"
                }
              ]
            }
          ],
          "datePublic": "2024-03-20T17:30:00.000Z",
          "descriptions": [
            {
              "lang": "en",
              "supportingMedia": [
                {
                  "base64": false,
                  "type": "text/html",
                  "value": "Fault Injection vulnerability in RsaPrivateDecryption function in wolfssl/wolfcrypt/src/rsa.c in WolfSSL wolfssl5.6.6 on Linux/Windows allows remote attacker\u0026nbsp;co-resides in the same system with a victim process to\u0026nbsp;disclose information and escalate privileges via Rowhammer fault injection to the RsaKey structure."
                }
              ],
              "value": "Fault Injection vulnerability in RsaPrivateDecryption function in wolfssl/wolfcrypt/src/rsa.c in WolfSSL wolfssl5.6.6 on Linux/Windows allows remote attacker\u00a0co-resides in the same system with a victim process to\u00a0disclose information and escalate privileges via Rowhammer fault injection to the RsaKey structure."
            }
          ],
          "impacts": [
            {
              "capecId": "CAPEC-440",
              "descriptions": [
                {
                  "lang": "en",
                  "value": "CAPEC-440 Hardware Integrity Attack"
                }
              ]
            },
            {
              "capecId": "CAPEC-624",
              "descriptions": [
                {
                  "lang": "en",
                  "value": "CAPEC-624 Fault Injection"
                }
              ]
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "HIGH",
                "attackVector": "NETWORK",
                "availabilityImpact": "LOW",
                "baseScore": 5.9,
                "baseSeverity": "MEDIUM",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "LOW",
                "privilegesRequired": "LOW",
                "scope": "UNCHANGED",
                "userInteraction": "REQUIRED",
                "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:L/A:L",
                "version": "3.1"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-1256",
                  "description": "CWE-1256: Improper Restriction of Software Interfaces to Hardware Features",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            },
            {
              "descriptions": [
                {
                  "cweId": "CWE-252",
                  "description": "CWE-252 Unchecked Return Value",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-01-27T21:58:13.959Z",
            "orgId": "50d2cd11-d01a-48ed-9441-5bfce9d63b27",
            "shortName": "wolfSSL"
          },
          "references": [
            {
              "url": "https://github.com/wolfSSL/wolfssl/releases/tag/v5.7.0-stable"
            },
            {
              "url": "https://github.com/wolfSSL/wolfssl/pull/7167"
            }
          ],
          "source": {
            "discovery": "UNKNOWN"
          },
          "title": "Fault Injection of RSA encryption in WolfCrypt",
          "x_generator": {
            "engine": "Vulnogram 0.1.0-dev"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "50d2cd11-d01a-48ed-9441-5bfce9d63b27",
        "assignerShortName": "wolfSSL",
        "cveId": "CVE-2024-1545",
        "datePublished": "2024-08-29T23:02:48.312Z",
        "dateReserved": "2024-02-15T17:39:41.746Z",
        "dateUpdated": "2026-01-27T21:58:13.959Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }