91³Ô¹ÏÍø

Watch CBS News

Invasive "furry"-clawed crabs that terrorize fishermen have been found in New York

Just days ago, invasive Joro spiders sent New Yorkers into a frenzy amid news that the large arachnids that can soar with the winds are headed for the Big Apple. Now, there's another critter causing a stir that has "furry" mittens for claws and is known to terrorize fishermen while tearing up coastlines. 

New York's Department of Environmental Conservation said last week that they found mitten crabs in the state's Nissequogue River over the winter, news that they said, "was anything but crabulous."  More recently, the agency, the creatures have have been found in the Hudson River and Long Island Sound.

"These crabs move between brackish and marine waters and have the potential to disrupt local ecosystems by out competing native marine life," the department said in its June 5 Facebook post. 

Mittens are a great winter accessory but when DEC staff discovered mitten crabs in the Nissequogue river this past...

Posted by on 

Chinese mitten crabs are an invasive species that are originally from East Asia. The Smithsonian says that the crabs in the San Francisco Bay in the '80s, but it took decades for them to reach the opposite coast. 

According to , these crustaceans were first documented in the eastern U.S. Chesapeake Bay in 2006 at the mouth of Maryland's Patapsco River. One of the crabs was first spotted in New York in May 2007 when it was found in a commercial crab pot in the Hudson River.

Chinese mitten crab
27 February 2024, Schleswig-Holstein, Geesthacht: Numerous Chinese mitten crabs (Eriocheir sinensis) cross an obstacle at the Geesthacht fish ladder.  Frank Bründel/picture alliance via Getty Images

It's not yet fully known the kind of impact they will have in New York, but so far, their impacts in Europe and San Francisco have been , the DEC says. The tiny, hard-shelled animals have been known to steal fishing bait and damage fishing gear, block power plant cooling systems and even amplify flooding risk by burrowing in banks, causing them to be unstable and erode. 

To identify them, the agency says to look out for "furry" claws that resemble mittens on adult crabs. Younger crabs may not have the fuzzy claws, and it's recommended to look for a notch on their carapace, or shell, between their eyes and the four small spines on each side. 

But what do you do if you happen to see one? 

"Do not throw it back alive!" the Smithsonian says. 

New York officials say that if a mitten crab is seen, it should be immediately removed from the environment and frozen. They also encourage anyone who finds one to take photos, make note of where it was found and report it to the Bureau of Invasive Species and Ecosystem Health. 

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });