91³Ô¹ÏÍø

Watch CBS News

Woodbine, New Jersey, pre-K teacher's aide charged with child sexual assault, officials say

A Somers Point, New Jersey, man is accused of sexually assaulting multiple children over more than a decade. 

Forty-three-year-old Shaun Stebbins, who teaches at Woodbine Elementary School, is accused of committing serious sexual crimes against at least four children from the same family over 13 years.

"The parent of those children reported to the Somers Point Police Department, called out to us and then we started the investigation, and we did victim interviews," Atlantic County Prosecutor William E. Reynolds said.

The offenses include first-degree aggravated sexual assault of a victim under the age of 13 and multiple child pornography offenses.

"Showing pornography, creating pornography with a child under the age of 13. Multiple first-degree, multiple second-degree," Reynolds said. "A first-degree crime in the state of New Jersey carries 10 to 20 years in state prison."

Investigators say the alleged abuse took place in Somers Point between 2014 and 2025, when the victims were all under the age of 13.

Reynolds says Stebbins is also accused of possessing and producing child porn.

"Really horrific," Reynolds said. "It's one of the reasons why we're here today is that there's a total of 16 charges."

Authorities say Stebbins worked as a pre-kindergarten teacher's aide at Woodbine Elementary School in Cape May County. Stebbins was named paraeducator of the year last year.

new-jersey-pre-k-teacher-shaun-stebbins.jpg
New Jersey pre-K teacher's aide Shaun Stebbins

"This gentleman, based on my personal knowledge, he didn't start in the school district until 2022," Reynolds said. "So while these crimes were occurring, he then obtained a position at the Woodbine School District."

Prosecutors say there are no credible reports of abuse by Stebbins in Cape May County yet, but the investigation is ongoing.

Stebbins was arrested earlier this week by Somers Point police.

An affidavit of probable cause states that four children from the same family reported being sexually abused by Stebbins between 2014 and December 2025. One girl reported the abuse started when she was around 5 or 6 years old, until she was about 12.

The relationship between the children and Stebbins was redacted from the court document. Warrants filed in court say Stebbins had a "supervisory" or caregiving role over the children.

Stebbins is in the Atlantic County Justice Facility and will have a detention hearing Monday, where a judge will decide if he should remain incarcerated through future court proceedings. Prosecutors say it could be pushed back because he hasn't hired a private attorney yet.

Reynolds said his office was "deeply concerned" Stebbins may have more victims who have not come forward. Anyone with information is asked to call ACPO at 609-909-7800 or submit an anonymous tip online at . 

"As we have seen in other recent cases, individuals who prey on children often place themselves in positions of trust within schools, organizations, and youth programs to gain access to victims," Reynolds said in a statement. "Out of an abundance of caution, we are alerting the public despite the holiday weekend and in advance of the scheduled detention hearing."

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(); } }); }); }); });