CVE-2026-76651 (GCVE-0-2026-76651)

Vulnerability from cvelistv5 – Published: 2026-08-28 20:19 – Updated: 2026-08-31 18:36
VLAI
Title
Pre-Authentication Multipart Boundary Buffer Overflow in HTTP Service in TP-Link TL-WR841N
Summary
A buffer overflow vulnerability exists in the embedded HTTP service in TL-WR841N v14 when processing multipart/form-data requests. Insufficient validation of an attacker-controlled boundary parameter may allow a remote unauthenticated attacker to submit a crafted request that corrupts memory by overwriting data beyond the bounds of an internal buffer. Successful exploitation may result in modification or corruption of process memory, potentially leading to undefined application behavior. Arbitrary code execution, information disclosure, and denial-of-service conditions have not been demonstrated.
SSVC
Exploitation: none Automatable: no Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-08-31 18:36 UTC
CWE
  • CWE-120 - Buffer Copy without Checking Size of Input
Impacted products
Vendor Product Version CPE status
TP-Link System Inc. TL-WR841N v14 Affected: 0 , < TL-WR841N(US)_V14_4.19 Build 260820 Rel.33478 (custom)
Affected: 0 , < TL-WR841N(EU)_V14_4.19 Build 260821 Rel.56588 (custom)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-76651",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-08-31T18:36:33.966883Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-08-31T18:36:46.288Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "TL-WR841N v14",
          "vendor": "TP-Link System Inc.",
          "versions": [
            {
              "lessThan": "TL-WR841N(US)_V14_4.19 Build 260820 Rel.33478",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            },
            {
              "lessThan": "TL-WR841N(EU)_V14_4.19 Build 260821 Rel.56588",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        }
      ],
      "credits": [
        {
          "lang": "en",
          "type": "finder",
          "value": "Jincheng Wang (@winmt) from Nanjing University of Posts and Telecommunications"
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "supportingMedia": [
            {
              "base64": false,
              "type": "text/html",
              "value": "\u003cp\u003e\u003cspan\u003eA buffer\noverflow vulnerability exists in the embedded HTTP service\u0026nbsp;\u003c/span\u003e\u003cspan\u003ein TL-WR841N v14\u003c/span\u003e\u003cspan\u003e\u0026nbsp;\u003c/span\u003e\u003cspan\u003ewhen processing\nmultipart/form-data requests. Insufficient validation of an attacker-controlled\nboundary parameter may allow a remote unauthenticated attacker to submit a\ncrafted request that corrupts memory by overwriting data beyond the bounds of\nan internal buffer.\u003c/span\u003e\u003c/p\u003e\u003cdiv\u003e\u003cp\u003e\n\n\u003c/p\u003e\u003cp\u003eSuccessful\nexploitation may result in modification or corruption of process memory,\npotentially leading to undefined application behavior. Arbitrary code\nexecution, information disclosure, and denial-of-service conditions have not\nbeen demonstrated.\u003c/p\u003e\u003c/div\u003e"
            }
          ],
          "value": "A buffer\noverflow vulnerability exists in the embedded HTTP service\u00a0in TL-WR841N v14\u00a0when processing\nmultipart/form-data requests. Insufficient validation of an attacker-controlled\nboundary parameter may allow a remote unauthenticated attacker to submit a\ncrafted request that corrupts memory by overwriting data beyond the bounds of\nan internal buffer.\n\n\n\n\n\n\n\n\n\nSuccessful\nexploitation may result in modification or corruption of process memory,\npotentially leading to undefined application behavior. Arbitrary code\nexecution, information disclosure, and denial-of-service conditions have not\nbeen demonstrated."
        }
      ],
      "impacts": [
        {
          "capecId": "CAPEC-100",
          "descriptions": [
            {
              "lang": "en",
              "value": "CAPEC-100 Overflow Buffers"
            }
          ]
        }
      ],
      "metrics": [
        {
          "cvssV4_0": {
            "Automatable": "NOT_DEFINED",
            "Recovery": "NOT_DEFINED",
            "Safety": "NOT_DEFINED",
            "attackComplexity": "LOW",
            "attackRequirements": "NONE",
            "attackVector": "ADJACENT",
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "exploitMaturity": "NOT_DEFINED",
            "privilegesRequired": "NONE",
            "providerUrgency": "NOT_DEFINED",
            "subAvailabilityImpact": "NONE",
            "subConfidentialityImpact": "NONE",
            "subIntegrityImpact": "NONE",
            "userInteraction": "NONE",
            "valueDensity": "NOT_DEFINED",
            "vectorString": "CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N",
            "version": "4.0",
            "vulnAvailabilityImpact": "NONE",
            "vulnConfidentialityImpact": "NONE",
            "vulnIntegrityImpact": "LOW",
            "vulnerabilityResponseEffort": "NOT_DEFINED"
          },
          "format": "CVSS",
          "scenarios": [
            {
              "lang": "en",
              "value": "GENERAL"
            }
          ]
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-120",
              "description": "CWE-120 Buffer Copy without Checking Size of Input",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-28T20:19:09.293Z",
        "orgId": "f23511db-6c3e-4e32-a477-6aa17d310630",
        "shortName": "TPLink"
      },
      "references": [
        {
          "tags": [
            "patch"
          ],
          "url": "https://www.tp-link.com/us/support/download/tl-wr841n/v14/#Firmware"
        },
        {
          "tags": [
            "patch"
          ],
          "url": "https://www.tp-link.com/en/support/download/tl-wr841n/v14/#Firmware"
        },
        {
          "tags": [
            "vendor-advisory"
          ],
          "url": "https://www.tp-link.com/us/support/faq/5270/"
        }
      ],
      "source": {
        "discovery": "UNKNOWN"
      },
      "title": "Pre-Authentication Multipart Boundary Buffer Overflow in HTTP Service in TP-Link TL-WR841N",
      "x_generator": {
        "engine": "Vulnogram 1.0.5"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "f23511db-6c3e-4e32-a477-6aa17d310630",
    "assignerShortName": "TPLink",
    "cveId": "CVE-2026-76651",
    "datePublished": "2026-08-28T20:19:09.293Z",
    "dateReserved": "2026-08-19T15:49:30.548Z",
    "dateUpdated": "2026-08-31T18:36:46.288Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-76651",
      "date": "2026-09-01",
      "epss": "0.00296",
      "percentile": "0.21768"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-76651\",\"sourceIdentifier\":\"f23511db-6c3e-4e32-a477-6aa17d310630\",\"published\":\"2026-08-28T22:16:53.503\",\"lastModified\":\"2026-08-31T19:17:12.163\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"A buffer\\noverflow vulnerability exists in the embedded HTTP service\u00a0in TL-WR841N v14\u00a0when processing\\nmultipart/form-data requests. Insufficient validation of an attacker-controlled\\nboundary parameter may allow a remote unauthenticated attacker to submit a\\ncrafted request that corrupts memory by overwriting data beyond the bounds of\\nan internal buffer.\\n\\n\\n\\n\\n\\n\\n\\n\\n\\nSuccessful\\nexploitation may result in modification or corruption of process memory,\\npotentially leading to undefined application behavior. Arbitrary code\\nexecution, information disclosure, and denial-of-service conditions have not\\nbeen demonstrated.\"}],\"affected\":[{\"source\":\"f23511db-6c3e-4e32-a477-6aa17d310630\",\"affectedData\":[{\"vendor\":\"TP-Link System Inc.\",\"product\":\"TL-WR841N v14\",\"defaultStatus\":\"unaffected\",\"versions\":[{\"version\":\"0\",\"lessThan\":\"TL-WR841N(US)_V14_4.19 Build 260820 Rel.33478\",\"versionType\":\"custom\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"TL-WR841N(EU)_V14_4.19 Build 260821 Rel.56588\",\"versionType\":\"custom\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"f23511db-6c3e-4e32-a477-6aa17d310630\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"ADJACENT\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"NONE\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"NONE\",\"vulnIntegrityImpact\":\"LOW\",\"vulnAvailabilityImpact\":\"NONE\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-08-31T18:36:33.966883Z\",\"id\":\"CVE-2026-76651\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"f23511db-6c3e-4e32-a477-6aa17d310630\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-120\"}]}],\"references\":[{\"url\":\"https://www.tp-link.com/en/support/download/tl-wr841n/v14/#Firmware\",\"source\":\"f23511db-6c3e-4e32-a477-6aa17d310630\"},{\"url\":\"https://www.tp-link.com/us/support/download/tl-wr841n/v14/#Firmware\",\"source\":\"f23511db-6c3e-4e32-a477-6aa17d310630\"},{\"url\":\"https://www.tp-link.com/us/support/faq/5270/\",\"source\":\"f23511db-6c3e-4e32-a477-6aa17d310630\"}]}}",
    "vulnrichment": {
      "containers": "{\"cna\": {\"providerMetadata\": {\"orgId\": \"f23511db-6c3e-4e32-a477-6aa17d310630\", \"shortName\": \"TPLink\", \"dateUpdated\": \"2026-08-28T20:19:09.293Z\"}, \"title\": \"Pre-Authentication Multipart Boundary Buffer Overflow in HTTP Service in TP-Link TL-WR841N\", \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"cweId\": \"CWE-120\", \"description\": \"CWE-120 Buffer Copy without Checking Size of Input\", \"type\": \"CWE\"}]}], \"impacts\": [{\"capecId\": \"CAPEC-100\", \"descriptions\": [{\"lang\": \"en\", \"value\": \"CAPEC-100 Overflow Buffers\"}]}], \"affected\": [{\"vendor\": \"TP-Link System Inc.\", \"product\": \"TL-WR841N v14\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"TL-WR841N(US)_V14_4.19 Build 260820 Rel.33478\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"TL-WR841N(EU)_V14_4.19 Build 260821 Rel.56588\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unaffected\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"A buffer\\noverflow vulnerability exists in the embedded HTTP service\\u00a0in TL-WR841N v14\\u00a0when processing\\nmultipart/form-data requests. Insufficient validation of an attacker-controlled\\nboundary parameter may allow a remote unauthenticated attacker to submit a\\ncrafted request that corrupts memory by overwriting data beyond the bounds of\\nan internal buffer.\\n\\n\\n\\n\\n\\n\\n\\n\\n\\nSuccessful\\nexploitation may result in modification or corruption of process memory,\\npotentially leading to undefined application behavior. Arbitrary code\\nexecution, information disclosure, and denial-of-service conditions have not\\nbeen demonstrated.\", \"supportingMedia\": [{\"type\": \"text/html\", \"base64\": false, \"value\": \"\u003cp\u003e\u003cspan\u003eA buffer\\noverflow vulnerability exists in the embedded HTTP service\u0026nbsp;\u003c/span\u003e\u003cspan\u003ein TL-WR841N v14\u003c/span\u003e\u003cspan\u003e\u0026nbsp;\u003c/span\u003e\u003cspan\u003ewhen processing\\nmultipart/form-data requests. Insufficient validation of an attacker-controlled\\nboundary parameter may allow a remote unauthenticated attacker to submit a\\ncrafted request that corrupts memory by overwriting data beyond the bounds of\\nan internal buffer.\u003c/span\u003e\u003c/p\u003e\u003cdiv\u003e\u003cp\u003e\\n\\n\u003c/p\u003e\u003cp\u003eSuccessful\\nexploitation may result in modification or corruption of process memory,\\npotentially leading to undefined application behavior. Arbitrary code\\nexecution, information disclosure, and denial-of-service conditions have not\\nbeen demonstrated.\u003c/p\u003e\u003c/div\u003e\"}]}], \"references\": [{\"url\": \"https://www.tp-link.com/us/support/download/tl-wr841n/v14/#Firmware\", \"tags\": [\"patch\"]}, {\"url\": \"https://www.tp-link.com/en/support/download/tl-wr841n/v14/#Firmware\", \"tags\": [\"patch\"]}, {\"url\": \"https://www.tp-link.com/us/support/faq/5270/\", \"tags\": [\"vendor-advisory\"]}], \"metrics\": [{\"format\": \"CVSS\", \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}], \"cvssV4_0\": {\"attackVector\": \"ADJACENT\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"NONE\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"vulnConfidentialityImpact\": \"NONE\", \"subConfidentialityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"LOW\", \"subIntegrityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"NONE\", \"subAvailabilityImpact\": \"NONE\", \"exploitMaturity\": \"NOT_DEFINED\", \"Safety\": \"NOT_DEFINED\", \"Automatable\": \"NOT_DEFINED\", \"Recovery\": \"NOT_DEFINED\", \"valueDensity\": \"NOT_DEFINED\", \"vulnerabilityResponseEffort\": \"NOT_DEFINED\", \"providerUrgency\": \"NOT_DEFINED\", \"version\": \"4.0\", \"baseSeverity\": \"MEDIUM\", \"baseScore\": 5.3, \"vectorString\": \"CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N\"}}], \"credits\": [{\"lang\": \"en\", \"value\": \"Jincheng Wang (@winmt) from Nanjing University of Posts and Telecommunications\", \"type\": \"finder\"}], \"source\": {\"discovery\": \"UNKNOWN\"}, \"x_generator\": {\"engine\": \"Vulnogram 1.0.5\"}}, \"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-76651\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-08-31T18:36:33.966883Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-08-31T18:36:42.674Z\"}}]}",
      "cveMetadata": "{\"cveId\": \"CVE-2026-76651\", \"assignerOrgId\": \"f23511db-6c3e-4e32-a477-6aa17d310630\", \"state\": \"PUBLISHED\", \"assignerShortName\": \"TPLink\", \"dateReserved\": \"2026-08-19T15:49:30.548Z\", \"datePublished\": \"2026-08-28T20:19:09.293Z\", \"dateUpdated\": \"2026-08-31T18:36:46.288Z\"}",
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Loading…